commit | ff23e683d590c086d34c4ce592b5d193dde20cdb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 02 10:52:20 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 08 13:02:17 2019 +0800 |
tree | ab42457a389f6d018c57ef81429c72b1b6424738 | |
parent | f03c70dad05f164472d0b3cc8ba3b2229e227e43 [diff] |
x86: Update device tree for Chromium OS verified boot The standard image generated by U-Boot on x86 is u-boot.rom. Add a separate image called image.bin for verified boot. This supports verification in TPL of which SPL/U-Boot to start, then jumping to the correct one, with SPL setting up the SDRAM and U-Boot proper providing the user interface if needed. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>