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)
commitfe5b9b447c6eea3873833b1f3ba15c9854aa2ef8
tree6da6e670a56e69be86ecdc4a28ad245c25e0b140
parent65dd74a674d636afcc14594c8308ff516e95a445
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>
arch/x86/Kconfig
board/chromebook-x86/coreboot/Kconfig [deleted file]
board/chromebook-x86/coreboot/MAINTAINERS [deleted file]
board/chromebook-x86/coreboot/Makefile [deleted file]
board/chromebook-x86/coreboot/coreboot.c [deleted file]
board/chromebook-x86/coreboot/coreboot_start.S [deleted file]
board/coreboot/coreboot/Kconfig [new file with mode: 0644]
board/coreboot/coreboot/MAINTAINERS [new file with mode: 0644]
board/coreboot/coreboot/Makefile [new file with mode: 0644]
board/coreboot/coreboot/coreboot.c [new file with mode: 0644]
board/coreboot/coreboot/coreboot_start.S [new file with mode: 0644]