
On Fri, Oct 12, 2018 at 6:34 PM Bin Meng bmeng.cn@gmail.com wrote:
On Fri, Oct 12, 2018 at 10:00 PM Stefan Roese sr@denx.de wrote:
diff --git a/arch/x86/cpu/baytrail/cpu.c b/arch/x86/cpu/baytrail/cpu.c index 56e9813..2eb9172 100644 --- a/arch/x86/cpu/baytrail/cpu.c +++ b/arch/x86/cpu/baytrail/cpu.c @@ -203,4 +203,5 @@ U_BOOT_DRIVER(cpu_x86_baytrail_drv) = { .bind = cpu_x86_bind, .probe = cpu_x86_baytrail_probe, .ops = &cpu_x86_baytrail_ops,
.flags = DM_FLAG_PRE_RELOC,
This has to be done for all x86 boards I suppose? Actually I don't see this in the v2018.11-rc3.
}
This patch needs to be applied on top of u-boot-x86/dm-fixes. Could you please have a try?
I was not aware Mario's changes broke the Baytrail boards too! I was only testing on QEMU x86 before.
Not only. Edison board is broken by this patch.
This must be fixed before release, or better just to revert the patch ASAP.