index
:
u-boot.git
master
sbiboot
"Das U-Boot" Source Tree
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_image_loader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi_loader: fix Sphinx warning
Heinrich Schuchardt
2021-06-09
1
-1
/
+1
*
efi_loader: add PE/COFF image measurement
Masahisa Kojima
2021-05-28
1
-16
/
+46
*
efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabled
Masahisa Kojima
2021-05-25
1
-1
/
+63
*
efi_loader: don't load beyond VirtualSize
Asherah Connor
2021-02-14
1
-1
/
+1
*
efi_loader: carve out efi_check_pe()
Heinrich Schuchardt
2021-01-13
1
-34
/
+46
*
efi_loader: error message if image not authenticated
Heinrich Schuchardt
2020-09-06
1
-2
/
+4
*
efi_loader: log function in image loader
Heinrich Schuchardt
2020-09-06
1
-22
/
+22
*
efi_loader: signature: correct a behavior against multiple signatures
AKASHI Takahiro
2020-08-14
1
-16
/
+17
*
efi_loader: signature: rework for intermediate certificates support
AKASHI Takahiro
2020-08-13
1
-1
/
+1
*
efi_loader: wrong printf format in efi_image_parse
Heinrich Schuchardt
2020-07-11
1
-1
/
+1
*
efi_loader: image_loader: add digest-based verification for signed image
AKASHI Takahiro
2020-07-11
1
-7
/
+37
*
efi_loader: image_loader: verification for all signatures should pass
AKASHI Takahiro
2020-07-11
1
-21
/
+22
*
efi_loader: image_loader: retrieve authenticode only if it exists
AKASHI Takahiro
2020-07-11
1
-8
/
+21
*
efi_loader: image_loader: add a check against certificate type of authenticode
AKASHI Takahiro
2020-07-11
1
-12
/
+44
*
efi_loader: image_loader: replace debug to EFI_PRINT
AKASHI Takahiro
2020-07-03
1
-31
/
+33
*
efi_loader: printf code in efi_image_parse()
Heinrich Schuchardt
2020-06-14
1
-1
/
+1
*
efi_loader: simplify PE consistency check
Heinrich Schuchardt
2020-06-03
1
-9
/
+6
*
efi_loader: function description cmp_pe_section()
Heinrich Schuchardt
2020-06-03
1
-6
/
+8
*
efi_loader: function descriptions efi_image_loader.c
Heinrich Schuchardt
2020-06-03
1
-4
/
+4
*
efi_loader: image_loader: fix a Coverity check against array access
AKASHI Takahiro
2020-05-09
1
-3
/
+3
*
efi_loader: crypto/pkcs7_parser.h is not a local include
Heinrich Schuchardt
2020-05-07
1
-1
/
+1
*
efi_loader: pkcs7_parse_message() returns error pointer
Patrick Wildt
2020-05-07
1
-1
/
+3
*
lib/crypto, efi_loader: move some headers to include/crypto
AKASHI Takahiro
2020-05-04
1
-1
/
+1
*
efi_loader: image_loader: support image authentication
AKASHI Takahiro
2020-04-16
1
-13
/
+449
*
common: Move ARM cache operations out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
efi_loader: unload applications upon Exit()
Heinrich Schuchardt
2019-05-07
1
-0
/
+2
*
efi_loader: consistent naming of protocol GUIDs
Heinrich Schuchardt
2019-04-23
1
-4
/
+4
*
efi_loader: boottime: add loaded image device path protocol to image handle
AKASHI Takahiro
2019-04-07
1
-0
/
+2
*
efi_loader: set image_base and image_size to correct values
AKASHI Takahiro
2019-04-07
1
-11
/
+11
*
efi_loader: do not miss last relocation block
Heinrich Schuchardt
2019-02-16
1
-1
/
+1
*
efi_loader: documentation of image loader
Heinrich Schuchardt
2019-02-16
1
-9
/
+19
*
efi_loader: set entry point in efi_load_pe()
Heinrich Schuchardt
2019-02-16
1
-16
/
+21
*
efi_loader: refactor efi_setup_loaded_image()
Heinrich Schuchardt
2018-09-23
1
-10
/
+13
*
efi_loader: Use compiler constants for image loader
Alexander Graf
2018-07-25
1
-6
/
+6
*
riscv: Add support for HI20 PE relocations
Alexander Graf
2018-06-14
1
-0
/
+14
*
efi_loader: remove unnecessary include
Heinrich Schuchardt
2018-06-03
1
-1
/
+0
*
efi_loader: correctly apply relocations from the .reloc section
Ivan Gorinov
2018-06-03
1
-3
/
+11
*
efi_loader: Use EFI_CACHELINE_SIZE in the image loader too
Alexander Graf
2018-05-29
1
-1
/
+1
*
SPDX: Convert a few files that were missed before
Tom Rini
2018-05-10
1
-2
/
+1
*
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-27
1
-2
/
+0
*
efi_loader: Check machine type in the image header
Ivan Gorinov
2018-04-06
1
-12
/
+39
*
efi_loader: new functions to print loaded image information
Heinrich Schuchardt
2018-04-05
1
-0
/
+46
*
efi_loader: ImageSize must be multiple of SectionAlignment
Heinrich Schuchardt
2018-04-04
1
-0
/
+2
*
efi_loader: save image relocation address and size
Heinrich Schuchardt
2018-04-04
1
-0
/
+2
*
efi_loader: fix building crt0 on arm
Heinrich Schuchardt
2018-02-10
1
-1
/
+1
*
efi_loader: allocate correct memory type for EFI image
Heinrich Schuchardt
2018-01-22
1
-24
/
+40
*
efi_loader: use correct format string for unsigned long
Heinrich Schuchardt
2018-01-22
1
-4
/
+4
*
efi_loader: set loaded image code/data type properly
Rob Clark
2017-09-20
1
-0
/
+22
*
efi_loader: add bootmgr
Rob Clark
2017-09-20
1
-0
/
+1
*
efi_loader: add file/filesys support
Rob Clark
2017-09-20
1
-0
/
+3
[next]