summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | efi: Fix typo in documentationSean Anderson2020-10-061-1/+1
* | efi_selftest: avoid unnecessary resetHeinrich Schuchardt2020-10-061-0/+31
* | efi_selftest: print CRC32 of initrd as hexadecimalHeinrich Schuchardt2020-10-061-1/+1
* | efi_selftest: enable printing hexadecimal numbersHeinrich Schuchardt2020-10-061-13/+22
* | efi_loader: illegal free in EFI_LOAD_FILE2_PROTOCOLHeinrich Schuchardt2020-10-061-8/+9
* | efi_loader: description EFI_LOAD_FILE2_PROTOCOLHeinrich Schuchardt2020-10-061-19/+23
|/
* Merge branch 'next'Tom Rini2020-10-057-18/+475
|\
| * acpi: Use I2cSerialBusV2() instead of I2cSerialBus()Simon Glass2020-09-251-1/+1
| * acpi: Add more support for generating processor tablesSimon Glass2020-09-251-0/+167
| * acpi: Add support for generating processor tablesSimon Glass2020-09-251-0/+55
| * x86: acpi: Support generation of the DBG2 tableSimon Glass2020-09-251-0/+64
| * dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio()Simon Glass2020-09-251-2/+2
| * acpi: Support generating a multi-function _DSM for devicesSimon Glass2020-09-252-0/+97
| * acpi: Add support for conditions and return valuesSimon Glass2020-09-251-0/+68
| * acpi: Add support for writing a _PRWSimon Glass2020-09-251-0/+10