summaryrefslogtreecommitdiff
path: root/include/configs/tegra-common.h
AgeCommit message (Collapse)Author
2012-01-05Add option to tftp kernel then boot from eMMCSimon Glass
The mmc0_tftpboot option reads a kernel using TFTP but then boots from eMMC. This allows kernel development without resorting to NFS root (which changes some parts of the boot process). BUG=chromium-os:22938 TEST=build and boot on Kaen Change-Id: I23c0890f76dc63dde128d7137d8891341761c884 Reviewed-on: https://gerrit.chromium.org/gerrit/13280 Commit-Ready: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
2012-01-05tegra: config: Enable BOARD_LATE_INIT to complete LCD initSimon Glass
LCD final init is now kept in board_late_init(), so we need to enable this feature in the config. BUG=chromium-os:22938 TEST=build and boot on Kaen Change-Id: Ib895c2768359439349714805cea6ff636c2307b3 Reviewed-on: https://gerrit.chromium.org/gerrit/13214 Commit-Ready: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
2011-12-07tegra: config: Remove unused CONFIG itemsSimon Glass
We don't need the default serial clock now, since we try with both options. BUG=chromium-os:23496 TEST=build and boot on Seaboard, T33, Kaen Change-Id: I68a80174e10b299c46742d36291d839ea9fa6d7c Reviewed-on: https://gerrit.chromium.org/gerrit/12249 Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org> Commit-Ready: Simon Glass <sjg@chromium.org>
2011-10-13CHROMIUM: tegra: config: Add vmalloc to command line.Doug Anderson
This was added to the non-legacy kernel boot command line in <http://gerrit.chromium.org/gerrit/8373>. Since legacy has its own command line, we need it too. BUG=chromium-os:21650 TEST=Booted a newer kernel with this change and saw vmalloc=234MB. Change-Id: I1daaa71ce63892ef4534722caa705c4e9608c6ed Signed-off-by: Doug Anderson <dianders@chromium.org> Reviewed-on: http://gerrit.chromium.org/gerrit/10033 Reviewed-by: Sean Paul <seanpaul@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>
2011-10-06tegra: config: Enable pre-console bufferSimon Glass
BUG=None TEST=None Change-Id: I6b8afd8c2da0ec33c9d2c61fa6590e3159273bca Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-on: http://gerrit.chromium.org/gerrit/8687 Reviewed-by: Che-Liang Chiou <clchiou@chromium.org>
2011-10-04tegra: Move common config into tegra-commonSimon Glass
It is arduous to maintain two very similar config files for Tegra 2 and Tegra3. This commit creates a new tegra-common.h to hold these common items. BUG=chromium-os:19004 TEST=build and boot on seaboard Change-Id: I1015d33c1ad581063618466335a27e6f82aab2f2 Reviewed-on: http://gerrit.chromium.org/gerrit/8683 Reviewed-by: Doug Anderson <dianders@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>