index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
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
2020-05-09
efi_loader: image_loader: fix a Coverity check against array access
AKASHI Takahiro
2020-05-07
efi_loader: crypto/pkcs7_parser.h is not a local include
Heinrich Schuchardt
2020-05-07
efi_loader: pkcs7_parse_message() returns error pointer
Patrick Wildt
2020-05-04
lib/crypto, efi_loader: move some headers to include/crypto
AKASHI Takahiro
2020-04-16
efi_loader: image_loader: support image authentication
AKASHI Takahiro
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
2019-05-07
efi_loader: unload applications upon Exit()
Heinrich Schuchardt
2019-04-23
efi_loader: consistent naming of protocol GUIDs
Heinrich Schuchardt
2019-04-07
efi_loader: boottime: add loaded image device path protocol to image handle
AKASHI Takahiro
2019-04-07
efi_loader: set image_base and image_size to correct values
AKASHI Takahiro
2019-02-16
efi_loader: do not miss last relocation block
Heinrich Schuchardt
2019-02-16
efi_loader: documentation of image loader
Heinrich Schuchardt
2019-02-16
efi_loader: set entry point in efi_load_pe()
Heinrich Schuchardt
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