summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-x86Tom Rini2017-08-0113-66/+0
|\
| * x86: Switch all boards to use DM SCSIBin Meng2017-08-0110-47/+0
| * x86: Convert MMC to driver modelSimon Glass2017-08-011-12/+0
| * x86: Convert INTEL_ICH6_GPIO to KconfigBin Meng2017-08-013-7/+0
* | regulator: palmas: disable bypass when the LDO is enabledJean-Jacques Hiblot2017-08-011-0/+1
* | dm: mmc: Allow disabling driver model in SPLSimon Glass2017-08-012-8/+8
* | ahci: Support non-PCI controllersSimon Glass2017-08-011-1/+13
|/
* configs: Migrate CMD_NAND*Tom Rini2017-07-31144-355/+10
* dm: console: Check for serial devices properlySimon Glass2017-07-311-0/+1
* env: Migrate CONFIG_ENV_IS_IN_FAT options to KconfigTom Rini2017-07-3117-66/+0
* Remove unused CONFIG_TWL4030_PWMAdam Ford2017-07-311-1/+0
* serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to KconfigPatrice Chotard2017-07-311-1/+0
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2017-07-313-66/+195
|\
| * efi_loader: indent entry/exit prints to show nesting levelRob Clark2017-07-291-4/+8
| * efi_loader: add checking for incorrect use of EFI_ENTRY/EXITRob Clark2017-07-291-7/+10
| * efi_loader: Add an EFI_CALL() macroRob Clark2017-07-281-0/+17
| * efi_loader: only evaluate EFI_EXIT()'s ret onceRob Clark2017-07-281-2/+3
| * efi_loader: expose protocols via GUIDRob Clark2017-07-251-0/+9
| * 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: parameter types for CreateEvent, SetTimerxypron.glpk@gmx.de2017-07-242-8/+9
| * efi_loader: move guidcmp to headerRob Clark2017-07-241-0/+5
| * efi_console: set up eventsxypron.glpk@gmx.de2017-07-191-1/+5
| * efi_loader: refactor efi_set_timerxypron.glpk@gmx.de2017-07-191-0/+3
| * efi_loader: refactor efi_create_eventxypron.glpk@gmx.de2017-07-191-0/+6
| * efi_loader: correct size for tpl levelxypron.glpk@gmx.de2017-07-192-4/+6
| * efi_loader: implement multiple event supportxypron.glpk@gmx.de2017-07-192-2/+35
| * efi_loader: use struct efi_event * instead of void *xypron.glpk@gmx.de2017-07-191-10/+13
| * efi_loader: define all known status codesxypron.glpk@gmx.de2017-07-191-13/+37
| * efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOLxypron.glpk@gmx.de2017-07-192-0/+26
| * efi_loader: reimplement efi_locate_protocolxypron.glpk@gmx.de2017-07-191-10/+0
| * efi_loader: provide a sufficient number of protocolsxypron.glpk@gmx.de2017-07-191-2/+2
| * efi_loader: implement InstallProtocolInterfacexypron.glpk@gmx.de2017-07-191-1/+1
| * efi_loader: refactor efi_open_protocolxypron.glpk@gmx.de2017-07-191-15/+2
* | x86: minnowmax: Remove CONFIG_SMSC_LPC47MBin Meng2017-07-301-1/+0
* | x86: Add Intel Edison board filesAndy Shevchenko2017-07-301-0/+61
* | Merge git://git.denx.de/u-boot-socfpgaTom Rini2017-07-293-9/+1
|\ \
| * | arm: socfpga: Enable all FPGA config support for Arria 10Tien Fong Chee2017-07-261-2/+1
| * | kconfig: Convert FPGA_SOCFPGA configuration to KconfigTien Fong Chee2017-07-261-3/+0
| * | kconfig: Convert FPGA and FPGA_ALTERA configuration to KconfigTien Fong Chee2017-07-262-4/+0
* | | Merge git://git.denx.de/u-boot-usbTom Rini2017-07-2962-117/+248
|\ \ \
| * | | clk: fix compilation errors for poplar platformPatrice Chotard2017-07-281-14/+21
| * | | dm: phy: add missing #ifdef CONFIG_PHYPatrice Chotard2017-07-281-0/+42
| * | | dfu: remove limitation on partition sizePatrick Delaunay2017-07-281-2/+2
| * | | dfu: allow dfu read on partition greater than 2GBPatrick Delaunay2017-07-281-1/+1
| * | | dm: usb: Add a new USB controller operation 'update_hub_device'Bin Meng2017-07-281-1/+20
| * | | usb: hub: Parse and save TT details from device descriptorBin Meng2017-07-282-0/+28
| * | | usb: hub: Support 'set hub depth' request for USB 3.0 hubsBin Meng2017-07-282-0/+4
| * | | usb: hub: Add a new API to test if a hub device is root hubBin Meng2017-07-281-0/+8
| * | | usb: hub: Remove hub_port_reset()Bin Meng2017-07-281-18/+0