index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
libstub
/
gop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-20
efi/gop: Add an option to list out the available GOP modes
Arvind Sankar
1
-1
/
+96
2020-05-01
efi/gop: Use efi_err for error messages
Arvind Sankar
1
-5
/
+5
2020-05-01
efi/libstub: Add a helper function to split 64-bit values
Arvind Sankar
1
-4
/
+2
2020-04-24
efi: Kill __efistub_global
Arvind Sankar
1
-1
/
+1
2020-04-23
efi/gop: Allow automatically choosing the best mode
Arvind Sankar
1
-1
/
+83
2020-04-23
efi/gop: Allow specifying depth as well as resolution
Arvind Sankar
1
-5
/
+43
2020-04-23
efi/gop: Allow specifying mode by <xres>x<yres>
Arvind Sankar
1
-1
/
+83
2020-04-23
efi/gop: Allow specifying mode number on command line
Arvind Sankar
1
-0
/
+107
2020-04-23
efi/gop: Remove unreachable code from setup_pixel_info
Arvind Sankar
1
-40
/
+26
2020-04-23
efi/gop: Use helper macros for find_bits
Arvind Sankar
1
-18
/
+8
2020-04-23
efi/gop: Use helper macros for populating lfb_base
Arvind Sankar
1
-2
/
+2
2020-04-23
efi/gop: Move variable declarations into loop block
Arvind Sankar
1
-5
/
+8
2020-04-23
efi/gop: Slightly re-arrange logic of find_gop
Arvind Sankar
1
-17
/
+13
2020-04-23
efi/gop: Factor out locating the gop into a function
Arvind Sankar
1
-6
/
+17
2020-04-23
efi/gop: Get mode information outside the loop
Arvind Sankar
1
-24
/
+14
2020-04-23
efi/gop: Move check for framebuffer before con_out
Arvind Sankar
1
-5
/
+6
2020-04-23
efi/gop: Remove redundant current_fb_base
Arvind Sankar
1
-3
/
+1
2019-12-25
efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive
Ard Biesheuvel
1
-10
/
+7
2019-12-25
efi/libstub: Drop 'table' argument from efi_table_attr() macro
Ard Biesheuvel
1
-6
/
+3
2019-12-25
efi/libstub: Remove 'sys_table_arg' from all function prototypes
Ard Biesheuvel
1
-6
/
+4
2019-12-25
efi/libstub: Get rid of 'sys_table_arg' macro parameter
Ard Biesheuvel
1
-0
/
+2
2019-12-25
efi/libstub: Use a helper to iterate over a EFI handle array
Ard Biesheuvel
1
-7
/
+2
2019-12-25
efi/gop: Unify 32/64-bit functions
Arvind Sankar
1
-116
/
+18
2019-12-25
efi/gop: Convert GOP structures to typedef and clean up some types
Arvind Sankar
1
-13
/
+13
2019-12-08
efi/gop: Fix memory leak in __gop_query32/64()
Arvind Sankar
1
-54
/
+12
2019-12-08
efi/gop: Return EFI_SUCCESS if a usable GOP was found
Arvind Sankar
1
-2
/
+2
2019-12-08
efi/gop: Return EFI_NOT_FOUND if there are no usable GOPs
Arvind Sankar
1
-6
/
+6
2019-02-04
efi: Replace GPL license boilerplate with SPDX headers
Ard Biesheuvel
1
-3
/
+1
2017-04-05
efi/libstub: Skip GOP with PIXEL_BLT_ONLY format
Cohen, Eugene
1
-2
/
+4
2016-04-28
efi/libstub: Move Graphics Output Protocol handling to generic code
Ard Biesheuvel
1
-0
/
+354