aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass5-21/+21
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-12-13efi_selftest: implement exception test for sandboxHeinrich Schuchardt1-0/+2
2020-12-10efi_loader: link partition to block deviceHeinrich Schuchardt1-0/+20
2020-12-10efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt1-1/+1
2020-12-10efi_selftest: test EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt2-0/+478
2020-12-10efi_selftest: clean up MakefileHeinrich Schuchardt1-8/+6
2020-12-10efi_loader: support EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt1-1/+48
2020-12-10efi_loader: carve out efi_load_image_from_file()Heinrich Schuchardt1-9/+36
2020-12-10efi_loader: pass boot_policy to efi_load_image_from_pathHeinrich Schuchardt1-7/+9
2020-12-10efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt3-6/+7
2020-12-10efi_loader: resequence functions in efi_boottime.cHeinrich Schuchardt1-82/+82
2020-12-10efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOLHeinrich Schuchardt3-7/+8
2020-12-10efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULEHeinrich Schuchardt1-4/+0
2020-12-10fs: fat: create correct short namesHeinrich Schuchardt1-1/+1
2020-12-04env: Allow returning errors from hdelete_r()Simon Glass1-6/+6
2020-12-03efi_loader: add firmware management protocol for raw imageAKASHI Takahiro4-58/+194
2020-12-03efi_loader: add firmware management protocol for FIT imageAKASHI Takahiro4-1/+314
2020-12-03efi_loader: capsule: support firmware updateAKASHI Takahiro3-12/+252
2020-12-03efi_loader: capsule: add capsule_on_disk supportAKASHI Takahiro3-0/+528
2020-12-03efi_loader: define UpdateCapsule apiAKASHI Takahiro5-54/+291
2020-12-03efi_loader: Introduce eventlog support for TCG2_PROTOCOLIlias Apalodimas3-23/+551
2020-12-03tpm: use more than sha256 on pcr_extendIlias Apalodimas1-5/+6
2020-12-03efi_loader: replace printf by log in efi_uclass.cHeinrich Schuchardt1-9/+9
2020-11-29charset: make u16_strnlen accessible at runtimeIlias Apalodimas1-1/+2
2020-11-29efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARMHeinrich Schuchardt1-0/+1
2020-11-21efi_loader: parameter check in GetNextVariableName()Heinrich Schuchardt1-3/+8
2020-11-21efi_loader: tcg2 protocol updatesIlias Apalodimas1-68/+92
2020-11-14efi_selftest: provide unit test for the EFI_TCG2_PROTOCOLHeinrich Schuchardt2-0/+76
2020-11-14efi_loader: Add basic EFI_TCG2_PROTOCOL supportIlias Apalodimas4-0/+549
2020-11-14efi_loader: incorrect buffer size in efi_file_setinfo()Heinrich Schuchardt1-1/+1
2020-11-14efi_loader: Add missing newline to log_{err,warning}Paulo Alcantara1-2/+2
2020-11-14efi_selftest: keep devices in ExitBootServices()Heinrich Schuchardt2-4/+12
2020-11-09tpm: Change response length of tpm2_get_capability()Ilias Apalodimas1-2/+2
2020-11-09efi_selftest: add tool to download dtbHeinrich Schuchardt2-0/+220
2020-11-09efi_loader: non-volatile variable not deleted from fileHeinrich Schuchardt1-0/+1
2020-11-06Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dmTom Rini1-2/+2
2020-11-06smbios: Drop the unused Kconfig optionsSimon Glass2-49/+13
2020-11-06sysinfo: Provide a default driver to set SMBIOS valuesSimon Glass1-0/+3
2020-11-06smbios: Add more propertiesSimon Glass1-0/+4
2020-11-06smbios: Allow properties to come from the device treeSimon Glass1-17/+81
2020-11-06x86: Pass an ofnode into each SMBIOS functionSimon Glass1-18/+26
2020-11-06acpi: Correct reset handling in acpi_device_add_power_res()Simon Glass1-1/+1
2020-11-06x86: Allow putting some tables in the bloblistSimon Glass2-2/+11
2020-11-05binman: Call helper function binman_set_rom_offset() to fill offsetMichal Simek1-2/+2
2020-11-05smbios: add parsing APIChristian Gmeiner3-0/+102
2020-11-01Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/01Nov2020Tom Rini4-8/+52
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-1/+13
2020-10-30lib: Add getoptSean Anderson3-0/+131
2020-10-30efi_loader: add efi_create_indexed_name()AKASHI Takahiro2-0/+37