summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ARMv8: get new GD address from gd->new_gd directlyzijun_hu2017-10-081-0/+2
* spl: dm: Make it possible for the SPL to pick its own DTB from a FITJean-Jacques Hiblot2017-10-061-9/+78
* fdtdec: sort include filesJean-Jacques Hiblot2017-10-051-5/+5
* lib: allow building lzo for the SPLJean-Jacques Hiblot2017-10-052-1/+7
* gzip: add a function to parse the headerJean-Jacques Hiblot2017-10-051-3/+12
* lzo: add a function to check the validity of the headerJean-Jacques Hiblot2017-10-051-4/+17
* dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts KconfigJean-Jacques Hiblot2017-10-051-1/+1
* lib: Add CRC32-CMarek BehĂșn2017-10-023-0/+42
* efi_loader: Some console improvements for vidconsoleRob Clark2017-09-201-23/+35
* efi_loader: Correctly figure out size for vidconsoleRob Clark2017-09-201-1/+15
* efi_loader: split out escape sequence based size queryRob Clark2017-09-201-23/+30
* efi_loader: print GUIDsRob Clark2017-09-202-14/+14
* efi_loader: set loaded image code/data type properlyRob Clark2017-09-201-0/+22
* efi_loader: add bootmgrRob Clark2017-09-204-4/+185
* efi_loader: efi variable supportRob Clark2017-09-204-5/+355
* efi_loader: make pool allocations cacheline alignedRob Clark2017-09-201-2/+3
* efi_loader: support load_image() from a file-pathRob Clark2017-09-201-15/+70
* efi_loader: add file/filesys supportRob Clark2017-09-204-0/+596
* efi_loader: refactor boot device and loaded_image handlingRob Clark2017-09-202-4/+37
* efi_loader: use proper device-paths for netRob Clark2017-09-201-17/+2
* efi_loader: use proper device-paths for partitionsRob Clark2017-09-201-23/+31
* efi_loader: flesh out device-path to textRob Clark2017-09-201-63/+178
* efi_loader: drop redundant efi_device_path_protocolRob Clark2017-09-201-5/+8
* efi_loader: add device-path utilsRob Clark2017-09-203-3/+575
* efi_selftest: check notification of ExitBootServicesHeinrich Schuchardt2017-09-182-0/+109
* efi_loader: notify when ExitBootServices is invokedHeinrich Schuchardt2017-09-181-0/+11
* efi_selftest: test task priority levelsHeinrich Schuchardt2017-09-182-1/+218
* efi_loader: implement task priority level (TPL)Heinrich Schuchardt2017-09-181-4/+28
* efi_selftest: provide unit test for event servicesHeinrich Schuchardt2017-09-182-1/+199
* efi_loader: efi_set_timer: reset signaled stateHeinrich Schuchardt2017-09-181-0/+1
* efi_loader: implement queueing of the notification functionHeinrich Schuchardt2017-09-182-11/+33
* efi_selftest: provide an EFI selftest applicationHeinrich Schuchardt2017-09-185-0/+431
* efi_loader: allow return value in EFI_CALLHeinrich Schuchardt2017-09-181-1/+2
* efi_loader: avoid obscure constants in efi_runtime.cHeinrich Schuchardt2017-09-181-2/+4
* efi_loader: usage of always in MakefileHeinrich Schuchardt2017-09-181-2/+3
* efi_loader: Fix efi_exit gd clobberingAlexander Graf2017-09-181-0/+7
* efi_loader: write protocol GUID in OpenProtocolHeinrich Schuchardt2017-09-181-0/+9
* efi_loader: call __efi_exit_check in efi_exitHeinrich Schuchardt2017-09-181-0/+2
* efi_disk: efi_disk_rw_blocks is not an API functionHeinrich Schuchardt2017-09-181-1/+1
* Merge git://git.denx.de/u-boot-fdtTom Rini2017-09-155-26/+313
|\
| * fdt: Allow stacked overlays phandle referencesPantelis Antoniou2017-09-151-22/+206
| * libfdt: Initialize the stack variableTien Fong Chee2017-09-151-1/+1
| * fdt: Sync libfdt up to upstreamSimon Glass2017-09-153-3/+106
* | lib: strto: fix incorrect handling of specified baseRob Clark2017-09-141-26/+19
|/
* lib: at91: Add logo files used via API of DM_VIDEOWenyou Yang2017-09-145-0/+2431
* vsprintf.c: add GUID printingRob Clark2017-09-121-2/+44
* vsprintf.c: add UTF-16 string (%ls) supportRob Clark2017-09-121-2/+28
* lib: add some utf16 handling helpersRob Clark2017-09-123-14/+105
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-09-122-2/+15
|\
| * spl: fit: Eanble GZIP support for image decompressionYork Sun2017-09-112-2/+15