diff options
| author | Simon Glass <[email protected]> | 2017-01-16 07:04:27 -0700 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2017-02-07 13:16:27 +0800 |
| commit | fda4eb48e60b0ea5a575ed7bc0b853fc6db2da29 (patch) | |
| tree | ffa6f8b25a3031ce1e9e7f82bfd04a4a912a48d6 /board/google/Kconfig | |
| parent | 3a03703afcabb779f8e74720d95889e2be83a861 (diff) | |
x86: link: Add a config for 64-bit U-Boot
Add a new board config which uses 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 <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'board/google/Kconfig')
| -rw-r--r-- | board/google/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/google/Kconfig b/board/google/Kconfig index 7ba73a2461d..e56c026ef6d 100644 --- a/board/google/Kconfig +++ b/board/google/Kconfig @@ -22,6 +22,13 @@ config TARGET_CHROMEBOOK_LINK and it provides a 2560x1700 high resolution touch-enabled LCD display. +config TARGET_CHROMEBOOK_LINK64 + bool "Chromebook link 64-bit" + help + This is the Chromebook Pixel released in 2013. With this config + U-Boot is built as a 64-bit binary. This allows testing while this + feature is being completed. + config TARGET_CHROMEBOX_PANTHER bool "Chromebox panther (not available)" select n |
