aboutsummaryrefslogtreecommitdiff
path: root/include/configs/chromebook_samus.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-05-07 21:41:16 -0600
committerBin Meng <bmeng.cn@gmail.com>2019-05-08 13:02:19 +0800
commitffe403762be48d475de4b2b6df87c32fd3a1e8dd (patch)
tree2bff39ae50559962f5b94189617e3ed142207266 /include/configs/chromebook_samus.h
parent3dc13cc3a05643a8764f9f455fff54f45b0fcd14 (diff)
downloadu-boot-ffe403762be48d475de4b2b6df87c32fd3a1e8dd.zip
u-boot-ffe403762be48d475de4b2b6df87c32fd3a1e8dd.tar.gz
u-boot-ffe403762be48d475de4b2b6df87c32fd3a1e8dd.tar.bz2
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 <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/configs/chromebook_samus.h')
-rw-r--r--include/configs/chromebook_samus.h2
1 files changed, 2 insertions, 0 deletions
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 */