
30 Apr
2020
30 Apr
'20
11:33 a.m.
On Sun, Apr 26, 2020 at 11:13 PM Simon Glass sjg@chromium.org wrote:
If U-Boot is running from coreboot we need to skip low-level init. Add an way to detect this and to set the gd flag.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v4:
- Rename flag to GD_FLG_SKIP_LL_INIT
- Split this patch into two
Changes in v3:
- Add new patch to detect running from coreboot
Changes in v2: None
arch/x86/cpu/i386/cpu.c | 2 ++ 1 file changed, 2 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com