summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | moveconfig: Use fd.write() instead of print >>Simon Glass2017-09-111-0/+2
|/
* bch: don't use __BSD_VISIBLE to test for flsJonathan Gray2017-09-031-1/+1
* Convert CONFIG_BCH to KconfigAdam Ford2017-09-011-0/+7
* Fix 'notes' typosAnatolij Gustschin2017-08-201-2/+2
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2017-08-183-4/+7
|\
| * efi_loader: use EFI_PAGE_MASK instead of EFI_PAGE_SIZE - 1xypron.glpk@gmx.de2017-08-121-1/+1
| * efi_loader: GOP fix for no displayRob Clark2017-08-111-1/+1
| * efi_loader: LocateHandle should return EFI_NOT_FOUND if none foundRob Clark2017-08-111-1/+4
| * efi_loader: attribute EFIAPI of efi_locate handle()xypron.glpk@gmx.de2017-08-111-1/+1
* | env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2017-08-161-1/+1
* | env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* | env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini2017-08-142-5/+14
|\ \
| * | rockchip: rk3188: rock: adjust for SPL/TPL splitPhilipp Tomsich2017-08-131-0/+9
| * | lib: spl: differentiate between TPL and SPL for libfdt/of_control/of_platdataPhilipp Tomsich2017-08-131-5/+5
| |/
* | tpm: add missing va_endxypron.glpk@gmx.de2017-08-131-1/+4
|/
* efi_loader: Fix warning in efi_gopAlexander Graf2017-07-311-1/+1
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2017-07-319-210/+781
|\
| * efi_loader: indent entry/exit prints to show nesting levelRob Clark2017-07-291-0/+25
| * efi_loader: add checking for incorrect use of EFI_ENTRY/EXITRob Clark2017-07-291-14/+31
| * efi_loader: Add an EFI_CALL() macroRob Clark2017-07-281-3/+1
| * efi_loader: add some missing breaksRob Clark2017-07-281-0/+2
| * efi_loader: fix bug in efi_get_memory_mapRob Clark2017-07-261-2/+2
| * efi_loader: Improve install_configuration_tableAlexander Graf2017-07-261-1/+18
| * efi_loader: remove more double EFI_EXIT() in efi_disk.cRob Clark2017-07-261-3/+3
| * efi_loader: remove double EFI_EXIT() with efi_unsupportedRob Clark2017-07-261-2/+2
| * efi_loader: expose protocols via GUIDRob Clark2017-07-251-0/+14
| * efi_loader: implement ProtocolsPerHandlexypron.glpk@gmx.de2017-07-251-1/+44
| * efi_loader: parameter types for CreateEvent, SetTimerxypron.glpk@gmx.de2017-07-241-5/+6
| * efi_console: use EFIAPI for callback functionsxypron.glpk@gmx.de2017-07-241-2/+3
| * efi_loader: workaround for grub lsefi bugRob Clark2017-07-241-0/+1
| * efi_loader: implement ConvertDeviceNodeToTextxypron.glpk@gmx.de2017-07-241-30/+91
| * efi_memory: return MapKeyxypron.glpk@gmx.de2017-07-241-0/+2
| * efi_memory: do parameter checks firstxypron.glpk@gmx.de2017-07-241-3/+3
| * efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCDRob Clark2017-07-242-1/+7
| * efi_loader: move guidcmp to headerRob Clark2017-07-241-5/+0
| * efi_loader: correctly implement 100ns conversionxypron.glpk@gmx.de2017-07-191-9/+40
| * efi_console: set up eventsxypron.glpk@gmx.de2017-07-192-2/+40
| * efi_loader: refactor efi_set_timerxypron.glpk@gmx.de2017-07-191-8/+13