Age | Commit message (Expand) | Author |
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 |
2019-07-10 | trace: conserve gd register | Heinrich Schuchardt |
2019-07-10 | fdtdec: test: Fix memory leak | Thierry Reding |
2019-07-10 | sandbox: Quit when hang() is called | Simon Glass |
2019-07-06 | efi_loader: detach runtime in ExitBootServices() | Heinrich Schuchardt |
2019-07-06 | efi_loader: simplify detaching | Heinrich Schuchardt |
2019-07-06 | efi_loader: decision on EFI_RT_SUPPORTED_RESET_SYSTEM | Heinrich Schuchardt |
2019-07-06 | efi_loader: split off detaching SetVirtualAddress() | Heinrich Schuchardt |
2019-07-06 | efi_selftest: test variable services at runtime | Heinrich Schuchardt |
2019-07-06 | efi_loader: unimplemented runtime services | Heinrich Schuchardt |
2019-07-06 | efi_loader: let the variable driver patch out the runtime | Heinrich Schuchardt |
2019-07-06 | efi_loader: clean up runtime detaching | Heinrich Schuchardt |
2019-07-06 | efi_loader: remove NULL entries from runtime detach list | Heinrich Schuchardt |
2019-07-06 | efi_loader: initialization of variable services | Heinrich Schuchardt |
2019-07-06 | efi_loader: move efi_query_variable_info() | Heinrich Schuchardt |
2019-07-06 | efi_loader: remove superfluous spaces in comments | Heinrich Schuchardt |
2019-07-06 | efi_selftest: description of CMD_BOOTEFI_SELFTEST | Heinrich Schuchardt |
2019-06-21 | Merge tag 'efi-2019-07-rc5-3' of https://gitlab.denx.de/u-boot/custodians/u-b... | Tom Rini |
2019-06-21 | lib: Makefile: build fdtdec_common.c when OF_LIBFDT selected | Peng Fan |
2019-06-20 | efi_loader: fix typo in efi_variable.c | Heinrich Schuchardt |
2019-06-20 | efi_loader: Delete() return EFI_WARN_DELETE_FAILURE | Heinrich Schuchardt |
2019-06-20 | efi_loader: ListPackageLists() return EFI_NOT_FOUND | Heinrich Schuchardt |
2019-06-20 | efi_loader: console incorrectly advertised left logo key | Heinrich Schuchardt |
2019-06-20 | efi_loader: alternative scan codes for F5, END, HOME | Heinrich Schuchardt |
2019-06-20 | efi_loader: GOP: provide accurate mode information | Heinrich Schuchardt |
2019-06-20 | efi_loader: SetMode() must blank screen | Heinrich Schuchardt |
2019-06-20 | efi_loader: system table setup | Heinrich Schuchardt |
2019-06-20 | efi_loader: QueryMode() must allocate buffer | Heinrich Schuchardt |
2019-06-20 | efi_loader: SetMode() parameters check | Heinrich Schuchardt |
2019-06-20 | efi_loader: QueryMode() check parameters | Heinrich Schuchardt |