| Commit message (Expand) | Author | Age | Lines |
* | vexpress64: Juno: Add initialisation code for Juno R1 PCIe host bridge. | Liviu Dudau | 2015-10-19 | -1/+206 |
* | vexpress64: Juno: Declare all 8GB of RAM and make them visible to the kernel. | Liviu Dudau | 2015-10-19 | -0/+8 |
* | vexpress64: fvp dram: add DRAM configuration | Ryan Harkin | 2015-10-11 | -1/+6 |
* | vexpress64: Kconfig: tidy up | Ryan Harkin | 2015-10-11 | -14/+1 |
* | arm: Remove versatileab board | Simon Glass | 2015-09-11 | -133/+0 |
* | integrator: switch to DM serial port | Linus Walleij | 2015-08-12 | -0/+18 |
* | ARM: Clean up CONFIG_ARMV7_NONSEC/VIRT/PSCI conditions | Jan Kiszka | 2015-05-13 | -1/+1 |
* | integrator: stop zeroing the gd flags | Linus Walleij | 2015-04-23 | -2/+0 |
* | ARM: integrator: move board select into mach-integrator/Kconfig | Masahiro Yamada | 2015-04-23 | -103/+0 |
* | vexpress64: use DM for all vexpress64 boards | Linus Walleij | 2015-04-23 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-tegra | Tom Rini | 2015-04-03 | -0/+13 |
|\ |
|
| * | ARMv8: enable DM in vexpress64 board | David Feng | 2015-03-27 | -0/+13 |
* | | vexpress64: cut config and defaults for unclear variant | Linus Walleij | 2015-03-28 | -13/+0 |
* | | vexpress64: remove board late init, use smhload | Linus Walleij | 2015-03-28 | -96/+0 |
|/ |
|
* | remove unnecessary version.h includes | Rob Herring | 2015-03-24 | -2/+0 |
* | armv8/vexpress64: make multientry conditional | Linus Walleij | 2015-03-09 | -6/+0 |
* | vexpress64: juno: support SMC9118 ethernet | Linus Walleij | 2015-03-05 | -0/+3 |
* | vexpress64: support the Juno Development Platform | Linus Walleij | 2015-01-30 | -0/+18 |
* | vexpress64: get rid of CONFIG_SYS_EXTRA_OPTIONS | Linus Walleij | 2015-01-30 | -1/+14 |
* | vexpress64: take over maintenance of the semi vexpress64 | Linus Walleij | 2014-12-29 | -1/+1 |
* | kconfig: arm: introduce symbol for ARM CPUs | Georges Savoundararadj | 2014-10-29 | -33/+0 |
* | MAINTAINERS: comment out blank M: field | Masahiro Yamada | 2014-09-24 | -2/+2 |
* | MAINTAINERS: comment out invalid maintainers | Masahiro Yamada | 2014-09-24 | -1/+1 |
* | kconfig: armv8: move CONFIG_ARM64 to Kconfig | Masahiro Yamada | 2014-09-16 | -3/+0 |
* | vexpress64: kconfig: consolidate CONFIG_TARGET_VEXPRESS_AEMV8A_SEMI | Masahiro Yamada | 2014-09-16 | -16/+0 |
* | kconfig: remove redundant "string" type in arch and board Kconfigs | Masahiro Yamada | 2014-09-13 | -52/+0 |
* | versatile: kconfig: move common settings | Masahiro Yamada | 2014-08-30 | -71/+0 |
* | MAINTAINERS: change the status of vexpress board to Orphan | Masahiro Yamada | 2014-08-30 | -1/+1 |
* | Add board MAINTAINERS files | Masahiro Yamada | 2014-07-30 | -0/+47 |
* | kconfig: add board Kconfig and defconfig files | Masahiro Yamada | 2014-07-30 | -0/+328 |
* | arm: Add support for semihosting for armv8 fastmodel targets. | Darwin Rambo | 2014-07-03 | -5/+96 |
* | arm: remove unneeded symbol offsets and _TEXT_BASE | Albert ARIBAUD | 2014-02-26 | -1/+1 |
* | Merge branch 'u-boot-arm/next' into 'u-boot-arm/master' | Albert ARIBAUD | 2014-01-28 | -0/+4 |
|\ |
|
| * | ARM: versatile: pass correct machine type for Versatile AB | Linus Walleij | 2014-01-13 | -0/+4 |
* | | lib: time: add weak timer_init() function | Darwin Rambo | 2014-01-24 | -5/+0 |
|/ |
|
* | arm64: board support of vexpress_aemv8a | David Feng | 2014-01-09 | -0/+64 |
* | ARM: vexpress: convert to common timer code | Rob Herring | 2013-11-04 | -71/+0 |
* | board: arm: convert makefiles to Kbuild style | Masahiro Yamada | 2013-11-01 | -66/+7 |
* | Coding Style cleanup: remove trailing white space | Wolfgang Denk | 2013-10-14 | -6/+6 |
* | ARM: VExpress: enable ARMv7 virt support for VExpress A15 | Andre Przywara | 2013-10-03 | -0/+15 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -217/+13 |
* | ARM: vexpress: create A5 specific board config | Ryan Harkin | 2013-05-23 | -6/+23 |
* | ARM: vexpress: refactoring of Versatile Express CA9x4 support | Ryan Harkin | 2013-05-23 | -4/+4 |
* | u8500: Separating mmc config parameters from driver | John Rigby | 2012-09-01 | -1/+20 |
* | doc: cleanup - move board READMEs into respective board directories | Wolfgang Denk | 2012-07-29 | -0/+110 |
* | ARMV7/Vexpress: add missing get_ticks() and get_tbclk() | Liming Wang | 2012-03-26 | -0/+10 |
* | integrator: remove fragile delay loop from PCI code | Linus Walleij | 2012-03-04 | -5/+2 |
* | integrator: rewrite the AP PCI driver | Linus Walleij | 2012-02-27 | -250/+532 |
* | integrator: stop calling pci_init() twice | Linus Walleij | 2012-02-27 | -3/+0 |
* | integrator: enable Vpp and disable flash protection | Linus Walleij | 2011-11-10 | -0/+20 |