summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-11-23efi_loader: default EFI_LOADER=n on ARM11Heinrich Schuchardt
2019-11-19efi_loader: enable EFI_LOADER on arm1136 and arm1176Heinrich Schuchardt
2019-11-19efi_loader: restrict EFI_LOADER to armv7 and armv8 on ARMHeinrich Schuchardt
2019-11-19efi_loader: remove unused function efi_dp_from_dev()Heinrich Schuchardt
2019-11-17Merge tag 'dm-pull-14nov19' of git://git.denx.de/u-boot-dmTom Rini
2019-11-14image: fdt: copy possible optee nodes to a loaded devicetreeHeiko Stuebner
2019-11-14fdtdec: only create phandle if caller wants it in fdtdec_add_reserved_memory()Heiko Stuebner
2019-11-14fdtdec: protect against another NULL phandlep in fdtdec_add_reserved_memory()Heiko Stuebner
2019-11-12efi_selftest: enable all UEFI unit tests on the sandboxHeinrich Schuchardt
2019-11-12efi_loader: support building UEFI binaries on sandboxHeinrich Schuchardt
2019-11-12efi_loader: call add_u_boot_and_runtime() on sandboxHeinrich Schuchardt
2019-11-12efi_loader: disk: install file system protocol to a whole diskAKASHI Takahiro
2019-11-12efi_loader: fix efi_dp_from_name()Heinrich Schuchardt
2019-11-04fdt: Sync up to the latest libfdtSimon Glass
2019-11-04fdt: Add Kconfig options to control code sizeSimon Glass
2019-11-01Merge tag 'efi-2020-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini
2019-10-31libavb: Fix build warnings after updating the libSam Protsenko
2019-10-31libavb: Update libavb to current AOSP masterSam Protsenko
2019-10-31linux_compat: fix potential NULL pointer accessMarek Szyprowski
2019-10-31tiny-printf: Support vsnprintf()Simon South
2019-10-31lib: errno: sync error codesHeinrich Schuchardt
2019-10-31lib: errno: check for unsupported error numberHeinrich Schuchardt
2019-10-31lib: time: Add microsecond timerMarek Vasut
2019-10-30efi_loader: correct includes in efi_variable.cHeinrich Schuchardt
2019-10-27fdt: Fix alignment issue when reading 64-bits properties from fdtJean-Jacques Hiblot
2019-10-27tiny-printf: Reorder code to support %pSimon Glass
2019-10-27tiny-printf: Add print_grouped_ull()Simon Glass
2019-10-27tiny-printf: Reduce size by removing ctypeSimon Glass
2019-10-17efi_loader: disk: install FILE_SYSTEM_PROTOCOL only if availableAKASHI Takahiro
2019-10-17efi_loader: device_path: check against file path lengthAKASHI Takahiro
2019-10-15rsa: Return immediately if required-key verification failsDaniele Alessandrelli
2019-10-08Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2019-10-08dm: core: Drop fdtdec_get_pci_addr()Simon Glass
2019-10-08spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass
2019-10-08spl: Avoid checking for Ctrl-C in SPL with print_buffer()Simon Glass
2019-10-06efi: device path for nvmePatrick Wildt
2019-10-06efi_selftest: testing read-only variablesHeinrich Schuchardt
2019-10-06efi_selftest: correct SetVariable() testHeinrich Schuchardt
2019-10-06efi_loader: appending to non-existent variableHeinrich Schuchardt
2019-10-03dm: core: Correct low cell in ofnode_read_pci_addr()Simon Glass
2019-09-23efi_loader: SetVariable() deleting variablesHeinrich Schuchardt
2019-09-23efi_loader: SetVariable() fix illegal returnHeinrich Schuchardt
2019-09-23efi_loader: description efi_stri_coll()Heinrich Schuchardt
2019-09-20lib: charset: add u16_str<n>cmp()AKASHI Takahiro
2019-09-20efi_loader: selftest: enable APPEND_WRITE testsAKASHI Takahiro
2019-09-20efi_loader: variable: support APPEND_WRITEAKASHI Takahiro
2019-09-20efi_loader: incorrect return value form DisconnectControllerHeinrich Schuchardt
2019-09-20efi_loader: device_path: support Sandbox's "host" devicesAKASHI Takahiro
2019-09-11efi_loader: parameter checks EFI_FILE_PROTOCOL.SetInfo()Heinrich Schuchardt