Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(407)

Unified Diff: include/configs/chromeos/tegra2/seaboard/recovery.h

Issue 4841001: Tegra2: implement Warmboot code and lp0_vec (Closed) Base URL: http://git.chromium.org/git/u-boot-next.git@chromeos-v2010.09
Patch Set: Add GPL headers & fix some 80-column issues Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/configs/chromeos/tegra2/harmony/recovery.h ('k') | include/configs/tegra2-common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/configs/chromeos/tegra2/seaboard/recovery.h
diff --git a/include/configs/chromeos/tegra2/seaboard/recovery.h b/include/configs/chromeos/tegra2/seaboard/recovery.h
old mode 100644
new mode 100755
index f6651f2216ede5b08144d7691e0b15f2b61333b3..574a5a3fe9d2d9ef83987c2144e8d17324cb0116
--- a/include/configs/chromeos/tegra2/seaboard/recovery.h
+++ b/include/configs/chromeos/tegra2/seaboard/recovery.h
@@ -41,12 +41,22 @@
/* UARTA: debug board uart */
#define CONFIG_SYS_NS16550_COM2 NV_ADDRESS_MAP_APB_UARTA_BASE
+#ifdef CONFIG_TEGRA2_LP0
+#define CONFIG_EXTRA_ENV_SETTINGS \
+ CONFIG_TEGRA_ENV_SETTINGS \
+ "platform_extras=mem=384M@0M nvmem=128M@384M mem=512M@512M "\
+ "lp0_vec="TEGRA_LP0_SIZE_STR"@"TEGRA_LP0_DEFAULT_ADDR_STR "\0" \
+ "stdin=serial,tegra-kbc\0" \
+ "stdout=serial\0" \
+ "stderr=serial\0"
+#else
#define CONFIG_EXTRA_ENV_SETTINGS \
CONFIG_TEGRA_ENV_SETTINGS \
"platform_extras=mem=384M@0M nvmem=128M@384M mem=512M@512M\0" \
"stdin=serial,tegra-kbc\0" \
"stdout=serial\0" \
- "stderr=serial\0" \
+ "stderr=serial\0"
+#endif
#define LINUX_MACH_TYPE MACH_TYPE_TEGRA_SEABOARD
#define CONFIG_SYS_BOARD_ODMDATA 0x300d8011 //lp1, 1GB
« no previous file with comments | « include/configs/chromeos/tegra2/harmony/recovery.h ('k') | include/configs/tegra2-common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698