index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_gop.c
Age
Commit message (
Expand
)
Author
2019-04-23
efi_loader: consistent naming of protocol GUIDs
Heinrich Schuchardt
2018-12-02
efi_loader: fix typos
Heinrich Schuchardt
2018-12-02
efi_loader: rename parent to header
Heinrich Schuchardt
2018-12-02
efi_loader: eliminate handle member
Heinrich Schuchardt
2018-09-10
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
2018-06-21
efi_loader: Fix GOP 32bpp exposure
Alexander Graf
2018-05-10
SPDX: Convert a few files that were missed before
Tom Rini
2018-04-04
efi_loader: Optimize GOP more
Alexander Graf
2018-04-04
efi_loader: Optimize GOP switch
Alexander Graf
2018-04-04
efi_loader: use __always_inline for pixel conversion
Heinrich Schuchardt
2018-04-04
efi_loader: correctly support parameter delta in Blt
Heinrich Schuchardt
2018-04-04
efi_loader: implement missing bit blit operations in gop
Heinrich Schuchardt
2018-04-04
efi_loader: return efi_status_t from efi_gop_register
Heinrich Schuchardt
2017-12-01
efi_loader: helper function to add EFI object to list
Heinrich Schuchardt
2017-12-01
efi_loader: manage protocols in a linked list
Heinrich Schuchardt
2017-12-01
efi_loader: efi_gop: use efi_add_protocol
Heinrich Schuchardt
2017-12-01
efi_loader: efi_gop: use correct types for parameters
Heinrich Schuchardt
2017-12-01
efi_loader: efi_gop: check calloc return value
Heinrich Schuchardt
2017-08-11
efi_loader: GOP fix for no display
Rob Clark
2017-07-31
efi_loader: Fix warning in efi_gop
Alexander Graf
2017-07-24
efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD
Rob Clark
2017-07-19
efi_loader: refactor efi_open_protocol
xypron.glpk@gmx.de
2016-10-19
efi_loader: gop: Expose fb when 32bpp
Alexander Graf
2016-06-06
efi_loader: Add DM_VIDEO support
Alexander Graf
2016-05-27
efi_loader: gop: Don't expose fb address
Alexander Graf
2016-03-27
efi_loader: Add GOP support
Alexander Graf