[U-Boot] [PATCH 82/82] x86: link: Switch to 64-bit U-Boot
Simon Glass
sjg at chromium.org
Mon Sep 26 05:34:25 CEST 2016
Change link to use 64-bit U-Boot. This is not fully functional but is it
a start. Missing features:
- SDRAM sizing
- Booting linux
- EFI support
- SCSI device init
(and others)
Signed-off-by: Simon Glass <sjg at chromium.org>
---
configs/chromebook_link_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/chromebook_link_defconfig b/configs/chromebook_link_defconfig
index ff28fb8..2b94d1e 100644
--- a/configs/chromebook_link_defconfig
+++ b/configs/chromebook_link_defconfig
@@ -8,6 +8,7 @@ CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_SPL_SPI_FLASH_SUPPORT=y
CONFIG_SPL_SPI_SUPPORT=y
CONFIG_VIDEO=y
+CONFIG_X86_RUN_64BIT=y
CONFIG_VENDOR_GOOGLE=y
CONFIG_DEFAULT_DEVICE_TREE="chromebook_link"
CONFIG_TARGET_CHROMEBOOK_LINK=y
--
2.8.0.rc3.226.g39d4020
More information about the U-Boot
mailing list