From ffe403762be48d475de4b2b6df87c32fd3a1e8dd Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 7 May 2019 21:41:16 -0600 Subject: x86: samus: Add a target to boot through TPL Add a version of samus which supports booting from TPL to SPL and then to U-Boot. This allows TPL to select from an A or B SPL to support verified boot with field upgrade. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- include/configs/chromebook_samus.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/chromebook_samus.h') diff --git a/include/configs/chromebook_samus.h b/include/configs/chromebook_samus.h index ccb2fe8..2f7dd69 100644 --- a/include/configs/chromebook_samus.h +++ b/include/configs/chromebook_samus.h @@ -23,4 +23,6 @@ #define CONFIG_ENV_SECT_SIZE 0x1000 #define CONFIG_ENV_OFFSET 0x003f8000 +#define CONFIG_TPL_TEXT_BASE 0xfffd8000 + #endif /* __CONFIG_H */ -- cgit v1.1