diff options
author | Simon Glass <sjg@chromium.org> | 2019-05-07 21:41:16 -0600 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2019-05-08 13:02:19 +0800 |
commit | ffe403762be48d475de4b2b6df87c32fd3a1e8dd (patch) | |
tree | 2bff39ae50559962f5b94189617e3ed142207266 /include/configs/chromebook_samus.h | |
parent | 3dc13cc3a05643a8764f9f455fff54f45b0fcd14 (diff) |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/chromebook_samus.h b/include/configs/chromebook_samus.h index ccb2fe8caa..2f7dd69fb8 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 */ |