index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
libstub
/
gop.c
Age
Commit message (
Expand
)
Author
2020-05-20
efi/gop: Add an option to list out the available GOP modes
Arvind Sankar
2020-05-01
efi/gop: Use efi_err for error messages
Arvind Sankar
2020-05-01
efi/libstub: Add a helper function to split 64-bit values
Arvind Sankar
2020-04-24
efi: Kill __efistub_global
Arvind Sankar
2020-04-23
efi/gop: Allow automatically choosing the best mode
Arvind Sankar
2020-04-23
efi/gop: Allow specifying depth as well as resolution
Arvind Sankar
2020-04-23
efi/gop: Allow specifying mode by <xres>x<yres>
Arvind Sankar
2020-04-23
efi/gop: Allow specifying mode number on command line
Arvind Sankar
2020-04-23
efi/gop: Remove unreachable code from setup_pixel_info
Arvind Sankar
2020-04-23
efi/gop: Use helper macros for find_bits
Arvind Sankar
2020-04-23
efi/gop: Use helper macros for populating lfb_base
Arvind Sankar
2020-04-23
efi/gop: Move variable declarations into loop block
Arvind Sankar
2020-04-23
efi/gop: Slightly re-arrange logic of find_gop
Arvind Sankar
2020-04-23
efi/gop: Factor out locating the gop into a function
Arvind Sankar
2020-04-23
efi/gop: Get mode information outside the loop
Arvind Sankar
2020-04-23
efi/gop: Move check for framebuffer before con_out
Arvind Sankar
2020-04-23
efi/gop: Remove redundant current_fb_base
Arvind Sankar
2019-12-25
efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive
Ard Biesheuvel
2019-12-25
efi/libstub: Drop 'table' argument from efi_table_attr() macro
Ard Biesheuvel
2019-12-25
efi/libstub: Remove 'sys_table_arg' from all function prototypes
Ard Biesheuvel
2019-12-25
efi/libstub: Get rid of 'sys_table_arg' macro parameter
Ard Biesheuvel
2019-12-25
efi/libstub: Use a helper to iterate over a EFI handle array
Ard Biesheuvel
2019-12-25
efi/gop: Unify 32/64-bit functions
Arvind Sankar
2019-12-25
efi/gop: Convert GOP structures to typedef and clean up some types
Arvind Sankar
2019-12-08
efi/gop: Fix memory leak in __gop_query32/64()
Arvind Sankar
2019-12-08
efi/gop: Return EFI_SUCCESS if a usable GOP was found
Arvind Sankar
2019-12-08
efi/gop: Return EFI_NOT_FOUND if there are no usable GOPs
Arvind Sankar
2019-02-04
efi: Replace GPL license boilerplate with SPDX headers
Ard Biesheuvel
2017-04-05
efi/libstub: Skip GOP with PIXEL_BLT_ONLY format
Cohen, Eugene
2016-04-28
efi/libstub: Move Graphics Output Protocol handling to generic code
Ard Biesheuvel