Age | Commit message (Expand) | Author |
2019-09-05 | efi_loader: correctly render MAC address device path nodes | Heinrich Schuchardt |
2019-09-05 | efi_loader: correct text conversion for vendor DP | Heinrich Schuchardt |
2019-09-05 | efi_loader: Extract adding a conventional memory in separate routine | Park, Aiden |
2019-09-05 | efi_loader: implement MCastIPtoMAC | Heinrich Schuchardt |
2019-09-05 | efi_loader: fix status management in network stack | Heinrich Schuchardt |
2019-09-05 | efi_loader: EFI_SIMPLE_NETWORK.Transmit() fill header | Heinrich Schuchardt |
2019-09-05 | efi_selftest: check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT | Heinrich Schuchardt |
2019-09-05 | efi_loader: interrupts in simple network protocol | Heinrich Schuchardt |
2019-08-29 | efi_selftest: use standalone UEFI program for exception | Heinrich Schuchardt |
2019-08-29 | efi_selftest: enable Exit() unit test on x86_64 | Heinrich Schuchardt |
2019-08-26 | fdtdec: make CONFIG_OF_PRIOR_STAGE available in SPL | Lukas Auer |
2019-08-15 | efi_loader: do not call efi_runtime_detach twice | Heinrich Schuchardt |
2019-08-15 | efi_loader: parameter check in SetVirtualAddressMap | Heinrich Schuchardt |
2019-08-15 | efi_loader: EFI_PXE_BASE_CODE_PROTOCOL stub | Heinrich Schuchardt |
2019-08-11 | env: Rename environment.h to env_internal.h | Simon Glass |
2019-08-11 | env: Drop environment.h header file where not needed | Simon Glass |
2019-08-11 | env: Drop the ACTION typedef | Simon Glass |
2019-08-11 | env: Drop _ENTRY | Simon Glass |
2019-08-11 | env: Drop the ENTRY typedef | Simon Glass |
2019-08-11 | env: Move env_get() to env.h | Simon Glass |
2019-08-11 | env: Move env_set() to env.h | Simon Glass |
2019-08-11 | env: Move env_get_ulong() to env.h | Simon Glass |
2019-08-11 | common: Move gzip functions into a new gzip header | Simon Glass |
2019-07-30 | efi_selftest: sharpen ConvertPointer() test | Heinrich Schuchardt |
2019-07-30 | efi_loader: implement ConvertPointer() | Heinrich Schuchardt |
2019-07-30 | efi_loader: definition of efi_virtual_address_map() | Heinrich Schuchardt |
2019-07-30 | efi_selftest: fix SetVirtualAddressMap unit test | Heinrich Schuchardt |
2019-07-30 | efi_loader: re-enable GRUB workaround on 32bit ARM | Heinrich Schuchardt |
2019-07-29 | lib: uuid: alignment error in gen_rand_uuid() | Heinrich Schuchardt |
2019-07-27 | Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u... | Tom Rini |
2019-07-23 | Merge tag 'efi-2019-10-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b... | Tom Rini |
2019-07-19 | optee: Make TZDRAM config options contingent on CONFIG_OPTEE | Bryan O'Donoghue |
2019-07-18 | lib: rsa: add support to other openssl engine types than pkcs11 | Vesa Jääskeläinen |
2019-07-16 | efi_loader: unaligned access in efi_file_from_path() | Heinrich Schuchardt |
2019-07-16 | efi_loader: efi_dp_from_file() expect UTF-8 path | Heinrich Schuchardt |
2019-07-16 | efi_loader: support unaligned u16 strings | Heinrich Schuchardt |
2019-07-16 | efi_loader: function comments efi_bootmgr.c | Heinrich Schuchardt |
2019-07-16 | efi_loader: fix comment for struct efi_pool_allocation | Heinrich Schuchardt |
2019-07-16 | efi_loader: fix comments for variable services | Heinrich Schuchardt |
2019-07-16 | efi_driver: use Sphinx style comments | Heinrich Schuchardt |
2019-07-16 | efi_loader: fix comments for efi_update_exit_data() | Heinrich Schuchardt |
2019-07-16 | efi_loader: fix function comments in efi_boottime.c | Heinrich Schuchardt |
2019-07-16 | efi_loader: Change return type of efi_add_memory_map() | Bryan O'Donoghue |
2019-07-16 | efi_selftest: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE | Heinrich Schuchardt |
2019-07-16 | efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE | Heinrich Schuchardt |
2019-07-16 | efi_loader: efi_set_virtual_address_map_runtime() | Heinrich Schuchardt |
2019-07-16 | efi_selftest: do not call CloseEvent() after ExitBootServices() | Heinrich Schuchardt |
2019-07-13 | configs: Make USE_TINY_PRINTF depend on SPL||TPL and be default | Tom Rini |
2019-07-10 | trace: do not limit trace buffer to 2GiB | Heinrich Schuchardt |
2019-07-10 | trace: make call depth limit customizable | Heinrich Schuchardt |