summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | efi_loader: return status from efi_setup_loaded_image()Heinrich Schuchardt2017-12-161-3/+5
| |_|/ / / |/| | | |
* | | | | Merge git://git.denx.de/u-boot-dmTom Rini2017-12-144-1/+238
|\ \ \ \ \
| * | | | | power: pmic/regulator: Add basic support for TPS65910Felix Brack2017-12-121-0/+130
| * | | | | power: extend prefix match to regulator-name propertyFelix Brack2017-12-121-1/+4
| * | | | | binman: Add binman symbol support to SPLSimon Glass2017-12-122-0/+24
| * | | | | binman: Support accessing binman tables at run timeSimon Glass2017-12-121-0/+80
| | |/ / / | |/| | |
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2017-12-131-2/+0
|\ \ \ \ \
| * | | | | ARM: socfpga: remove unneeded CONFIG_SYS_NAND_USE_FLASH_BBTMasahiro Yamada2017-12-091-1/+0
| * | | | | ARM: socfpga: remove unused CONFIG_NAND_DENALI_ECC_SIZEMasahiro Yamada2017-12-091-1/+0
* | | | | | Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-shTom Rini2017-12-137-0/+240
|\ \ \ \ \ \
| * | | | | | ARM: rmobile: Add R8A77995 D3 Draak boardMarek Vasut2017-12-091-0/+47
| * | | | | | ARM: rmobile: Add R8A77970 V3M Eagle boardMarek Vasut2017-12-091-0/+29
| * | | | | | ARM: rmobile: Add R8A77995 SoCMarek Vasut2017-12-092-0/+80
| * | | | | | ARM: rmobile: Add R8A77970 SoCMarek Vasut2017-12-093-0/+84
| |/ / / / /
* | | | | | Merge git://git.denx.de/u-boot-samsungTom Rini2017-12-131-0/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | ARM: Samsung: Add Exynos5422-based Odroid HC1 supportMarek Szyprowski2017-12-051-0/+2
* | | | | | SPL: Add FIT data-position property supportPeng Fan2017-12-121-0/+3
* | | | | | ARM: omap3_logic: Unlock NAND automatically in U-BootAdam Ford2017-12-121-2/+0
| |_|/ / / |/| | | |
* | | | | ata: Migrate CONFIG_MVSATA_IDE to KconfigTuomas Tynkkynen2017-12-121-1/+0
* | | | | ata: Migrate CONFIG_LIBATA to KconfigTuomas Tynkkynen2017-12-1270-84/+0
* | | | | ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen2017-12-1232-39/+0
* | | | | ata: Migrate CONFIG_DWC_AHSATA to KconfigTuomas Tynkkynen2017-12-1216-16/+0
* | | | | ata: Migrate CONFIG_FSL_SATA to KconfigTuomas Tynkkynen2017-12-1218-19/+0
* | | | | ata: Migrate CONFIG_SATA_MV to KconfigTuomas Tynkkynen2017-12-122-2/+0
* | | | | ata: Migrate CONFIG_SATA_SIL3114 to KconfigTuomas Tynkkynen2017-12-122-2/+0
* | | | | ata: Migrate CONFIG_SATA_SIL to KconfigTuomas Tynkkynen2017-12-123-3/+0
* | | | | ARC: clk: introduce HSDK CGU clock driverEugeniy Paltsev2017-12-111-0/+40
| |/ / / |/| | |
* | | | Merge git://git.denx.de/u-boot-mpc85xxTom Rini2017-12-082-0/+2
|\ \ \ \
| * | | | powerpc/p1_p2_rdb_pc: Fix endian access issue on EHCI intinalizationRan Wang2017-12-061-0/+1
| * | | | powerpc/T104xRDB: Fix endian access issue on EHCI intinalizationRan Wang2017-12-061-0/+1
| |/ / /
* | | | Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-12-0716-886/+677
|\ \ \ \
| * | | | armv8: ls1088a: Add nand support for ls1088ardbAshish Kumar2017-12-061-0/+2
| * | | | SECURE BOOT: Add fall back optionVinitha Pillai-B572232017-12-064-23/+61
| * | | | armv8: LS1088A_QSPI: SECURE_BOOT: Images validationUdit Agarwal2017-12-063-16/+58
| * | | | armv8: ls1012a: Modify Kernel and Environment offsetBhaskar Upadhaya2017-12-062-3/+3
| * | | | driver: net: fsl-mc: flib changes for MC 10.3.0Yogesh Gaur2017-12-067-844/+553
| |/ / /
* | | | log: Plumb logging into the init sequenceSimon Glass2017-12-071-0/+1
* | | | log: Add a test commandSimon Glass2017-12-071-0/+3
* | | | log: Add an implementation of loggingSimon Glass2017-12-072-0/+247
* | | | Drop the log bufferSimon Glass2017-12-073-52/+3
* | | | Move debug and logging support to a separate headerSimon Glass2017-12-072-45/+60
* | | | Revert "sandbox: remove os_putc() and os_puts()"Simon Glass2017-12-071-0/+20
* | | | Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2017-12-055-48/+108
|\ \ \ \ | |/ / / |/| | |
| * | | efi_loader: helper function to add EFI object to listHeinrich Schuchardt2017-12-011-0/+2
| * | | efi_loader: manage protocols in a linked listHeinrich Schuchardt2017-12-011-2/+4
| * | | efi_loader: efi_console: use helper functionsHeinrich Schuchardt2017-12-011-10/+2
| * | | efi_loader: helper functions for protocol managementHeinrich Schuchardt2017-12-011-0/+12
| * | | efi_loader: efi_gop: use correct types for parametersHeinrich Schuchardt2017-12-011-5/+5
| * | | efi_loader: argument of efi_search_obj should be constHeinrich Schuchardt2017-12-011-1/+1
| * | | efi_loader: make efi_create_handle non-staticHeinrich Schuchardt2017-12-011-0/+2