summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-09-20efi_loader: add file/filesys supportRob Clark
2017-09-20efi_loader: refactor boot device and loaded_image handlingRob Clark
2017-09-20efi_loader: use proper device-paths for netRob Clark
2017-09-20efi_loader: use proper device-paths for partitionsRob Clark
2017-09-20efi_loader: flesh out device-path to textRob Clark
2017-09-20efi_loader: drop redundant efi_device_path_protocolRob Clark
2017-09-20efi_loader: add device-path utilsRob Clark
2017-09-18efi_selftest: check notification of ExitBootServicesHeinrich Schuchardt
2017-09-18efi_loader: notify when ExitBootServices is invokedHeinrich Schuchardt
2017-09-18efi_selftest: test task priority levelsHeinrich Schuchardt
2017-09-18efi_loader: implement task priority level (TPL)Heinrich Schuchardt
2017-09-18efi_selftest: provide unit test for event servicesHeinrich Schuchardt
2017-09-18efi_loader: efi_set_timer: reset signaled stateHeinrich Schuchardt
2017-09-18efi_loader: implement queueing of the notification functionHeinrich Schuchardt
2017-09-18efi_selftest: provide an EFI selftest applicationHeinrich Schuchardt
2017-09-18efi_loader: allow return value in EFI_CALLHeinrich Schuchardt
2017-09-18efi_loader: avoid obscure constants in efi_runtime.cHeinrich Schuchardt
2017-09-18efi_loader: usage of always in MakefileHeinrich Schuchardt
2017-09-18efi_loader: Fix efi_exit gd clobberingAlexander Graf
2017-09-18efi_loader: write protocol GUID in OpenProtocolHeinrich Schuchardt
2017-09-18efi_loader: call __efi_exit_check in efi_exitHeinrich Schuchardt
2017-09-18efi_disk: efi_disk_rw_blocks is not an API functionHeinrich Schuchardt
2017-09-15Merge git://git.denx.de/u-boot-fdtTom Rini
2017-09-15fdt: Allow stacked overlays phandle referencesPantelis Antoniou
2017-09-15libfdt: Initialize the stack variableTien Fong Chee
2017-09-15fdt: Sync libfdt up to upstreamSimon Glass
2017-09-14lib: strto: fix incorrect handling of specified baseRob Clark
2017-09-14lib: at91: Add logo files used via API of DM_VIDEOWenyou Yang
2017-09-12vsprintf.c: add GUID printingRob Clark
2017-09-12vsprintf.c: add UTF-16 string (%ls) supportRob Clark
2017-09-12lib: add some utf16 handling helpersRob Clark
2017-09-12Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2017-09-11moveconfig: Use fd.write() instead of print >>Simon Glass
2017-09-11spl: fit: Eanble GZIP support for image decompressionYork Sun
2017-09-03bch: don't use __BSD_VISIBLE to test for flsJonathan Gray
2017-09-01Convert CONFIG_BCH to KconfigAdam Ford
2017-08-20Fix 'notes' typosAnatolij Gustschin
2017-08-18Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-08-14Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini
2017-08-13tpm: add missing va_endxypron.glpk@gmx.de
2017-08-13rockchip: rk3188: rock: adjust for SPL/TPL splitPhilipp Tomsich
2017-08-13lib: spl: differentiate between TPL and SPL for libfdt/of_control/of_platdataPhilipp Tomsich
2017-08-12efi_loader: use EFI_PAGE_MASK instead of EFI_PAGE_SIZE - 1xypron.glpk@gmx.de
2017-08-11efi_loader: GOP fix for no displayRob Clark
2017-08-11efi_loader: LocateHandle should return EFI_NOT_FOUND if none foundRob Clark
2017-08-11efi_loader: attribute EFIAPI of efi_locate handle()xypron.glpk@gmx.de
2017-07-31efi_loader: Fix warning in efi_gopAlexander Graf