summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fdt: Sync up to the latest libfdtSimon Glass2019-11-041-104/+316
* fdt: Add Kconfig options to control code sizeSimon Glass2019-11-042-1/+35
* Merge tag 'efi-2020-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2019-11-011-5/+3
|\
| * efi_loader: correct includes in efi_variable.cHeinrich Schuchardt2019-10-301-5/+3
* | Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini2019-11-012-7/+24
|\ \
| * | fdt: Fix alignment issue when reading 64-bits properties from fdtJean-Jacques Hiblot2019-10-271-1/+1
| * | tiny-printf: Reorder code to support %pSimon Glass2019-10-271-13/+17
| * | tiny-printf: Add print_grouped_ull()Simon Glass2019-10-271-0/+6
| * | tiny-printf: Reduce size by removing ctypeSimon Glass2019-10-271-0/+7
| |/
* | libavb: Fix build warnings after updating the libSam Protsenko2019-10-312-2/+3
* | libavb: Update libavb to current AOSP masterSam Protsenko2019-10-3112-214/+710
* | linux_compat: fix potential NULL pointer accessMarek Szyprowski2019-10-311-1/+1
* | tiny-printf: Support vsnprintf()Simon South2019-10-311-0/+16
* | lib: errno: sync error codesHeinrich Schuchardt2019-10-311-2/+2
* | lib: errno: check for unsupported error numberHeinrich Schuchardt2019-10-311-1/+7
* | lib: time: Add microsecond timerMarek Vasut2019-10-311-0/+14
|/
* efi_loader: disk: install FILE_SYSTEM_PROTOCOL only if availableAKASHI Takahiro2019-10-171-1/+23
* efi_loader: device_path: check against file path lengthAKASHI Takahiro2019-10-171-2/+9
* rsa: Return immediately if required-key verification failsDaniele Alessandrelli2019-10-151-2/+1
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2019-10-084-59/+19
|\
| * dm: core: Drop fdtdec_get_pci_addr()Simon Glass2019-10-081-54/+0
| * spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass2019-10-082-5/+17
| * spl: Avoid checking for Ctrl-C in SPL with print_buffer()Simon Glass2019-10-081-0/+2
* | efi: device path for nvmePatrick Wildt2019-10-062-0/+35
* | efi_selftest: testing read-only variablesHeinrich Schuchardt2019-10-061-11/+0
* | efi_selftest: correct SetVariable() testHeinrich Schuchardt2019-10-061-14/+16
* | efi_loader: appending to non-existent variableHeinrich Schuchardt2019-10-061-4/+6
|/
* dm: core: Correct low cell in ofnode_read_pci_addr()Simon Glass2019-10-031-1/+1
* efi_loader: SetVariable() deleting variablesHeinrich Schuchardt2019-09-231-5/+6
* efi_loader: SetVariable() fix illegal returnHeinrich Schuchardt2019-09-231-1/+1
* efi_loader: description efi_stri_coll()Heinrich Schuchardt2019-09-231-5/+0
* lib: charset: add u16_str<n>cmp()AKASHI Takahiro2019-09-201-0/+25
* efi_loader: selftest: enable APPEND_WRITE testsAKASHI Takahiro2019-09-201-1/+19
* efi_loader: variable: support APPEND_WRITEAKASHI Takahiro2019-09-201-26/+44
* efi_loader: incorrect return value form DisconnectControllerHeinrich Schuchardt2019-09-201-12/+14
* efi_loader: device_path: support Sandbox's "host" devicesAKASHI Takahiro2019-09-201-0/+33
* efi_loader: parameter checks EFI_FILE_PROTOCOL.SetInfo()Heinrich Schuchardt2019-09-111-6/+4
* efi_loader: check parameters EFI_FILE_PROTOCOL.GetInfo()Heinrich Schuchardt2019-09-091-0/+6
* efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo()Heinrich Schuchardt2019-09-091-6/+12
* efi_loader: EFI_FILE_PROTOCOL rev 2 stubHeinrich Schuchardt2019-09-091-5/+31
* efi_loader: file size checksHeinrich Schuchardt2019-09-091-29/+40
* efi_loader: correct reading of directoriesHeinrich Schuchardt2019-09-091-18/+5
* efi_loader: eliminate inline function ascii2unicode()Heinrich Schuchardt2019-09-092-13/+20
* efi_loader: EFI_FILE_PROTOCOL.Write() check argsHeinrich Schuchardt2019-09-091-10/+41
* doc: UEFI API documentationHeinrich Schuchardt2019-09-053-9/+13
* efi_loader: EFI_BLOCK_IO_PROTOCOL.Reset()Heinrich Schuchardt2019-09-051-1/+16
* efi_loader: use EFI_PRINT() instead of debug()Heinrich Schuchardt2019-09-051-3/+3
* efi_loader: parameter checks BLOCK_IO_PROTOCOLHeinrich Schuchardt2019-09-051-1/+36
* efi_loader: do not set invalid screen modeHeinrich Schuchardt2019-09-051-0/+4
* efi_loader: cursor positioningHeinrich Schuchardt2019-09-051-5/+13