From f40785c0c26c481fa19345dd5467045cf52876c5 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 16 Oct 2013 23:50:58 -0700 Subject: tegra124: Pick addresses to load the rom and ram stages. If these aren't set, the rom and ram stages will attempt to load at address zero which doesn't work. Change-Id: I0b9b37d6363e6b208248d8a1af6ebee4db602486 Signed-off-by: Gabe Black Reviewed-on: https://chromium-review.googlesource.com/173540 Reviewed-by: Ronald Minnich Tested-by: Ronald Minnich Commit-Queue: Ronald Minnich (cherry picked from commit 6ac5cea39d423bfcf5bbd53c2cc6228ab89f08b2) Signed-off-by: Isaac Christensen Reviewed-on: http://review.coreboot.org/6704 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Ronald G. Minnich --- src/soc/nvidia/tegra124/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/soc/nvidia/tegra124/Kconfig') diff --git a/src/soc/nvidia/tegra124/Kconfig b/src/soc/nvidia/tegra124/Kconfig index 17e02e76a5..4733bedfbf 100644 --- a/src/soc/nvidia/tegra124/Kconfig +++ b/src/soc/nvidia/tegra124/Kconfig @@ -41,6 +41,14 @@ config BOOTBLOCK_BASE hex default 0x80000000 +config ROMSTAGE_BASE + hex + default 0x80100000 + +config RAMSTAGE_BASE + hex + default 0x80200000 + config STACK_TOP hex default 0x80400000 -- cgit v1.2.3