diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-04 12:33:48 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-05 08:44:06 -0600 |
commit | d6c099c2a1a12667dfa1abb03ef1eba9ab4f9197 (patch) | |
tree | a6fee7bcec0869bb8f82dc64f12d807422d40853 /arch/x86/dts/Makefile | |
parent | 3e9aa3205529c3838e8e92d65e748c27012cca88 (diff) | |
download | u-boot-imx-d6c099c2a1a12667dfa1abb03ef1eba9ab4f9197.zip u-boot-imx-d6c099c2a1a12667dfa1abb03ef1eba9ab4f9197.tar.gz u-boot-imx-d6c099c2a1a12667dfa1abb03ef1eba9ab4f9197.tar.bz2 |
x86: dts: Add a device tree file for EFI
This contains just enough to bring up the serial UART.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/dts/Makefile')
-rw-r--r-- | arch/x86/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/dts/Makefile b/arch/x86/dts/Makefile index 44e2829..71595c7 100644 --- a/arch/x86/dts/Makefile +++ b/arch/x86/dts/Makefile @@ -2,6 +2,7 @@ dtb-y += bayleybay.dtb \ chromebook_link.dtb \ chromebox_panther.dtb \ crownbay.dtb \ + efi.dtb \ galileo.dtb \ minnowmax.dtb \ qemu-x86_i440fx.dtb \ |