aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-11-04fdt: Sync up to the latest libfdtSimon Glass1-104/+316
2019-11-04fdt: 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-08Merge 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
2019-09-09efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo()Heinrich Schuchardt1-6/+12
2019-09-09efi_loader: EFI_FILE_PROTOCOL rev 2 stubHeinrich Schuchardt1-5/+31
2019-09-09efi_loader: file size checksHeinrich Schuchardt1-29/+40
2019-09-09efi_loader: correct reading of directoriesHeinrich Schuchardt1-18/+5
2019-09-09efi_loader: eliminate inline function ascii2unicode()Heinrich Schuchardt2-13/+20
2019-09-09efi_loader: EFI_FILE_PROTOCOL.Write() check argsHeinrich Schuchardt1-10/+41
2019-09-05doc: UEFI API documentationHeinrich Schuchardt3-9/+13
2019-09-05efi_loader: EFI_BLOCK_IO_PROTOCOL.Reset()Heinrich Schuchardt1-1/+16
2019-09-05efi_loader: use EFI_PRINT() instead of debug()Heinrich Schuchardt1-3/+3
2019-09-05efi_loader: parameter checks BLOCK_IO_PROTOCOLHeinrich Schuchardt1-1/+36
2019-09-05efi_loader: do not set invalid screen modeHeinrich Schuchardt1-0/+4
2019-09-05efi_loader: cursor positioningHeinrich Schuchardt1-5/+13