
Hi Simon,
On Thu, Aug 3, 2023 at 6:01 PM Bin Meng bmeng.cn@gmail.com wrote:
On Mon, Jul 31, 2023 at 10:04 AM Bin Meng bmeng.cn@gmail.com wrote:
On Mon, Jul 31, 2023 at 1:15 AM Simon Glass sjg@chromium.org wrote:
This is normally used with coreboot, so enable support for it in the coreboot builds.
Add an example to show how it is used.
Signed-off-by: Simon Glass sjg@chromium.org
(no changes since v1)
configs/coreboot64_defconfig | 1 + configs/coreboot_defconfig | 1 +
It turns out there is no need to explicitly add CMD_CBFS in the defconfigs, as it is already implied by SYS_COREBOOT.
doc/board/coreboot/coreboot.rst | 34 +++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
applied to u-boot-x86, thanks!
Commit edited in u-boot-x86.
Regards, Bin