diff options
author | Simon Glass <sjg@chromium.org> | 2019-12-19 17:58:21 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2020-02-04 01:19:25 +0800 |
commit | b7c1e67a70b13fb8dbcb3b00532c2d2236afff49 (patch) | |
tree | b5c3e334d0f2f428750dc0480caacc25c5ca0c34 /arch/x86 | |
parent | 44482e8a2a33835563c17d49dac4004d4da0a7ea (diff) | |
download | u-boot-b7c1e67a70b13fb8dbcb3b00532c2d2236afff49.tar.gz u-boot-b7c1e67a70b13fb8dbcb3b00532c2d2236afff49.tar.xz u-boot-b7c1e67a70b13fb8dbcb3b00532c2d2236afff49.zip |
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 <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/dts/coreboot.dts | 6 |
1 files changed, 5 insertions, 1 deletions
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"; }; |