From: Simon Glass Date: Fri, 20 Dec 2019 00:58:21 +0000 (-0700) Subject: x86: Move coreboot over to use the coreboot UART X-Git-Tag: v2020.04-rc2~18^2~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b7c1e67a70b13fb8dbcb3b00532c2d2236afff49;p=oweals%2Fu-boot.git x86: Move coreboot over to use the coreboot UART Use this UART to improve the compatibility of U-Boot when used as a coreboot payload. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- diff --git a/arch/x86/dts/coreboot.dts b/arch/x86/dts/coreboot.dts index a88da6eafd..38ddaafa19 100644 --- a/arch/x86/dts/coreboot.dts +++ b/arch/x86/dts/coreboot.dts @@ -8,7 +8,6 @@ /dts-v1/; /include/ "skeleton.dtsi" -/include/ "serial.dtsi" /include/ "keyboard.dtsi" /include/ "pcspkr.dtsi" /include/ "reset.dtsi" @@ -40,6 +39,11 @@ u-boot,dm-pre-reloc; }; + serial: serial { + u-boot,dm-pre-reloc; + compatible = "coreboot-serial"; + }; + coreboot-fb { compatible = "coreboot-fb"; };