summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-01-28tiny-printf: Handle %pM format when CONFIG_SPL_NET_SUPPORT is enabledMatwey V. Kornilov
2021-03-23lib: rational: copy the rational fraction lib routines from LinuxTero Kristo
2021-03-16fdt: Use phandle to distinguish DT nodes with same nameAswath Govindraju
2020-12-29efi_loader: use after free in efi_exit()Heinrich Schuchardt
2020-12-29efi_loader: efi_signal_event() fix comment typosHeinrich Schuchardt
2020-12-29efi_loader: avoid invalid freeHeinrich Schuchardt
2020-12-29efi_loader: escape key handlingHeinrich Schuchardt
2020-12-29efi_loader: missing parentheses after ifHeinrich Schuchardt
2020-12-26efi_loader: Extra checks while opening an OPTEE sessionIlias Apalodimas
2020-12-20efi_loader: make variable store size customizableHeinrich Schuchardt
2020-11-30binman: Remove additional backslashMichal Simek
2020-11-29charset: make u16_strnlen accessible at runtimeIlias Apalodimas
2020-11-29efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARMHeinrich Schuchardt
2020-11-21efi_loader: parameter check in GetNextVariableName()Heinrich Schuchardt
2020-11-21efi_loader: tcg2 protocol updatesIlias Apalodimas
2020-11-14efi_selftest: provide unit test for the EFI_TCG2_PROTOCOLHeinrich Schuchardt
2020-11-14efi_loader: Add basic EFI_TCG2_PROTOCOL supportIlias Apalodimas
2020-11-14efi_loader: incorrect buffer size in efi_file_setinfo()Heinrich Schuchardt
2020-11-14efi_loader: Add missing newline to log_{err,warning}Paulo Alcantara
2020-11-14efi_selftest: keep devices in ExitBootServices()Heinrich Schuchardt
2020-11-09tpm: Change response length of tpm2_get_capability()Ilias Apalodimas
2020-11-09efi_selftest: add tool to download dtbHeinrich Schuchardt
2020-11-09efi_loader: non-volatile variable not deleted from fileHeinrich Schuchardt
2020-11-06Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dmTom Rini
2020-11-06smbios: Drop the unused Kconfig optionsSimon Glass
2020-11-06sysinfo: Provide a default driver to set SMBIOS valuesSimon Glass
2020-11-06smbios: Add more propertiesSimon Glass
2020-11-06smbios: Allow properties to come from the device treeSimon Glass
2020-11-06x86: Pass an ofnode into each SMBIOS functionSimon Glass
2020-11-06acpi: Correct reset handling in acpi_device_add_power_res()Simon Glass
2020-11-06x86: Allow putting some tables in the bloblistSimon Glass
2020-11-05binman: Call helper function binman_set_rom_offset() to fill offsetMichal Simek
2020-11-05smbios: add parsing APIChristian Gmeiner
2020-11-01Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-10-30lib: Add getoptSean Anderson
2020-10-30efi_loader: add efi_create_indexed_name()AKASHI Takahiro
2020-10-30efi_loader: add option to initialise EFI subsystem earlyAKASHI Takahiro
2020-10-30efi_loader: fix DisconnectController() for sole childHeinrich Schuchardt
2020-10-29binman: Support multiple images in the librarySimon Glass
2020-10-29binman: Add a way to read the ROM offsetSimon Glass
2020-10-29Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2020-10-27efi_loader: daylight saving timeHeinrich Schuchardt
2020-10-27efi_loader: Disable devices before handing over controlIlias Apalodimas
2020-10-27efi_loader: Sort header file orderingIlias Apalodimas
2020-10-27trace: conserve gd register on RISC-VHeinrich Schuchardt
2020-10-27xilinx: zynq: Change types from u32 to uint32_tMichal Simek
2020-10-22lib: print_freq() should output kHz not KHzHeinrich Schuchardt
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt
2020-10-19efi_loader: fix use after free in receive pathPatrick Wildt