aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
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-12lib: rsa: superfluous initialization in rsa_verify()Heinrich Schuchardt1-1/+1
2020-10-12rsa: fix retrieving public exponent on big-endian systemsRasmus Villemoes1-2/+9
2020-10-12lib: rsa: check algo match in rsa_verify_with_keynodeMatthieu CASTET1-0/+5
2020-10-12fit: cipher: aes: allow to store the IV in the FIT imagePhilippe Reynes1-4/+18
2020-10-12lib/hashtable: remove superfluous checkHeinrich Schuchardt1-2/+1
2020-10-10lib: Allow hexdump to be used in SPLSimon Glass1-0/+8
2020-10-06Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dmTom Rini1-1/+1
2020-10-06fdtdec: correct test on return of fdt_node_offset_by_phandlePatrick Delaunay1-1/+1
2020-10-06efi_loader: QEMU CONFIG_EFI_GRUB_ARM32_WORKAROUND=nHeinrich Schuchardt1-0/+1
2020-10-06efi: Fix typo in documentationSean Anderson1-1/+1
2020-10-06efi_selftest: avoid unnecessary resetHeinrich Schuchardt1-0/+31
2020-10-06efi_selftest: print CRC32 of initrd as hexadecimalHeinrich Schuchardt1-1/+1
2020-10-06efi_selftest: enable printing hexadecimal numbersHeinrich Schuchardt1-13/+22
2020-10-06efi_loader: illegal free in EFI_LOAD_FILE2_PROTOCOLHeinrich Schuchardt1-8/+9
2020-10-06efi_loader: description EFI_LOAD_FILE2_PROTOCOLHeinrich Schuchardt1-19/+23
2020-10-05Merge branch 'next'Tom Rini7-18/+475
2020-09-27efi_loader: installation of EFI_RNG_PROTOCOLHeinrich Schuchardt3-5/+34
2020-09-25acpi: Use I2cSerialBusV2() instead of I2cSerialBus()Simon Glass1-1/+1
2020-09-25acpi: Add more support for generating processor tablesSimon Glass1-0/+167