x86: Rename chromebook-x86 to coreboot

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>
This commit is contained in:
Simon Glass 2014-11-12 22:42:29 -07:00
parent 65dd74a674
commit fe5b9b447c
6 changed files with 3 additions and 3 deletions

View 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"

View File

@ -4,7 +4,7 @@ config SYS_BOARD
default "coreboot"
config SYS_VENDOR
default "chromebook-x86"
default "coreboot"
config SYS_SOC
default "coreboot"

View 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