Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'u-boot/master' into u-boot-arm/master | Albert ARIBAUD | 2013-07-25 | -17/+1 |
|\ | ||||
| * | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -17/+1 |
| | | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com> | |||
* | | ARM: highbank: set timer prescaler to 256 | Rob Herring | 2013-07-25 | -0/+2 |
|/ | | | | | | | The 150MHz clock rate gives u-boot time functions problems and there's no benefit to a fast clock, so lower the rate. Signed-off-by: Rob Herring <rob.herring@calxeda.com> | |||
* | ARMV7: Versatile Express Coretile CortexA9x4 support | Matt Waddel | 2010-10-13 | -0/+50 |
Adds support for the ARM quad-core Cortex-A9 processor This system includes a motherboard(Versatile Express), daughterboard (Coretile), and SOC(Cortex-A9 quad core). The serial port, ethernet, and flash systems work with these additions. The naming convention is: SOC -> CortexA9 quad core = ca9x4 daughterboard -> Coretile = ct motherboard -> Versatile Express = vxp This gives ca9x4_ct_vxp.c as the board support file. Signed-off-by: Matt Waddel <matt.waddel@linaro.org> |