Re: [U-Boot] [PATCH] x86: Rename coreboot-x86 to coreboot

2018-04-16 Thread Bin Meng
On Fri, Apr 13, 2018 at 5:51 PM, Bin Meng  wrote:
> On Fri, Apr 13, 2018 at 4:04 AM, Simon Glass  wrote:
>> We only use coreboot as a target on x86 platforms, since on ARM platforms
>> U-Boot always runs as the primary boot loader. Rename the coreboot-x86
>> platform to reflect this.
>>
>> Signed-off-by: Simon Glass 
>> ---
>>
>>  board/coreboot/coreboot/MAINTAINERS| 2 +-
>>  configs/{coreboot-x86_defconfig => coreboot_defconfig} | 0
>>  doc/README.x86 | 2 +-
>>  3 files changed, 2 insertions(+), 2 deletions(-)
>>  rename configs/{coreboot-x86_defconfig => coreboot_defconfig} (100%)
>>
>
> Reviewed-by: Bin Meng 

applied to u-boot-x86, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH] x86: Rename coreboot-x86 to coreboot

2018-04-13 Thread Bin Meng
On Fri, Apr 13, 2018 at 4:04 AM, Simon Glass  wrote:
> We only use coreboot as a target on x86 platforms, since on ARM platforms
> U-Boot always runs as the primary boot loader. Rename the coreboot-x86
> platform to reflect this.
>
> Signed-off-by: Simon Glass 
> ---
>
>  board/coreboot/coreboot/MAINTAINERS| 2 +-
>  configs/{coreboot-x86_defconfig => coreboot_defconfig} | 0
>  doc/README.x86 | 2 +-
>  3 files changed, 2 insertions(+), 2 deletions(-)
>  rename configs/{coreboot-x86_defconfig => coreboot_defconfig} (100%)
>

Reviewed-by: Bin Meng 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH] x86: Rename coreboot-x86 to coreboot

2018-04-12 Thread Simon Glass
We only use coreboot as a target on x86 platforms, since on ARM platforms
U-Boot always runs as the primary boot loader. Rename the coreboot-x86
platform to reflect this.

Signed-off-by: Simon Glass 
---

 board/coreboot/coreboot/MAINTAINERS| 2 +-
 configs/{coreboot-x86_defconfig => coreboot_defconfig} | 0
 doc/README.x86 | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename configs/{coreboot-x86_defconfig => coreboot_defconfig} (100%)

diff --git a/board/coreboot/coreboot/MAINTAINERS 
b/board/coreboot/coreboot/MAINTAINERS
index 2736aa0282..188906b080 100644
--- a/board/coreboot/coreboot/MAINTAINERS
+++ b/board/coreboot/coreboot/MAINTAINERS
@@ -3,4 +3,4 @@ M:  Simon Glass 
 S: Maintained
 F: board/coreboot/coreboot/
 F: include/configs/chromebook_link.h
-F: configs/coreboot-x86_defconfig
+F: configs/coreboot_defconfig
diff --git a/configs/coreboot-x86_defconfig b/configs/coreboot_defconfig
similarity index 100%
rename from configs/coreboot-x86_defconfig
rename to configs/coreboot_defconfig
diff --git a/doc/README.x86 b/doc/README.x86
index 772e8d2a86..b1663a4111 100644
--- a/doc/README.x86
+++ b/doc/README.x86
@@ -46,7 +46,7 @@ Build Instructions for U-Boot as coreboot payload
 Building U-Boot as a coreboot payload is just like building U-Boot for targets
 on other architectures, like below:
 
-$ make coreboot-x86_defconfig
+$ make coreboot_defconfig
 $ make all
 
 Note this default configuration will build a U-Boot payload for the QEMU board.
-- 
2.17.0.484.g0c8726318c-goog

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot