commit | de3d9af5f5bb455be8dbc537fd1584bef4e81911 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 30 21:21:40 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon May 04 15:28:28 2020 +0800 |
tree | b58ca1efe7a7541a3c63933865d69f4fa3179ca4 | |
parent | 46f4c589087e60aed3907d5cd9bacecf7a386786 [diff] |
x86: Allow building an SPL image for coreboot Coreboot runs in 32-bit mode and cannot run a 64-bit U-Boot. To get around this we can build a combined image with 32-bit SPL and 64-bit U-Boot. Add a build rule and binman definition for this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>