summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* sun7i: Add bananapi boardHans de Goede2014-07-31-0/+37
* sunxi: HYP/non-sec: configure CNTFRQ on all CPUsMarc Zyngier2014-07-31-0/+1
* sunxi: HYP/non-sec: add sun7i PSCI backendMarc Zyngier2014-07-31-0/+171
* sun7i: Add support for a number of new sun7i boardsHans de Goede2014-07-31-0/+118
* sun5i: Add support for a number of new sun5i boardsHans de Goede2014-07-31-0/+81
* sun4i: Add support for a number of new sun4i boardsHans de Goede2014-07-31-2/+193
* sunxi: Add CONFIG_MACPWR optionHans de Goede2014-07-31-0/+5
* sunxi: Enable EHCI on various sunxi boardsHans de Goede2014-07-31-5/+5
* sun5i: add USB EHCI settingsHans de Goede2014-07-31-0/+5
* sun4i: add USB EHCI settingsHans de Goede2014-07-31-0/+12
* cubieboard2: Enable AXP209 power controllerIan Campbell2014-07-31-2/+2
* sun7i: cubietruck: enable USB EHCIRoman Byshko2014-07-31-2/+2
* sun7i: add USB EHCI settingsRoman Byshko2014-07-31-0/+12
* sunxi: add general USB settingsRoman Byshko2014-07-31-0/+6
* sunxi: add USB EHCI driverRoman Byshko2014-07-31-0/+202
* sunxi: add defines to control USB Host clocks/resetsRoman Byshko2014-07-31-0/+4
* ahci: provide sunxi SATA driver using AHCI platform frameworkIan Campbell2014-07-31-9/+133
* include: remove CONFIG_SPL/CONFIG_TPL definition in config headersMasahiro Yamada2014-07-30-69/+0
* powerpc: remove redundant CPU definitionMasahiro Yamada2014-07-30-12/+11
* kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada2014-07-30-14/+11
* buildman: adjust for KconfigMasahiro Yamada2014-07-30-4/+14
* MAKEALL: adjust for KconfigMasahiro Yamada2014-07-30-3/+13
* kconfig: remove mkconfig and boards.cfgMasahiro Yamada2014-07-30-1412/+1
* tools: add genboardscfg.pyMasahiro Yamada2014-07-30-0/+504
* Add board MAINTAINERS filesMasahiro Yamada2014-07-30-0/+4234
* kconfig: switch to KconfigMasahiro Yamada2014-07-30-132/+619
* include: define CONFIG_SPL and CONFIG_TPL as 1Masahiro Yamada2014-07-30-69/+69
* kconfig: add basic Kconfig filesMasahiro Yamada2014-07-30-0/+131
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-30-0/+18075
* kconfig: import Kconfig files from Linux 3.16-rc7Masahiro Yamada2014-07-30-0/+24484
* boards:trats2: New Trats2 board maintainerƁukasz Majewski2014-07-30-1/+1
* boards.cfg : Add maintainers entries for SOCFPGADinh Nguyen2014-07-29-1/+1
* cosmetic: boards.cfg: fix some maintainers fieldsMasahiro Yamada2014-07-29-2/+2
* buildman: make sure to invoke GNU MakeMasahiro Yamada2014-07-29-3/+12
* MAKEALL: make sure to invoke GNU MakeMasahiro Yamada2014-07-29-3/+9
* scripts: add scripts/show-gnu-make to get GNU Make command nameMasahiro Yamada2014-07-29-0/+25
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-07-29-1736/+6535
|\
| * ARM: HYP/non-sec: remove MIDR check to validate CBARMarc Zyngier2014-07-28-17/+0
| * ARM: HYP/non-sec/PSCI: emit DT nodesMarc Zyngier2014-07-28-2/+112
| * ARM: convert arch_fixup_memory_node to a generic FDT fixup functionMa Haijun2014-07-28-7/+10
| * ARM: HYP/non-sec: add the option for a second-stage monitorMarc Zyngier2014-07-28-2/+11
| * ARM: HYP/non-sec: add generic ARMv7 PSCI codeMarc Zyngier2014-07-28-0/+141
| * ARM: HYP/non-sec: allow relocation to secure RAMMarc Zyngier2014-07-28-140/+138
| * ARM: HYP/non-sec: add separate section for secure codeMarc Zyngier2014-07-28-1/+33
| * ARM: add missing HYP mode constantMarc Zyngier2014-07-28-1/+3
| * ARM: non-sec: reset CNTVOFF to zeroMarc Zyngier2014-07-28-1/+8
| * ARM: HYP/non-sec: add a barrier after setting SCR.NS==1Marc Zyngier2014-07-28-0/+1
| * ARM: HYP/non-sec: move switch to non-sec to the last boot phaseMarc Zyngier2014-07-28-3/+6
| * Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2014-07-28-1298/+2038
| |\
| | * ARM: omap: move board specific NAND configs out from ti_armv7_common.hpekon gupta2014-07-25-8/+53