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_image_loader.c
Age
Commit message (
Expand
)
Author
2018-09-23
efi_loader: refactor efi_setup_loaded_image()
Heinrich Schuchardt
2018-07-25
efi_loader: Use compiler constants for image loader
Alexander Graf
2018-06-14
riscv: Add support for HI20 PE relocations
Alexander Graf
2018-06-03
efi_loader: remove unnecessary include
Heinrich Schuchardt
2018-06-03
efi_loader: correctly apply relocations from the .reloc section
Ivan Gorinov
2018-05-29
efi_loader: Use EFI_CACHELINE_SIZE in the image loader too
Alexander Graf
2018-05-10
SPDX: Convert a few files that were missed before
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-06
efi_loader: Check machine type in the image header
Ivan Gorinov
2018-04-05
efi_loader: new functions to print loaded image information
Heinrich Schuchardt
2018-04-04
efi_loader: ImageSize must be multiple of SectionAlignment
Heinrich Schuchardt
2018-04-04
efi_loader: save image relocation address and size
Heinrich Schuchardt
2018-02-10
efi_loader: fix building crt0 on arm
Heinrich Schuchardt
2018-01-22
efi_loader: allocate correct memory type for EFI image
Heinrich Schuchardt
2018-01-22
efi_loader: use correct format string for unsigned long
Heinrich Schuchardt
2017-09-20
efi_loader: set loaded image code/data type properly
Rob Clark
2017-09-20
efi_loader: add bootmgr
Rob Clark
2017-09-20
efi_loader: add file/filesys support
Rob Clark
2017-07-19
efi_loader: refactor efi_open_protocol
xypron.glpk@gmx.de
2017-07-04
efi_loader: abort on unsupported relocation type
xypron.glpk@gmx.de
2016-11-14
efi: Correct cache flush alignment
Simon Glass
2016-08-20
efi_loader: Fix relocations above 64kb image size
Alexander Graf
2016-03-27
efi_loader: Fix some entry/exit points
Alexander Graf
2016-03-15
efi_loader: Add PE image loader
Alexander Graf