aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-12binman: Add binman symbol support to SPLSimon Glass3-2/+38
2017-12-12binman: arm: Include the binman symbol tableSimon Glass2-2/+11
2017-12-12binman: Support accessing binman tables at run timeSimon Glass11-10/+403
2017-12-12binman: Support enabling debug in testsSimon Glass4-6/+23
2017-12-12binman: Adjust size of test SPL binarySimon Glass5-14/+14
2017-12-12binman: Add tests binaries with binman symbolsSimon Glass9-1/+103
2017-12-12binman: Drop a stale comment about the 'board' featureSimon Glass1-1/+0
2017-12-12binman: Add support for including spl/u-boot-spl-nodtb.binSimon Glass3-0/+33
2017-12-12binman: Add support for including spl/u-boot-spl.dtbSimon Glass3-0/+37
2017-12-12binman: Add a function to read ELF symbolsSimon Glass8-11/+128
2017-12-12ata: Migrate CONFIG_MVSATA_IDE to KconfigTuomas Tynkkynen26-3/+28
2017-12-12ata: Migrate CONFIG_LIBATA to KconfigTuomas Tynkkynen73-86/+11
2017-12-12ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen101-41/+74
2017-12-12ata: Migrate CONFIG_DWC_AHSATA to KconfigTuomas Tynkkynen41-17/+29
2017-12-12ata: Migrate CONFIG_FSL_SATA to KconfigTuomas Tynkkynen26-20/+24
2017-12-12ata: Migrate CONFIG_SATA_MV to KconfigTuomas Tynkkynen6-3/+8
2017-12-12ata: Migrate CONFIG_SATA_SIL3114 to KconfigTuomas Tynkkynen7-3/+8
2017-12-12ata: Migrate CONFIG_SATA_SIL to KconfigTuomas Tynkkynen6-4/+12
2017-12-12ata: Drop CONFIG_MX51_PATATuomas Tynkkynen2-130/+0
2017-12-12ata: Drop CONFIG_SATA_DWCTuomas Tynkkynen3-2536/+0
2017-12-12Merge git://git.denx.de/u-boot-arcTom Rini1-1/+1
2017-12-12gpio/hsdk: Depend on DM_GPIO instead of simple DMAlexey Brodkin1-1/+1
2017-12-11Merge git://git.denx.de/u-boot-uniphierTom Rini3-9/+14
2017-12-11Merge git://git.denx.de/u-boot-arcTom Rini10-9/+683
2017-12-12ARM: uniphier: use FIELD_PREP for PLL settingsMasahiro Yamada1-6/+8
2017-12-12ARM: uniphier: compute SSCPLL values more preciselyMasahiro Yamada1-2/+4
2017-12-12ARM: uniphier: fix SSCPLL init code for LD11 SoCDai Okamura1-0/+1
2017-12-12mtd: nand: denali: make NAND_DENALI unconfigurable optionMasahiro Yamada1-4/+3
2017-12-12ARM: uniphier: compile pll-base-ld20.c for PXs3Masahiro Yamada1-0/+1
2017-12-11ARC: clk: introduce HSDK CGU clock driverEugeniy Paltsev6-0/+654
2017-12-11ARC: cache: explicitly initialize "*_exists" variablesEugeniy Paltsev1-8/+8
2017-12-11ARC: add defines of some cache and xCCM AUX registersEugeniy Paltsev1-0/+6
2017-12-11ARC: add macro to get CPU idEugeniy Paltsev1-0/+3
2017-12-11ARC: HSDK: Fixup DW SDIO CIU frequency to 50000000HzEugeniy Paltsev1-1/+11
2017-12-10ARC: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIOEugeniy Paltsev1-0/+1
2017-12-08Merge git://git.denx.de/u-boot-mpc85xxTom Rini24-29/+31
2017-12-08Merge git://git.denx.de/u-boot-rockchipTom Rini1-1/+1
2017-12-08rockchip: rk3399-puma: preserve leading zeros in serial#Jakob Unterwurzacher1-1/+1
2017-12-07Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini40-1384/+1445
2017-12-07armv8: fix gd after relocationYork Sun1-2/+3
2017-12-07log: Add documentationSimon Glass1-0/+214
2017-12-07log: test: Add a pytest for loggingSimon Glass2-0/+102
2017-12-07log: sandbox: Enable loggingSimon Glass1-0/+3
2017-12-07log: Plumb logging into the init sequenceSimon Glass4-1/+8
2017-12-07log: Add a test commandSimon Glass8-1/+235
2017-12-07log: Add a 'log level' commandSimon Glass3-0/+63
2017-12-07log: Add a console driverSimon Glass3-0/+44
2017-12-07log: Add an implementation of loggingSimon Glass6-0/+555
2017-12-07Drop the log bufferSimon Glass12-436/+5
2017-12-07usb: Correct use of debug()Simon Glass1-3/+1