summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-12-29efi_loader: use after free in efi_exit()Heinrich Schuchardt1-5/+12
2020-12-29efi_loader: efi_signal_event() fix comment typosHeinrich Schuchardt1-2/+2
2020-12-29efi_loader: avoid invalid freeHeinrich Schuchardt1-1/+1
2020-12-29efi_loader: escape key handlingHeinrich Schuchardt1-0/+12
2020-12-29efi_loader: missing parentheses after ifHeinrich Schuchardt1-1/+1
2020-12-26efi_loader: Extra checks while opening an OPTEE sessionIlias Apalodimas1-5/+15
2020-12-20efi_loader: make variable store size customizableHeinrich Schuchardt1-0/+14
2020-11-30binman: Remove additional backslashMichal Simek1-1/+1
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...Tom 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
2020-10-30efi_loader: add option to initialise EFI subsystem earlyAKASHI Takahiro1-0/+4
2020-10-30efi_loader: fix DisconnectController() for sole childHeinrich Schuchardt1-8/+11
2020-10-29binman: Support multiple images in the librarySimon Glass1-0/+7
2020-10-29binman: Add a way to read the ROM offsetSimon Glass1-1/+6
2020-10-29Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...Tom Rini1-1/+1
2020-10-27efi_loader: daylight saving timeHeinrich Schuchardt1-3/+16
2020-10-27efi_loader: Disable devices before handing over controlIlias Apalodimas1-0/+6
2020-10-27efi_loader: Sort header file orderingIlias Apalodimas1-4/+3
2020-10-27trace: conserve gd register on RISC-VHeinrich Schuchardt1-1/+1
2020-10-27xilinx: zynq: Change types from u32 to uint32_tMichal Simek1-1/+1
2020-10-22lib: print_freq() should output kHz not KHzHeinrich Schuchardt1-1/+1
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt2-11/+11
2020-10-19efi_loader: fix use after free in receive pathPatrick Wildt1-23/+69
2020-10-14time: Fix get_ticks being non-monotonicSean Anderson1-2/+2
2020-10-13lib: rsa: superfluous initialization in rsa_verify()Heinrich Schuchardt1-1/+1
2020-10-13rsa: fix retrieving public exponent on big-endian systemsRasmus Villemoes1-2/+9