summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* binman: Remove additional backslashMichal Simek2020-11-301-1/+1
* charset: make u16_strnlen accessible at runtimeIlias Apalodimas2020-11-291-1/+2
* efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARMHeinrich Schuchardt2020-11-291-0/+1
* efi_loader: parameter check in GetNextVariableName()Heinrich Schuchardt2020-11-211-3/+8
* efi_loader: tcg2 protocol updatesIlias Apalodimas2020-11-211-68/+92
* efi_selftest: provide unit test for the EFI_TCG2_PROTOCOLHeinrich Schuchardt2020-11-142-0/+76
* efi_loader: Add basic EFI_TCG2_PROTOCOL supportIlias Apalodimas2020-11-144-0/+549
* efi_loader: incorrect buffer size in efi_file_setinfo()Heinrich Schuchardt2020-11-141-1/+1
* efi_loader: Add missing newline to log_{err,warning}Paulo Alcantara2020-11-141-2/+2
* efi_selftest: keep devices in ExitBootServices()Heinrich Schuchardt2020-11-142-4/+12
* tpm: Change response length of tpm2_get_capability()Ilias Apalodimas2020-11-091-2/+2
* efi_selftest: add tool to download dtbHeinrich Schuchardt2020-11-092-0/+220
* efi_loader: non-volatile variable not deleted from fileHeinrich Schuchardt2020-11-091-0/+1
* Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dmWIP/06Nov2020Tom Rini2020-11-061-2/+2
|\
| * binman: Call helper function binman_set_rom_offset() to fill offsetMichal Simek2020-11-051-2/+2
* | smbios: Drop the unused Kconfig optionsSimon Glass2020-11-062-49/+13
* | sysinfo: Provide a default driver to set SMBIOS valuesSimon Glass2020-11-061-0/+3
* | smbios: Add more propertiesSimon Glass2020-11-061-0/+4
* | smbios: Allow properties to come from the device treeSimon Glass2020-11-061-17/+81
* | x86: Pass an ofnode into each SMBIOS functionSimon Glass2020-11-061-18/+26
* | acpi: Correct reset handling in acpi_device_add_power_res()Simon Glass2020-11-061-1/+1
* | x86: Allow putting some tables in the bloblistSimon Glass2020-11-062-2/+11
* | smbios: add parsing APIChristian Gmeiner2020-11-053-0/+102
|/
* Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/01Nov2020Tom Rini2020-11-014-8/+52
|\
| * efi_loader: add efi_create_indexed_name()AKASHI Takahiro2020-10-302-0/+37
| * efi_loader: add option to initialise EFI subsystem earlyAKASHI Takahiro2020-10-301-0/+4
| * efi_loader: fix DisconnectController() for sole childHeinrich Schuchardt2020-10-301-8/+11
* | Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-10-301-1/+13
|\ \
| * | binman: Support multiple images in the librarySimon Glass2020-10-291-0/+7
| * | binman: Add a way to read the ROM offsetSimon Glass2020-10-291-1/+6
| |/
* | lib: Add getoptSean Anderson2020-10-303-0/+131
* | Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2020-10-291-1/+1
|\ \ | |/ |/|
| * xilinx: zynq: Change types from u32 to uint32_tMichal Simek2020-10-271-1/+1
* | efi_loader: daylight saving timeHeinrich Schuchardt2020-10-271-3/+16
* | efi_loader: Disable devices before handing over controlIlias Apalodimas2020-10-271-0/+6
* | efi_loader: Sort header file orderingIlias Apalodimas2020-10-271-4/+3
* | trace: conserve gd register on RISC-VHeinrich Schuchardt2020-10-271-1/+1
|/
* lib: print_freq() should output kHz not KHzHeinrich Schuchardt2020-10-221-1/+1
* common: rename getc() to getchar()Heinrich Schuchardt2020-10-222-11/+11
* efi_loader: fix use after free in receive pathPatrick Wildt2020-10-191-23/+69
* time: Fix get_ticks being non-monotonicSean Anderson2020-10-141-2/+2
* lib: rsa: superfluous initialization in rsa_verify()WIP/2020-10-12-assorted-encryption-changesHeinrich Schuchardt2020-10-121-1/+1
* rsa: fix retrieving public exponent on big-endian systemsRasmus Villemoes2020-10-121-2/+9
* lib: rsa: check algo match in rsa_verify_with_keynodeMatthieu CASTET2020-10-121-0/+5
* fit: cipher: aes: allow to store the IV in the FIT imagePhilippe Reynes2020-10-121-4/+18
* lib/hashtable: remove superfluous checkHeinrich Schuchardt2020-10-121-2/+1
* lib: Allow hexdump to be used in SPLSimon Glass2020-10-101-0/+8
* Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dmWIP/06Oct2020Tom Rini2020-10-061-1/+1
|\
| * fdtdec: correct test on return of fdt_node_offset_by_phandlePatrick Delaunay2020-10-061-1/+1
* | efi_loader: QEMU CONFIG_EFI_GRUB_ARM32_WORKAROUND=nHeinrich Schuchardt2020-10-061-0/+1