Re: [PATCH 4/4] x86: Move coreboot over to use the coreboot UART

2019-12-08 Thread Bin Meng
On Fri, Dec 6, 2019 at 7:04 AM Simon Glass wrote: > > Use this UART to improve the compatibility of U-Boot when used as a > coreboot payload. > > Signed-off-by: Simon Glass > --- > > arch/x86/dts/coreboot.dts | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > Reviewed-by: Bin Meng

[PATCH 4/4] x86: Move coreboot over to use the coreboot UART

2019-12-05 Thread Simon Glass
Use this UART to improve the compatibility of U-Boot when used as a coreboot payload. Signed-off-by: Simon Glass --- arch/x86/dts/coreboot.dts | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/x86/dts/coreboot.dts b/arch/x86/dts/coreboot.dts index a88da6eafd..38ddaaf