summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-12-13efi_selftest: implement exception test for sandboxHeinrich Schuchardt
2020-12-10efi_loader: link partition to block deviceHeinrich Schuchardt
2020-12-10efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt
2020-12-10efi_selftest: test EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt
2020-12-10efi_selftest: clean up MakefileHeinrich Schuchardt
2020-12-10efi_loader: support EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt
2020-12-10efi_loader: carve out efi_load_image_from_file()Heinrich Schuchardt
2020-12-10efi_loader: pass boot_policy to efi_load_image_from_pathHeinrich Schuchardt
2020-12-10efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt
2020-12-10efi_loader: resequence functions in efi_boottime.cHeinrich Schuchardt
2020-12-10efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOLHeinrich Schuchardt
2020-12-10efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULEHeinrich Schuchardt
2020-12-10fs: fat: create correct short namesHeinrich Schuchardt
2020-12-04env: Allow returning errors from hdelete_r()Simon Glass
2020-12-03efi_loader: add firmware management protocol for raw imageAKASHI Takahiro
2020-12-03efi_loader: add firmware management protocol for FIT imageAKASHI Takahiro
2020-12-03efi_loader: capsule: support firmware updateAKASHI Takahiro
2020-12-03efi_loader: capsule: add capsule_on_disk supportAKASHI Takahiro
2020-12-03efi_loader: define UpdateCapsule apiAKASHI Takahiro
2020-12-03efi_loader: Introduce eventlog support for TCG2_PROTOCOLIlias Apalodimas
2020-12-03tpm: use more than sha256 on pcr_extendIlias Apalodimas
2020-12-03efi_loader: replace printf by log in efi_uclass.cHeinrich Schuchardt
2020-11-29charset: make u16_strnlen accessible at runtimeIlias Apalodimas
2020-11-29efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARMHeinrich Schuchardt
2020-11-21efi_loader: parameter check in GetNextVariableName()Heinrich Schuchardt
2020-11-21efi_loader: tcg2 protocol updatesIlias Apalodimas
2020-11-14efi_selftest: provide unit test for the EFI_TCG2_PROTOCOLHeinrich Schuchardt
2020-11-14efi_loader: Add basic EFI_TCG2_PROTOCOL supportIlias Apalodimas
2020-11-14efi_loader: incorrect buffer size in efi_file_setinfo()Heinrich Schuchardt
2020-11-14efi_loader: Add missing newline to log_{err,warning}Paulo Alcantara
2020-11-14efi_selftest: keep devices in ExitBootServices()Heinrich Schuchardt
2020-11-09tpm: Change response length of tpm2_get_capability()Ilias Apalodimas
2020-11-09efi_selftest: add tool to download dtbHeinrich Schuchardt
2020-11-09efi_loader: non-volatile variable not deleted from fileHeinrich Schuchardt
2020-11-06Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dmTom Rini
2020-11-06smbios: Drop the unused Kconfig optionsSimon Glass
2020-11-06sysinfo: Provide a default driver to set SMBIOS valuesSimon Glass
2020-11-06smbios: Add more propertiesSimon Glass
2020-11-06smbios: Allow properties to come from the device treeSimon Glass
2020-11-06x86: Pass an ofnode into each SMBIOS functionSimon Glass
2020-11-06acpi: Correct reset handling in acpi_device_add_power_res()Simon Glass
2020-11-06x86: Allow putting some tables in the bloblistSimon Glass
2020-11-05binman: Call helper function binman_set_rom_offset() to fill offsetMichal Simek
2020-11-05smbios: add parsing APIChristian Gmeiner
2020-11-01Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-10-30lib: Add getoptSean Anderson
2020-10-30efi_loader: add efi_create_indexed_name()AKASHI Takahiro
2020-10-30efi_loader: add option to initialise EFI subsystem earlyAKASHI Takahiro
2020-10-30efi_loader: fix DisconnectController() for sole childHeinrich Schuchardt