Re: [U-Boot] [PATCH 27/48] x86: dts: Add a device tree file for EFI

2015-07-23 Thread Bin Meng
Hi Simon, On Wed, Jul 22, 2015 at 11:49 PM, Simon Glass s...@chromium.org wrote: This contains just enough to bring up the serial UART. Signed-off-by: Simon Glass s...@chromium.org --- arch/x86/dts/Makefile | 1 + arch/x86/dts/efi.dts | 22 ++ 2 files changed, 23

[U-Boot] [PATCH 27/48] x86: dts: Add a device tree file for EFI

2015-07-22 Thread Simon Glass
This contains just enough to bring up the serial UART. Signed-off-by: Simon Glass s...@chromium.org --- arch/x86/dts/Makefile | 1 + arch/x86/dts/efi.dts | 22 ++ 2 files changed, 23 insertions(+) create mode 100644 arch/x86/dts/efi.dts diff --git a/arch/x86/dts/Makefile