Commit Graph

171 Commits (e3beca3a2fe172ca707a0e70310f9f7ebd3b3f0f)

Author SHA1 Message Date
Heinrich Schuchardt 4f37fa470f efi_loader: fix typo in efi_boottime.c 6 years ago
Tom Rini 1c3b2f4ae1 efi_loader: Fix warning in efi_load_image() 6 years ago
Heinrich Schuchardt eee6530ed1 efi_loader: efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, ...) 6 years ago
Heinrich Schuchardt c982874e93 efi_loader: refactor efi_setup_loaded_image() 6 years ago
Heinrich Schuchardt 3170db63c4 efi_loader: remove efi_exit_caches() 6 years ago
Heinrich Schuchardt 4e6b5d6503 efi_loader: create root node 6 years ago
Heinrich Schuchardt 0bc4b0da7b efi_loader: EFI_UNICODE_COLLATION_PROTOCOL 6 years ago
Heinrich Schuchardt 0414359aa0 efi_loader: use correct documentation style 6 years ago
Heinrich Schuchardt b72aaa87f6 efi_loader: fix typos in efi_boottime.c 6 years ago
Heinrich Schuchardt 7e1effcef6 efi_loader: pass system table in loaded image protocol 6 years ago
Masahiro Yamada dee37fc99d Remove <inttypes.h> includes and PRI* usages in printf() entirely 6 years ago
Heinrich Schuchardt a39f39cdd8 efi_loader: update runtime services table crc32 6 years ago
AKASHI Takahiro 3748ed908f efi_loader: fix a parameter check at CreateEvent() 6 years ago
Heinrich Schuchardt 55d8ee3b7b efi_loader: update crc32 in InstallConfigurationTable 6 years ago
Heinrich Schuchardt 8aa8360eca efi_loader: correct signature of CalculateCrc32() 6 years ago
Heinrich Schuchardt 4182a129ef efi_loader: allocate configuration table array 6 years ago
Heinrich Schuchardt 640adadf81 efi_loader: calculate crc32 for EFI tables 6 years ago
Heinrich Schuchardt 0b386537a5 efi_loader: provide firmware revision 6 years ago
Heinrich Schuchardt 71c846ab84 efi_loader: correct headersize EFI tables 6 years ago
Heinrich Schuchardt 112f243016 efi_loader: specify UEFI spec revision 6 years ago
Heinrich Schuchardt 95147313a9 efi_loader: set revision in loaded image protocol 6 years ago
Heinrich Schuchardt 1fcb7ea284 efi_loader: check map_key in ExitBootServices 6 years ago
Heinrich Schuchardt 21b3edfc96 efi_loader: check parameters of CreateEvent 6 years ago
Alexander Graf beb077a2a8 efi_loader: Introduce ms abi vararg helpers 6 years ago
Mario Six 78a88f7930 doc: Replace DocBook with sphinx-based docs 6 years ago
Bin Meng bb68c7fba0 efi_loader: Increase number of configuration tables to 16 6 years ago
Heinrich Schuchardt d29e7824d7 efi_loader: create handles from normal memory 6 years ago
Heinrich Schuchardt 6b03cd107e efi_loader: DocBook comments for boot services 6 years ago
Heinrich Schuchardt e861a120e7 efi_loader: implement ReinstallProtocolInterface 6 years ago
Heinrich Schuchardt 1f470e1790 efi_loader: check interface when uninstalling protocol 6 years ago
Heinrich Schuchardt 1f0532ca15 efi_loader: remove unnecessary include 6 years ago
Tom Rini f739fcd831 SPDX: Convert a few files that were missed before 6 years ago
Heinrich Schuchardt f6dd3f359c efi_loader: correcty determine total device path length 6 years ago
Heinrich Schuchardt b6dd577737 efi_loader: use correct types in EFI_FILE_PROTOCOL 6 years ago
Heinrich Schuchardt 7fb96a10b3 efi_loader: use efi_uintn_t for LoadImage 6 years ago
Heinrich Schuchardt 0f7fcc7256 efi_loader: RestoreTPL should execute queued events 6 years ago
Heinrich Schuchardt b095f3c85f efi_loader: implement event groups 6 years ago
Heinrich Schuchardt a3a28f5f0c efi_loader: define GUIDS for event groups 6 years ago
Heinrich Schuchardt 43bce44262 efi_loader: manage events in a linked list 6 years ago
Heinrich Schuchardt ab9efa979c efi_loader: fix formatting errors 6 years ago
Heinrich Schuchardt 7069515e7f efi_loader: clear signaled state in CheckEvent 6 years ago
Heinrich Schuchardt eb68b4ef31 efi_loader: check parameter in InstallConfigurationTable 6 years ago
Heinrich Schuchardt bc4f9133ed efi_loader: support device tree for bootefi selftest 6 years ago
Leif Lindholm e70f8dfa2c efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOL 6 years ago
Heinrich Schuchardt 8396e3fd63 efi_loader: remove deprecated ConsoleControlProtocol 6 years ago
Heinrich Schuchardt 28a4fd46e7 efi_loader: parameter checks for LoadImage 6 years ago
Masahiro Yamada b08c8c4870 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 6 years ago
Heinrich Schuchardt f19a95a40b efi_loader: do not use 2.0.5 as UEFI revision number 6 years ago
Heinrich Schuchardt 9f0930e5d9 efi_loader: create stub for CreateEventEx 6 years ago
Heinrich Schuchardt 7df5af6f3a efi_loader: do not install NULL as device path 6 years ago