
22 Feb
2019
22 Feb
'19
8:20 a.m.
On Wed, Jan 30, 2019 at 12:01 PM Simon Glass sjg@chromium.org wrote:
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
board/google/Kconfig | 8 +++ board/google/chromebook_samus/Kconfig | 14 +++- board/google/chromebook_samus/MAINTAINERS | 7 ++ configs/chromebook_samus_tpl_defconfig | 80 +++++++++++++++++++++++ include/configs/chromebook_samus.h | 3 + 5 files changed, 110 insertions(+), 2 deletions(-) create mode 100644 configs/chromebook_samus_tpl_defconfig
Generally it looks good
Reviewed-by: Bin Meng bmeng.cn@gmail.com
But I still need understand the boot sequence of SPL/TPL.