| Commit message (Expand) | Author | Age | Lines |
... | |
* | | include: remove CONFIG_SPL/CONFIG_TPL definition in config headers | Masahiro Yamada | 2014-07-30 | -69/+0 |
* | | powerpc: remove redundant CPU definition | Masahiro Yamada | 2014-07-30 | -12/+11 |
* | | kconfig: delete redundant CONFIG_${ARCH} definition | Masahiro Yamada | 2014-07-30 | -14/+11 |
* | | buildman: adjust for Kconfig | Masahiro Yamada | 2014-07-30 | -4/+14 |
* | | MAKEALL: adjust for Kconfig | Masahiro Yamada | 2014-07-30 | -3/+13 |
* | | kconfig: remove mkconfig and boards.cfg | Masahiro Yamada | 2014-07-30 | -1412/+1 |
* | | tools: add genboardscfg.py | Masahiro Yamada | 2014-07-30 | -0/+504 |
* | | Add board MAINTAINERS files | Masahiro Yamada | 2014-07-30 | -0/+4234 |
* | | kconfig: switch to Kconfig | Masahiro Yamada | 2014-07-30 | -132/+619 |
* | | include: define CONFIG_SPL and CONFIG_TPL as 1 | Masahiro Yamada | 2014-07-30 | -69/+69 |
* | | kconfig: add basic Kconfig files | Masahiro Yamada | 2014-07-30 | -0/+131 |
* | | kconfig: add board Kconfig and defconfig files | Masahiro Yamada | 2014-07-30 | -0/+18075 |
* | | kconfig: import Kconfig files from Linux 3.16-rc7 | Masahiro Yamada | 2014-07-30 | -0/+24484 |
* | | boards:trats2: New Trats2 board maintainer | Ćukasz Majewski | 2014-07-30 | -1/+1 |
* | | boards.cfg : Add maintainers entries for SOCFPGA | Dinh Nguyen | 2014-07-29 | -1/+1 |
* | | cosmetic: boards.cfg: fix some maintainers fields | Masahiro Yamada | 2014-07-29 | -2/+2 |
* | | buildman: make sure to invoke GNU Make | Masahiro Yamada | 2014-07-29 | -3/+12 |
* | | MAKEALL: make sure to invoke GNU Make | Masahiro Yamada | 2014-07-29 | -3/+9 |
* | | scripts: add scripts/show-gnu-make to get GNU Make command name | Masahiro Yamada | 2014-07-29 | -0/+25 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2014-07-29 | -1736/+6535 |
|\ \ |
|
| * | | ARM: HYP/non-sec: remove MIDR check to validate CBAR | Marc Zyngier | 2014-07-28 | -17/+0 |
| * | | ARM: HYP/non-sec/PSCI: emit DT nodes | Marc Zyngier | 2014-07-28 | -2/+112 |
| * | | ARM: convert arch_fixup_memory_node to a generic FDT fixup function | Ma Haijun | 2014-07-28 | -7/+10 |
| * | | ARM: HYP/non-sec: add the option for a second-stage monitor | Marc Zyngier | 2014-07-28 | -2/+11 |
| * | | ARM: HYP/non-sec: add generic ARMv7 PSCI code | Marc Zyngier | 2014-07-28 | -0/+141 |
| * | | ARM: HYP/non-sec: allow relocation to secure RAM | Marc Zyngier | 2014-07-28 | -140/+138 |
| * | | ARM: HYP/non-sec: add separate section for secure code | Marc Zyngier | 2014-07-28 | -1/+33 |
| * | | ARM: add missing HYP mode constant | Marc Zyngier | 2014-07-28 | -1/+3 |
| * | | ARM: non-sec: reset CNTVOFF to zero | Marc Zyngier | 2014-07-28 | -1/+8 |
| * | | ARM: HYP/non-sec: add a barrier after setting SCR.NS==1 | Marc Zyngier | 2014-07-28 | -0/+1 |
| * | | ARM: HYP/non-sec: move switch to non-sec to the last boot phase | Marc Zyngier | 2014-07-28 | -3/+6 |
| * | | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2014-07-28 | -1298/+2038 |
| |\ \ |
|
| | * | | ARM: omap: move board specific NAND configs out from ti_armv7_common.h | pekon gupta | 2014-07-25 | -8/+53 |
| | * | | ARM: omap: clean redundant PISMO_xx macros used in OMAP3 | pekon gupta | 2014-07-25 | -99/+13 |
| | * | | ARM: omap: fix GPMC address-map size for NAND and NOR devices | pekon gupta | 2014-07-25 | -2/+8 |
| | * | | ARM: OMAP: Fix handling of errata i727 | Rajendra Nayak | 2014-07-25 | -1/+10 |
| | * | | board: k2e-evm: add board support | Hao Zhang | 2014-07-25 | -0/+178 |
| | * | | ARM: keystone2: spl: add K2E SoC support | Khoronzhuk, Ivan | 2014-07-25 | -0/+8 |
| | * | | keystone2: use CONFIG_SOC_KEYSTONE in common places | Khoronzhuk, Ivan | 2014-07-25 | -3/+3 |
| | * | | ARM: keystone2: add MSMC cache coherency support for K2E SOC | Hao Zhang | 2014-07-25 | -8/+26 |
| | * | | ARM: keystone2: clock: add K2E clock support | Hao Zhang | 2014-07-25 | -6/+203 |
| | * | | ARM: keystone2: add K2E SoC hardware definitions | Hao Zhang | 2014-07-25 | -44/+105 |
| | * | | keystone: ddr3: move K2HK DDR3 configuration to a common file | Hao Zhang | 2014-07-25 | -285/+172 |
| | * | | configs: k2hk_evm: config: add common EVM configuration header | Hao Zhang | 2014-07-25 | -244/+289 |
| | * | | ARM: keystone: clock: move K2HK SoC dependent code in separate file | Khoronzhuk, Ivan | 2014-07-25 | -145/+166 |
| | * | | ARM: keystone2: move K2HK board files to common KS2 board directory | Hao Zhang | 2014-07-25 | -103/+142 |
| | * | | keystone2: add env option to do unitrd dt fixup | Murali Karicheri | 2014-07-25 | -1/+5 |
| | * | | k2hk: use common KS2_ prefix for all hardware definitions | Khoronzhuk, Ivan | 2014-07-25 | -148/+138 |
| | * | | keystone2: add possibility to turn off all dsps | Hao Zhang | 2014-07-25 | -2/+83 |
| | * | | keystone2: move cpu_to_bus() to keystone.c | Hao Zhang | 2014-07-25 | -14/+29 |