Commit Graph

1088 Commits (master)

Author SHA1 Message Date
Ivan Gorinov 61a5ced6ad efi_loader: Check machine type in the image header 6 years ago
Heinrich Schuchardt 0c5d2a3dac efi_loader: completely initialize network 6 years ago
Heinrich Schuchardt c9a63f44b5 efi_loader: new functions to print loaded image information 6 years ago
Heinrich Schuchardt 1348c17ab2 efi_selftest: test getinfo(EFI_FILE_SYSTEM_INFO) 6 years ago
Heinrich Schuchardt db851c84c9 efi_selftest: partition label for test image 6 years ago
Heinrich Schuchardt 9e6835e6ba efi_loader: implement EFI_FILE_SYSTEM_INFO 6 years ago
Heinrich Schuchardt 9c9021e245 efi_loader: use const for GUIDs in the EFI_FILE_PROTOCOL 6 years ago
Heinrich Schuchardt b6dd577737 efi_loader: use correct types in EFI_FILE_PROTOCOL 6 years ago
Heinrich Schuchardt 82786754b9 efi_loader: ImageSize must be multiple of SectionAlignment 6 years ago
Heinrich Schuchardt 84b40b40ad efi_loader: save image relocation address and size 6 years ago
Heinrich Schuchardt 7fb96a10b3 efi_loader: use efi_uintn_t for LoadImage 6 years ago
Patrick Wildt eab2dc37ee efi_loader: initialize device path on alloc 6 years ago
Alexander Graf f9cfad1a61 efi_loader: Fix network DP with DM_ETH 6 years ago
Alexander Graf 813468cdbd efi_loader: Fix return value for efi_add_runtime_mmio 6 years ago
Alexander Graf 8e47506409 efi_loader: Optimize GOP more 6 years ago
Alexander Graf ba718e67a2 efi_loader: Optimize GOP switch 6 years ago
Heinrich Schuchardt 90b658b4cc efi_loader: use __always_inline for pixel conversion 6 years ago
Heinrich Schuchardt 0f7fcc7256 efi_loader: RestoreTPL should execute queued events 6 years ago
Heinrich Schuchardt ee3db4fc04 efi_loader: use TPL_NOTIFY for network timer event 6 years ago
Heinrich Schuchardt 51a0f45122 efi_loader: correctly support parameter delta in Blt 6 years ago
Heinrich Schuchardt 6fc901c538 efi_selftest: unit test for event groups 6 years ago
Heinrich Schuchardt 9967adb71d efi_selftest: fix device tree unit test 6 years ago
Simon Glass bdecaebd5d efi: Correct header order in efi_memory 6 years ago
Heinrich Schuchardt 7c92fd69b1 efi_loader: use constants in efi_allocate_pages() 6 years ago
Heinrich Schuchardt f7c342f413 efi_loader: show UEFI revision in helloworld 6 years ago
Heinrich Schuchardt 0aa2da788b efi_selftest: unit test for EFI_SIMPLE_TEXT_INPUT_PROTOCOL 6 years ago
Heinrich Schuchardt 482fc90c0a efi_loader: add missing EFI_RESET_PLATFORM_SPECIFIC 6 years ago
Heinrich Schuchardt b944e47111 efi_selftest: test gop bitblt 6 years ago
Heinrich Schuchardt 0e0a3ceb50 efi_loader: implement missing bit blit operations in gop 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 0fb4169e28 efi_loader: correct input of special keys 6 years ago
Heinrich Schuchardt 06c3d5b989 efi_selftest: check installation of the device tree 6 years ago
Heinrich Schuchardt bc4f9133ed efi_loader: support device tree for bootefi selftest 6 years ago
Heinrich Schuchardt 14ad49d100 efi_loader: efi_get_time_init should return status code 6 years ago
Heinrich Schuchardt 22c793e6a2 efi_loader: exit status for efi_reset_system_init 6 years ago
Heinrich Schuchardt d7b181d57d efi_loader: consistently return efi_status_t efi_watchdog_register 6 years ago
Heinrich Schuchardt 075d425d65 efi_loader: return efi_status_t from efi_net_register 6 years ago
Heinrich Schuchardt 80ea9b0990 efi_loader: return efi_status_t from efi_gop_register 6 years ago
Heinrich Schuchardt 7657152bdd efi_loader: efi_smbios_register should have a return value 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
Andre Przywara d14db11d76 sunxi: revert disabling of features 6 years ago
Masahiro Yamada 414e2dbbf2 fdt_region: remove unneeded fdt_internal.h inclusion 6 years ago
Alexander Graf 14d61d4e57 efi_stub: Fix GDT_NOTSYS check 6 years ago