Skip to content
Snippets Groups Projects
Commit fe5b9b44 authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarBin Meng <bmeng.cn@gmail.com>
Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 65dd74a6
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ config X86_RAMTEST ...@@ -85,7 +85,7 @@ config X86_RAMTEST
source "arch/x86/cpu/ivybridge/Kconfig" source "arch/x86/cpu/ivybridge/Kconfig"
source "board/chromebook-x86/coreboot/Kconfig" source "board/coreboot/coreboot/Kconfig"
source "board/google/chromebook_link/Kconfig" source "board/google/chromebook_link/Kconfig"
......
...@@ -4,7 +4,7 @@ config SYS_BOARD ...@@ -4,7 +4,7 @@ config SYS_BOARD
default "coreboot" default "coreboot"
config SYS_VENDOR config SYS_VENDOR
default "chromebook-x86" default "coreboot"
config SYS_SOC config SYS_SOC
default "coreboot" default "coreboot"
......
COREBOOT BOARD COREBOOT BOARD
M: Simon Glass <sjg@chromium.org> M: Simon Glass <sjg@chromium.org>
S: Maintained S: Maintained
F: board/chromebook-x86/coreboot/ F: board/coreboot/coreboot/
F: include/configs/coreboot.h F: include/configs/coreboot.h
F: configs/coreboot-x86_defconfig F: configs/coreboot-x86_defconfig
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment