[U-Boot] [RESEND PATCH v4 09/12] x86: Make chromebook_link the default board for coreboot

Simon Glass sjg at chromium.org
Tue Jan 6 15:30:11 CET 2015


On 6 January 2015 at 07:14, Bin Meng <bmeng.cn at gmail.com> wrote:
> Change SYS_CONFIG_NAME and DEFAULT_DEVICE_TREE to chromebook_link
> which is currently the only real board officially supported to run
> U-Boot loaded by coreboot.
>
> Note the symbolic link file chromebook_link.dts is deleted and
> link.dts is renamed to chromebook_link.dts.
>
> To avoid multiple definition of video_hw_init, the CONFIG_VIDEO_X86
> define needs to be moved to arch/x86/cpu/ivybridge/Kconfig.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
> Changes in v4:
> - Rebase to u-boot-x86/next
>
> Changes in v3:
> - Move CONFIG_VIDEO_X86 to drivers/video/Kconfig
>
> Changes in v2:
> - New patch to make chromebook_link the default board for coreboot
>
>  arch/x86/dts/Makefile             |   3 +-
>  arch/x86/dts/chromebook_link.dts  | 217 +++++++++++++++++++++++++++++++++++++-
>  arch/x86/dts/link.dts             | 216 -------------------------------------
>  board/coreboot/coreboot/Kconfig   |   4 +-
>  configs/chromebook_link_defconfig |   1 +
>  configs/coreboot-x86_defconfig    |   1 -
>  drivers/video/Kconfig             |   8 ++
>  include/configs/chromebook_link.h |   1 -
>  8 files changed, 228 insertions(+), 223 deletions(-)
>  mode change 120000 => 100644 arch/x86/dts/chromebook_link.dts
>  delete mode 100644 arch/x86/dts/link.dts

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list