[U-Boot] [PATCH v2 63/63] x86: link: Add a config for 64-bit U-Boot
Bin Meng
bmeng.cn at gmail.com
Sat Jan 14 14:33:21 CET 2017
Hi Simon,
On Sun, Nov 20, 2016 at 4:25 AM, Simon Glass <sjg at chromium.org> wrote:
> Add a new link 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 <sjg at chromium.org>
> ---
>
> Changes in v2:
> - Drop patch 'video: Use ulong for video frame buffer address'
> - Add a new 64-bit link config instead of changing the existing one
>
> board/google/Kconfig | 7 +++
> board/google/chromebook_link/Kconfig | 2 +-
> board/google/chromebook_link/MAINTAINERS | 7 +++
> configs/chromebook_link64_defconfig | 94 ++++++++++++++++++++++++++++++++
> 4 files changed, 109 insertions(+), 1 deletion(-)
> create mode 100644 configs/chromebook_link64_defconfig
>
What's the difference between this patch and patch#61: "x86: link: Add
build options for SPL"?
Regards,
Bin
More information about the U-Boot
mailing list