diff options
author | Simon Glass <sjg@chromium.org> | 2014-11-12 22:42:29 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-11-21 07:34:16 +0100 |
commit | fe5b9b447c6eea3873833b1f3ba15c9854aa2ef8 (patch) | |
tree | 6da6e670a56e69be86ecdc4a28ad245c25e0b140 /board | |
parent | 65dd74a674d636afcc14594c8308ff516e95a445 (diff) | |
download | u-boot-imx-fe5b9b447c6eea3873833b1f3ba15c9854aa2ef8.zip u-boot-imx-fe5b9b447c6eea3873833b1f3ba15c9854aa2ef8.tar.gz u-boot-imx-fe5b9b447c6eea3873833b1f3ba15c9854aa2ef8.tar.bz2 |
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>
Diffstat (limited to 'board')
-rw-r--r-- | board/coreboot/coreboot/Kconfig (renamed from board/chromebook-x86/coreboot/Kconfig) | 2 | ||||
-rw-r--r-- | board/coreboot/coreboot/MAINTAINERS (renamed from board/chromebook-x86/coreboot/MAINTAINERS) | 2 | ||||
-rw-r--r-- | board/coreboot/coreboot/Makefile (renamed from board/chromebook-x86/coreboot/Makefile) | 0 | ||||
-rw-r--r-- | board/coreboot/coreboot/coreboot.c (renamed from board/chromebook-x86/coreboot/coreboot.c) | 0 | ||||
-rw-r--r-- | board/coreboot/coreboot/coreboot_start.S (renamed from board/chromebook-x86/coreboot/coreboot_start.S) | 0 |
5 files changed, 2 insertions, 2 deletions
diff --git a/board/chromebook-x86/coreboot/Kconfig b/board/coreboot/coreboot/Kconfig index 83385c7..6ca6ced 100644 --- a/board/chromebook-x86/coreboot/Kconfig +++ b/board/coreboot/coreboot/Kconfig @@ -4,7 +4,7 @@ config SYS_BOARD default "coreboot" config SYS_VENDOR - default "chromebook-x86" + default "coreboot" config SYS_SOC default "coreboot" diff --git a/board/chromebook-x86/coreboot/MAINTAINERS b/board/coreboot/coreboot/MAINTAINERS index 3b2fb52..6ce66f5 100644 --- a/board/chromebook-x86/coreboot/MAINTAINERS +++ b/board/coreboot/coreboot/MAINTAINERS @@ -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 diff --git a/board/chromebook-x86/coreboot/Makefile b/board/coreboot/coreboot/Makefile index 27ebe78..27ebe78 100644 --- a/board/chromebook-x86/coreboot/Makefile +++ b/board/coreboot/coreboot/Makefile diff --git a/board/chromebook-x86/coreboot/coreboot.c b/board/coreboot/coreboot/coreboot.c index 0240c34..0240c34 100644 --- a/board/chromebook-x86/coreboot/coreboot.c +++ b/board/coreboot/coreboot/coreboot.c diff --git a/board/chromebook-x86/coreboot/coreboot_start.S b/board/coreboot/coreboot/coreboot_start.S index 932fe6c..932fe6c 100644 --- a/board/chromebook-x86/coreboot/coreboot_start.S +++ b/board/coreboot/coreboot/coreboot_start.S |