David Hendricks (dhendrix@chromium.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2417
-gerrit
commit 018167a4d0ac084962294e18d4a5c431610d188c Author: David Hendricks dhendrix@chromium.org Date: Fri Feb 15 15:20:32 2013 -0800
exynos5250: clean out some stale IRAM-related config variables
This cleans out some obsolete Kconfig variables pertaining to IRAM usage.
Change-Id: Ie53f5f7204eadc3a3dddc739d2b4b6237242b198 Signed-off-by: David Hendricks dhendrix@chromium.org --- src/cpu/samsung/exynos5-common/exynos5-common.h | 28 ------------------------- src/cpu/samsung/exynos5250/Kconfig | 9 -------- 2 files changed, 37 deletions(-)
diff --git a/src/cpu/samsung/exynos5-common/exynos5-common.h b/src/cpu/samsung/exynos5-common/exynos5-common.h index 5bbc52b..b510d68 100644 --- a/src/cpu/samsung/exynos5-common/exynos5-common.h +++ b/src/cpu/samsung/exynos5-common/exynos5-common.h @@ -179,34 +179,6 @@ #define CONFIG_EFI_PARTITION #endif
-#if 0 -/* - * FIXME(dhendrix): 0x02050000 was in the u-boot sources, but the docs say the - * iRAM range is 0x0202_0000 - 0x0207_7fff (352KB). - */ -#define CONFIG_IRAM_TOP 0x02050000 - -/* - * Put the initial stack pointer 1KB below this to allow room for the - * SPL marker. This value is arbitrary, but gd_t is placed starting here. - */ -#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_IRAM_TOP - 0x800) -#endif - -/* The place where we put our SPL marker */ -#define CONFIG_SPL_MARKER (CONFIG_IRAM_TOP - 4) - -/* Place to stash bootstage data from first-stage U-Boot */ -#define CONFIG_BOOTSTAGE_STASH (CONFIG_IRAM_TOP - 0x400) -#define CONFIG_BOOTSTAGE_STASH_SIZE 0x3fc - -/* The top of the SPL stack, also used for early U-Boot init */ -//#define CONFIG_IRAM_STACK CONFIG_SYS_INIT_SP_ADDR - -//#define CONFIG_SPL_LDSCRIPT -//#define CONFIG_SPL_TEXT_BASE 0x02023400 -//#define CONFIG_SPL_MAX_SIZE (14 * 1024) - /* Enable devicetree support */ #define CONFIG_OF_LIBFDT
diff --git a/src/cpu/samsung/exynos5250/Kconfig b/src/cpu/samsung/exynos5250/Kconfig index 01268e4..1b8b23f 100644 --- a/src/cpu/samsung/exynos5250/Kconfig +++ b/src/cpu/samsung/exynos5250/Kconfig @@ -25,15 +25,6 @@ config BL1_SIZE_KB # 0x0203_0000: romstage, assume up to 128KB in size. # 0x0207_8000: stack pointer
-# this may be used to calculate offsets -config IRAM_BOTTOM - hex - default 0x02020000 - -config IRAM_TOP - hex - default 0x02077fff - config BOOTBLOCK_BASE hex default 0x02023400