x86: Rename chromebook-x86 to coreboot
authorSimon Glass <sjg@chromium.org>
Thu, 13 Nov 2014 05:42:29 +0000 (22:42 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 21 Nov 2014 06:34:16 +0000 (07:34 +0100)
Rename this vendor since it is intended to be used on any platform where
coreboot runs at reset and then loads U-Boot.

So far it is only tested on link. When other boards are supported it is
likely that we will need to move to multiple board names, all under the
'coreboot' vendor. So while it would be possible to remove the vendor for
now, that would be short-sighted.

Suggested-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/Kconfig
board/coreboot/coreboot/Kconfig [moved from board/chromebook-x86/coreboot/Kconfig with 86% similarity]
board/coreboot/coreboot/MAINTAINERS [moved from board/chromebook-x86/coreboot/MAINTAINERS with 78% similarity]
board/coreboot/coreboot/Makefile [moved from board/chromebook-x86/coreboot/Makefile with 100% similarity]
board/coreboot/coreboot/coreboot.c [moved from board/chromebook-x86/coreboot/coreboot.c with 100% similarity]
board/coreboot/coreboot/coreboot_start.S [moved from board/chromebook-x86/coreboot/coreboot_start.S with 100% similarity]

index 43c22ff..6e29868 100644 (file)
@@ -85,7 +85,7 @@ config X86_RAMTEST
 
 source "arch/x86/cpu/ivybridge/Kconfig"
 
-source "board/chromebook-x86/coreboot/Kconfig"
+source "board/coreboot/coreboot/Kconfig"
 
 source "board/google/chromebook_link/Kconfig"
 
similarity index 86%
rename from board/chromebook-x86/coreboot/Kconfig
rename to board/coreboot/coreboot/Kconfig
index 83385c7..6ca6ced 100644 (file)
@@ -4,7 +4,7 @@ config SYS_BOARD
        default "coreboot"
 
 config SYS_VENDOR
-       default "chromebook-x86"
+       default "coreboot"
 
 config SYS_SOC
        default "coreboot"
similarity index 78%
rename from board/chromebook-x86/coreboot/MAINTAINERS
rename to board/coreboot/coreboot/MAINTAINERS
index 3b2fb52..6ce66f5 100644 (file)
@@ -1,6 +1,6 @@
 COREBOOT BOARD
 M:     Simon Glass <sjg@chromium.org>
 S:     Maintained
-F:     board/chromebook-x86/coreboot/
+F:     board/coreboot/coreboot/
 F:     include/configs/coreboot.h
 F:     configs/coreboot-x86_defconfig