- f03a879 efi_loader: ResetSystem() should not hang by Heinrich Schuchardt · 4 years, 3 months ago
- ebbad02 efi_loader: don't use memmove() in efi_var_mem_del() by Heinrich Schuchardt · 4 years, 4 months ago
- b02a707 efi_loader: enable UEFI variables at runtime by Heinrich Schuchardt · 4 years, 8 months ago
- b0dd8cb efi_loader: new function efi_memcpy_runtime() by Heinrich Schuchardt · 4 years, 5 months ago
- 724d281 efi_loader: optional pointer for ConvertPointer by Heinrich Schuchardt · 4 years, 8 months ago
- a44d2a2 efi_loader: export efi_convert_pointer() by Heinrich Schuchardt · 4 years, 8 months ago
- a27c78f efi_loader: NULL dereference in efi_convert_pointer by Heinrich Schuchardt · 4 years, 5 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
- 714497e efi_loader: round the memory area in efi_add_memory_map() by Michael Walle · 4 years, 6 months ago
- 7aeceff efi_loader: description efi_convert_pointer() by Heinrich Schuchardt · 4 years, 8 months ago
- 76be687 efi_loader: implement EFI_RT_PROPERTIES_TABLE by Heinrich Schuchardt · 4 years, 9 months ago
- 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
- 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
- 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
- 9f8932d efi_loader: do not call efi_runtime_detach twice by Heinrich Schuchardt · 5 years ago
- 53e1d8f efi_loader: parameter check in SetVirtualAddressMap by Heinrich Schuchardt · 5 years ago
- 7be56e8 efi_loader: implement ConvertPointer() by Heinrich Schuchardt · 5 years ago
- 24e6722 efi_loader: definition of efi_virtual_address_map() by Heinrich Schuchardt · 5 years ago
- b225c92 efi_loader: Change return type of efi_add_memory_map() by Bryan O'Donoghue · 5 years ago
- 14b4048 efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE by Heinrich Schuchardt · 5 years ago
- 9618560 efi_loader: efi_set_virtual_address_map_runtime() by Heinrich Schuchardt · 5 years ago
- 7f95104 efi_loader: detach runtime in ExitBootServices() by Heinrich Schuchardt · 5 years ago
- b23ffcb efi_loader: simplify detaching by Heinrich Schuchardt · 5 years ago
- 953661a efi_loader: decision on EFI_RT_SUPPORTED_RESET_SYSTEM by Heinrich Schuchardt · 5 years ago
- ee8ebaa efi_loader: split off detaching SetVirtualAddress() by Heinrich Schuchardt · 5 years ago
- b94461c efi_loader: unimplemented runtime services by Heinrich Schuchardt · 5 years ago
- 29018ab efi_loader: let the variable driver patch out the runtime by Heinrich Schuchardt · 5 years ago
- 24a238f efi_loader: clean up runtime detaching by Heinrich Schuchardt · 5 years ago
- 93148eb efi_loader: remove NULL entries from runtime detach list by Heinrich Schuchardt · 5 years ago
- ce43528 efi_loader: move efi_query_variable_info() by Heinrich Schuchardt · 5 years ago
- c5b63be efi_loader: GetTime() must return EFI_UNSUPPORTED by Heinrich Schuchardt · 5 years ago
- e771b4b efi_loader: add RuntimeServicesSupported variable by AKASHI Takahiro · 5 years ago
- 7eaa900 efi_loader: event signaling in ExitBootServices by Heinrich Schuchardt · 5 years ago
- 5ec48e3 efi_loader: Kconfig entries for GetTime(), SetTime() by Heinrich Schuchardt · 5 years ago
- 38b9a79 efi_loader: handling of daylight saving time by Heinrich Schuchardt · 5 years ago
- e6bcc35 efi_loader: check time in SetTime() by Heinrich Schuchardt · 5 years ago
- bb2b13d efi_loader: return values of GetTime() by Heinrich Schuchardt · 6 years ago
- 433bfe7 efi_loader: implement SetTime by Heinrich Schuchardt · 6 years ago
- fb34f29 efi_loader: efi_add_runtime_mmio() by Heinrich Schuchardt · 6 years ago
- 5c38e05 efi_loader: Make RTS relocation more robust by Alexander Graf · 6 years ago
- 8358241 efi_loader: SetVirtualAddressMap() should return EFI_UNSUPPORTED by AKASHI Takahiro · 6 years ago
- 19dd907 efi_loader: correct a function prototype of QueryCapsuleCapabilities() by AKASHI Takahiro · 6 years ago
- afdc4fc efi_loader: Handle RELA absolute relocations properly by Alexander Graf · 6 years ago
- e706ed7 efi_loader: implement EFI_RESET_SHUTDOWN at boot time by Heinrich Schuchardt · 6 years ago
- 3ce7829 efi_loader: fix relocation on x86_64 by Heinrich Schuchardt · 6 years ago
- cc0bfc0 efi_loader: description efi_update_capsule() by Heinrich Schuchardt · 6 years ago
- 250b325 efi_loader: fix typos in efi_runtime.c by Heinrich Schuchardt · 6 years ago
- bcfb0e2 efi_loader: document runtime functions by Heinrich Schuchardt · 6 years ago
- a39f39c efi_loader: update runtime services table crc32 by Heinrich Schuchardt · 6 years ago
- 07240da efi_loader: relocate pointer to tables by Heinrich Schuchardt · 6 years ago
- 49de245 efi_loader: complete implementation of GetTime() by Heinrich Schuchardt · 6 years ago
- 197005a efi_loader: remove unused efi_get_time_init() by Heinrich Schuchardt · 6 years ago
- 71c846a efi_loader: correct headersize EFI tables by Heinrich Schuchardt · 6 years ago
- 112f243 efi_loader: specify UEFI spec revision by Heinrich Schuchardt · 6 years ago
- b34662d efi_loader: Use common elf.h reloc defines by Alexander Graf · 6 years ago
- bc02891 efi_loader: Move to compiler based target architecture determination by Alexander Graf · 6 years ago
- 2d2b5b2 efi: Add a comment about duplicated ELF constants by Simon Glass · 6 years ago
- 45c66f9 efi_loader: adjust definitions of variable services by Heinrich Schuchardt · 7 years ago
- 1f0532c efi_loader: remove unnecessary include by Heinrich Schuchardt · 7 years ago
- 6836adb efi_loader: Enable RISC-V support by Rick Chen · 6 years ago
- 89aea43 efi_loader: Use EFI_CACHELINE_SIZE in the image loader too by Alexander Graf · 7 years ago
- f739fcd SPDX: Convert a few files that were missed before by Tom Rini · 7 years ago
- 813468c efi_loader: Fix return value for efi_add_runtime_mmio by Alexander Graf · 7 years ago
- 482fc90 efi_loader: add missing EFI_RESET_PLATFORM_SPECIFIC by Heinrich Schuchardt · 7 years ago
- b095f3c efi_loader: implement event groups by Heinrich Schuchardt · 7 years ago
- 14ad49d efi_loader: efi_get_time_init should return status code by Heinrich Schuchardt · 7 years ago
- 22c793e efi_loader: exit status for efi_reset_system_init by Heinrich Schuchardt · 7 years ago
- 0c23074 efi_loader: add missing runtime services stubs by Heinrich Schuchardt · 7 years ago
- ad644e7 efi_loader: efi variable support by Rob Clark · 7 years ago
- 591cf2e efi_loader: avoid obscure constants in efi_runtime.c by Heinrich Schuchardt · 7 years ago
- aee4f06 efi_loader: use EFI_PAGE_MASK instead of EFI_PAGE_SIZE - 1 by xypron.glpk@gmx.de · 7 years ago
- 3c63db9 efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data} by Alexander Graf · 8 years ago
- 65e4c0b x86: efi: Add EFI loader support for x86 by Simon Glass · 8 years ago
- 80a4800 efi_loader: Allow boards to implement get_time and reset_system by Alexander Graf · 8 years ago
- edcef3b efi_loader: Move to normal debug infrastructure by Alexander Graf · 8 years ago
- ae87440 efi_loader: Clean up system table on exit by Alexander Graf · 9 years ago
- 36c37a8 efi_loader: Always flush in cache line size granularity by Alexander Graf · 9 years ago
- 50149ea efi_loader: Add runtime services by Alexander Graf · 9 years ago