[U-Boot] [PATCH v3 26/26] x86: Rename chromebook-x86 to coreboot

Simon Glass sjg at chromium.org
Fri Nov 21 07:52:40 CET 2014


On 13 November 2014 06:42, Simon Glass <sjg at chromium.org> wrote:
> 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 at gmail.com>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2:
> - Add new patch to rename chromebook-x86 to coreboot
>
>  arch/x86/Kconfig                                             | 2 +-
>  board/{chromebook-x86 => coreboot}/coreboot/Kconfig          | 2 +-
>  board/{chromebook-x86 => coreboot}/coreboot/MAINTAINERS      | 2 +-
>  board/{chromebook-x86 => coreboot}/coreboot/Makefile         | 0
>  board/{chromebook-x86 => coreboot}/coreboot/coreboot.c       | 0
>  board/{chromebook-x86 => coreboot}/coreboot/coreboot_start.S | 0
>  6 files changed, 3 insertions(+), 3 deletions(-)
>  rename board/{chromebook-x86 => coreboot}/coreboot/Kconfig (86%)
>  rename board/{chromebook-x86 => coreboot}/coreboot/MAINTAINERS (78%)
>  rename board/{chromebook-x86 => coreboot}/coreboot/Makefile (100%)
>  rename board/{chromebook-x86 => coreboot}/coreboot/coreboot.c (100%)
>  rename board/{chromebook-x86 => coreboot}/coreboot/coreboot_start.S (100%)

Applied to u-boot-x86.


More information about the U-Boot mailing list