[U-Boot] [PATCH 11/14] tegra: Set up warmboot code on Nvidia boards

Simon Glass sjg at chromium.org
Mon Dec 26 20:33:04 CET 2011


Call the function to put warmboot boot in a suitable place for resume.

Signed-off-by: Simon Glass <sjg at chromium.org>
---
 board/nvidia/common/board.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c
index 10c0a67..fbdd260 100644
--- a/board/nvidia/common/board.c
+++ b/board/nvidia/common/board.c
@@ -34,6 +34,7 @@
 #include <asm/arch/pmc.h>
 #include <asm/arch/pmu.h>
 #include <asm/arch/uart.h>
+#include <asm/arch/warmboot.h>
 #include <spi.h>
 #include <asm/arch/usb.h>
 #include <i2c.h>
@@ -83,6 +84,10 @@ int board_init(void)
 	board_usb_init(gd->fdt_blob);
 #endif
 
+#ifdef CONFIG_TEGRA2_LP0
+	/* prepare the WB code to LP0 location */
+	warmboot_prepare_code(TEGRA_LP0_ADDR, TEGRA_LP0_SIZE);
+#endif
 #ifdef CONFIG_TEGRA2_I2C
 	i2c_init_board();
 
-- 
1.7.3.1



More information about the U-Boot mailing list