summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-11-19efi_loader: enable EFI_LOADER on arm1136 and arm1176Heinrich Schuchardt1-2/+4
2019-11-19efi_loader: restrict EFI_LOADER to armv7 and armv8 on ARMHeinrich Schuchardt1-1/+4
2019-11-19efi_loader: remove unused function efi_dp_from_dev()Heinrich Schuchardt1-16/+2
2019-11-18Merge tag 'dm-pull-14nov19' of git://git.denx.de/u-boot-dmTom Rini2-7/+150
2019-11-14image: fdt: copy possible optee nodes to a loaded devicetreeHeiko Stuebner1-0/+140
2019-11-14fdtdec: only create phandle if caller wants it in fdtdec_add_reserved_memory()Heiko Stuebner1-7/+9
2019-11-14fdtdec: protect against another NULL phandlep in fdtdec_add_reserved_memory()Heiko Stuebner1-1/+2
2019-11-13efi_selftest: enable all UEFI unit tests on the sandboxHeinrich Schuchardt1-2/+5
2019-11-13efi_loader: support building UEFI binaries on sandboxHeinrich Schuchardt1-0/+3
2019-11-13efi_loader: call add_u_boot_and_runtime() on sandboxHeinrich Schuchardt1-4/+5
2019-11-13efi_loader: disk: install file system protocol to a whole diskAKASHI Takahiro1-1/+3
2019-11-13efi_loader: fix efi_dp_from_name()Heinrich Schuchardt1-3/+12
2019-11-05fdt: Sync up to the latest libfdtSimon Glass1-104/+316
2019-11-05fdt: Add Kconfig options to control code sizeSimon Glass2-1/+35
2019-11-01Merge tag 'efi-2020-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-5/+3
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini2-7/+24
2019-10-31libavb: Fix build warnings after updating the libSam Protsenko2-2/+3
2019-10-31libavb: Update libavb to current AOSP masterSam Protsenko12-214/+710
2019-10-31linux_compat: fix potential NULL pointer accessMarek Szyprowski1-1/+1
2019-10-31tiny-printf: Support vsnprintf()Simon South1-0/+16
2019-10-31lib: errno: sync error codesHeinrich Schuchardt1-2/+2
2019-10-31lib: errno: check for unsupported error numberHeinrich Schuchardt1-1/+7
2019-10-31lib: time: Add microsecond timerMarek Vasut1-0/+14
2019-10-30efi_loader: correct includes in efi_variable.cHeinrich Schuchardt1-5/+3
2019-10-27fdt: Fix alignment issue when reading 64-bits properties from fdtJean-Jacques Hiblot1-1/+1
2019-10-27tiny-printf: Reorder code to support %pSimon Glass1-13/+17
2019-10-27tiny-printf: Add print_grouped_ull()Simon Glass1-0/+6
2019-10-27tiny-printf: Reduce size by removing ctypeSimon Glass1-0/+7
2019-10-17efi_loader: disk: install FILE_SYSTEM_PROTOCOL only if availableAKASHI Takahiro1-1/+23
2019-10-17efi_loader: device_path: check against file path lengthAKASHI Takahiro1-2/+9
2019-10-15rsa: Return immediately if required-key verification failsDaniele Alessandrelli1-2/+1
2019-10-09Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini4-59/+19
2019-10-08dm: core: Drop fdtdec_get_pci_addr()Simon Glass1-54/+0
2019-10-08spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass2-5/+17
2019-10-08spl: Avoid checking for Ctrl-C in SPL with print_buffer()Simon Glass1-0/+2
2019-10-06efi: device path for nvmePatrick Wildt2-0/+35
2019-10-06efi_selftest: testing read-only variablesHeinrich Schuchardt1-11/+0
2019-10-06efi_selftest: correct SetVariable() testHeinrich Schuchardt1-14/+16
2019-10-06efi_loader: appending to non-existent variableHeinrich Schuchardt1-4/+6
2019-10-03dm: core: Correct low cell in ofnode_read_pci_addr()Simon Glass1-1/+1
2019-09-23efi_loader: SetVariable() deleting variablesHeinrich Schuchardt1-5/+6
2019-09-23efi_loader: SetVariable() fix illegal returnHeinrich Schuchardt1-1/+1
2019-09-23efi_loader: description efi_stri_coll()Heinrich Schuchardt1-5/+0
2019-09-20lib: charset: add u16_str<n>cmp()AKASHI Takahiro1-0/+25
2019-09-20efi_loader: selftest: enable APPEND_WRITE testsAKASHI Takahiro1-1/+19
2019-09-20efi_loader: variable: support APPEND_WRITEAKASHI Takahiro1-26/+44
2019-09-20efi_loader: incorrect return value form DisconnectControllerHeinrich Schuchardt1-12/+14
2019-09-20efi_loader: device_path: support Sandbox's "host" devicesAKASHI Takahiro1-0/+33
2019-09-11efi_loader: parameter checks EFI_FILE_PROTOCOL.SetInfo()Heinrich Schuchardt1-6/+4
2019-09-09efi_loader: check parameters EFI_FILE_PROTOCOL.GetInfo()Heinrich Schuchardt1-0/+6