summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* env: Migrate CONFIG_ENV_IS_IN_FAT options to KconfigTom Rini2017-07-3140-114/+66
* Remove unused CONFIG_TWL4030_PWMAdam Ford2017-07-312-2/+0
* serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to KconfigPatrice Chotard2017-07-314-2/+8
* dm: Kconfig: fix typo in help for SPL_PINCTRLPhilipp Tomsich2017-07-311-1/+1
* 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-3113-330/+1057
|\
| * efi_loader: indent entry/exit prints to show nesting levelRob Clark2017-07-292-4/+33
| * efi_loader: add checking for incorrect use of EFI_ENTRY/EXITRob Clark2017-07-292-21/+41
| * efi_loader: Add an EFI_CALL() macroRob Clark2017-07-282-3/+18
| * efi_loader: only evaluate EFI_EXIT()'s ret onceRob Clark2017-07-281-2/+3
| * 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: Fix configuration table overrideAlexander Graf2017-07-261-4/+3
| * 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-252-0/+23
| * efi_loader: add helper macro to construct protocol objectsRob Clark2017-07-251-0/+8
| * efi_loader: log EFI return values tooRob Clark2017-07-251-1/+4
| * efi_loader: implement ProtocolsPerHandlexypron.glpk@gmx.de2017-07-251-1/+44
| * efi_loader: parameter types for CreateEvent, SetTimerxypron.glpk@gmx.de2017-07-243-13/+15
| * efi_loader: initalize EFI object list only onceHeinrich Schuchardt2017-07-241-26/+36
| * 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-243-2/+8
| * efi_loader: move guidcmp to headerRob Clark2017-07-242-5/+5
| * efi_loader: EFI file paths should be DOS styleRob Clark2017-07-241-1/+5
| * efi_loader: correctly implement 100ns conversionxypron.glpk@gmx.de2017-07-191-9/+40
| * efi_console: set up eventsxypron.glpk@gmx.de2017-07-194-3/+46
| * efi_loader: refactor efi_set_timerxypron.glpk@gmx.de2017-07-192-8/+16
| * efi_loader: refactor efi_create_eventxypron.glpk@gmx.de2017-07-192-12/+29
| * efi_loader: correct size for tpl levelxypron.glpk@gmx.de2017-07-193-10/+12
| * efi_loader: implement multiple event supportxypron.glpk@gmx.de2017-07-193-64/+168
| * efi_loader: use struct efi_event * instead of void *xypron.glpk@gmx.de2017-07-192-21/+27
| * efi_memory: avoid NULL dereference in efi_free_poolxypron.glpk@gmx.de2017-07-191-0/+3
| * efi_loader: disk: iterate only over valid block devicesxypron.glpk@gmx.de2017-07-191-2/+2
| * efi_loader: provide meaningful status codexypron.glpk@gmx.de2017-07-191-8/+8
| * efi_loader: define all known status codesxypron.glpk@gmx.de2017-07-191-13/+37
| * bootefi: allow return without EFI_BOOT_SERVICES.Exitxypron.glpk@gmx.de2017-07-191-5/+18
| * efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOLxypron.glpk@gmx.de2017-07-195-1/+98
| * efi_loader: reimplement efi_locate_protocolxypron.glpk@gmx.de2017-07-193-22/+24
| * efi_loader: provide a sufficient number of protocolsxypron.glpk@gmx.de2017-07-191-2/+2
| * efi_loader: implement LocateHandleBufferxypron.glpk@gmx.de2017-07-191-1/+24
| * efi_loader: refactor efi_locate_handlexypron.glpk@gmx.de2017-07-191-6/+15
| * efi_loader: implement InstallMultipleProtocolInterfacesxypron.glpk@gmx.de2017-07-191-1/+38
| * efi_loader: refactor efi_uninstall_protocol_interfacexypron.glpk@gmx.de2017-07-191-4/+11
| * efi_loader: refactor efi_install_protocol_interfacexypron.glpk@gmx.de2017-07-191-5/+14