[U-Boot] [PATCH 40/40] x86: samus: Add a target to boot through TPL
Bin Meng
bmeng.cn at gmail.com
Fri Feb 22 07:20:42 UTC 2019
On Wed, Jan 30, 2019 at 12:01 PM Simon Glass <sjg at 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 at 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 at gmail.com>
But I still need understand the boot sequence of SPL/TPL.
More information about the U-Boot
mailing list