From 150322a32fa7dff2bf30749c2c5de58e4ecae81a Mon Sep 17 00:00:00 2001 From: Bora Guvendik Date: Tue, 17 May 2016 16:01:18 -0700 Subject: [PATCH] Amenia: the changes to support 512KB device extension Increase memory mapped flash region by 512KB BUG=chrome-os-partner:52589 TEST=Build Coreboot and boots CQ-DEPEND=CL:*259448,CL:*259445 Change-Id: Ic32b747b17e224b6d7705ceeac76201ee7cbb82d Signed-off-by: Bora Guvendik Reviewed-on: https://chromium-review.googlesource.com/345642 Reviewed-by: Aaron Durbin --- src/board/amenia/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/board/amenia/board.c b/src/board/amenia/board.c index 58b0366e..36c63ce3 100644 --- a/src/board/amenia/board.c +++ b/src/board/amenia/board.c @@ -36,7 +36,7 @@ #define EMMC_CLOCK_MAX 200000000 /* Flash memory map size includes the 4K descriptor which is not accessible */ -#define FLASH_MEM_MAP_SIZE 0x6FF000 +#define FLASH_MEM_MAP_SIZE 0x77F000 #define FLASH_MEM_MAP_BASE ((uintptr_t)(0x100000000ULL - FLASH_MEM_MAP_SIZE)) -- 2.11.0