On Wed, Jan 30, 2019 at 12:01 PM Simon Glass <[email protected]> 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 <[email protected]> > --- > > 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 <[email protected]> But I still need understand the boot sequence of SPL/TPL. _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

