summaryrefslogtreecommitdiff
path: root/include/configs/harmony.h
AgeCommit message (Collapse)Author
2012-08-22Initial Toradex Colibri T20 L4T R15 support.T20_LinuxImageV2.0Alpha1_20120808Marcel Ziswiler
2011-10-04tegra: Rename gpio driver to tegraSimon Glass
The GPIO driver is common between T20 and T30, so rename it to indicate this. BUG=chromium-os:21033 TEST=build and boot on seaboard Change-Id: Ibcdd4142cadccd037326e9f6a8426d3c106e5b18 Reviewed-on: http://gerrit.chromium.org/gerrit/8680 Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
2011-09-15tegra: Rename TEGRA2 to TEGRASimon Glass
Some constants are actually better of with generic Tegra family names. This also cleans up a few addresses which were in drivers rather than in the tegra.h header file. BUG=chromium-os:19004 TEST=build and boot on Seaboard Change-Id: I1cabb5191a2b36648a37268069beb3b43c12d0e1 Reviewed-on: http://gerrit.chromium.org/gerrit/7128 Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
2011-08-29Chromium: tegra: nand: Add NAND ECC support on data areaJim Lin
BootROM code supports ECC on data area. Original u-boot code doesn't support NAND ECC function on data area. This will cause data not the same after reading back in u-boot NAND function. BUG=chrome-os-partner:3221 TEST=Ran the following in u-boot command console to see whether system is bootable. nand read 500000 0 500000 nand erase 0 500000 nand write 500000 0 500000 nand read 10000000 0 500000 cmp.b 500000 10000000 500000 check whether data bytes are same. If yes, press RESET button to see whether system is bootable. Change-Id: Id06fc58ed35dc0c17694b52aaf26ce1abd590260 Signed-off-by: Jim Lin <jilin@nvidia.com> Reviewed-on: http://gerrit.chromium.org/gerrit/3853 Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Warren <twarren@nvidia.com> Reviewed-on: http://gerrit.chromium.org/gerrit/4674 Tested-by: Simon Glass <sjg@chromium.org> Reviewed-by: Anton Staaf <robotboy@chromium.org>
2011-08-29Fix Harmony buildSimon Glass
The Harmony build was broken due to lack of device tree and MMC support. This change fixes that. BUG=chromium-os:11623 TEST=build for Harmony Change-Id: I0135e13895f5bc873a8e8e18e14672ce3d7e7a6e Reviewed-on: http://gerrit.chromium.org/gerrit/2809 Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
2011-08-29Move CONFIG_BOARD_EARLY_INIT_F to commonSimon Glass
This is required for all Tegra2 boards at present so it might as well be common. BUG=chromium-os:11623 TEST=build and boot on Seaboard Change-Id: I72b83cd5322842dfea7598925dab9abf608daac2 Reviewed-on: http://gerrit.chromium.org/gerrit/2805 Tested-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Warren <twarren@nvidia.com>
2011-08-24Enable SPI environment on SeaboardSimon Glass
This uses the SPI flash on Seaboard to store a 4KB environment. Change-Id: I9378cbe14b4b87ec31cab2f8d96868f371ef2a2d Reviewed-on: http://gerrit.chromium.org/gerrit/192 Tested-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Warren <twarren@nvidia.com> Reviewed-by: Simon Glass <sjg@chromium.org>
2011-08-24GPIO: Tegra2: add GPIO driver for Seaboard and HarmonyTom Warren
Change-Id: Id28ef0061004aa0f6a1d2948557642e27738a06f Signed-off-by: Tom Warren <twarren@nvidia.com>
2011-04-27arm: Tegra2: add support for A9 CPU initTom Warren
Signed-off-by: Tom Warren <twarren@nvidia.com>
2011-02-21arm: Tegra2: Add support for NVIDIA Harmony boardTom Warren
Signed-off-by: Tom Warren <twarren@nvidia.com>