summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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_end[email protected]
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 - 1[email protected]
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()[email protected]
2017-07-31efi_loader: Fix warning in efi_gopAlexander Graf
2017-07-31Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2017-07-29efi_loader: indent entry/exit prints to show nesting levelRob Clark
2017-07-29efi_loader: add checking for incorrect use of EFI_ENTRY/EXITRob Clark
2017-07-28fdtdec: Drop old compatible valuesSimon Glass
2017-07-28efi_loader: Add an EFI_CALL() macroRob Clark
2017-07-28efi_loader: add some missing breaksRob Clark
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan
2017-07-26efi_loader: fix bug in efi_get_memory_mapRob Clark
2017-07-26efi_loader: Improve install_configuration_tableAlexander Graf
2017-07-26efi_loader: remove more double EFI_EXIT() in efi_disk.cRob Clark
2017-07-26efi_loader: remove double EFI_EXIT() with efi_unsupportedRob Clark
2017-07-25efi_loader: expose protocols via GUIDRob Clark
2017-07-25efi_loader: implement ProtocolsPerHandle[email protected]
2017-07-24configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFSTom Rini
2017-07-24efi_loader: parameter types for CreateEvent, SetTimer[email protected]
2017-07-24efi_console: use EFIAPI for callback functions[email protected]
2017-07-24efi_loader: workaround for grub lsefi bugRob Clark
2017-07-24efi_loader: implement ConvertDeviceNodeToText[email protected]
2017-07-24efi_memory: return MapKey[email protected]
2017-07-24efi_memory: do parameter checks first[email protected]
2017-07-24efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCDRob Clark
2017-07-24efi_loader: move guidcmp to headerRob Clark
2017-07-19efi_loader: correctly implement 100ns conversion[email protected]
2017-07-19efi_console: set up events[email protected]
2017-07-19efi_loader: refactor efi_set_timer[email protected]
2017-07-19efi_loader: refactor efi_create_event[email protected]
2017-07-19efi_loader: correct size for tpl level[email protected]
2017-07-19efi_loader: implement multiple event support[email protected]
2017-07-19efi_loader: use struct efi_event * instead of void *[email protected]
2017-07-19efi_memory: avoid NULL dereference in efi_free_pool[email protected]
2017-07-19efi_loader: disk: iterate only over valid block devices[email protected]
2017-07-19efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL[email protected]
2017-07-19efi_loader: reimplement efi_locate_protocol[email protected]
2017-07-19efi_loader: implement LocateHandleBuffer[email protected]