All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V2 1/2] bcm968580: rename to bcm968580xref
@ 2019-02-04 14:14 Philippe Reynes
  2019-02-04 14:14 ` [U-Boot] [PATCH V2 2/2] bcm968580xref: switch to CONFIG_OF_SEPARATE Philippe Reynes
  2019-02-10 13:10 ` [U-Boot] [U-Boot,V2,1/2] bcm968580: rename to bcm968580xref Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Philippe Reynes @ 2019-02-04 14:14 UTC (permalink / raw)
  To: u-boot

The name of the board is bcm968580xref,
so rename the config to bcm968580xref too.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
---
 board/broadcom/bcm968580xref/MAINTAINERS |  4 ++--
 configs/bcm968580_ram_defconfig          | 35 --------------------------------
 configs/bcm968580xref_ram_defconfig      | 35 ++++++++++++++++++++++++++++++++
 3 files changed, 37 insertions(+), 37 deletions(-)
 delete mode 100644 configs/bcm968580_ram_defconfig
 create mode 100644 configs/bcm968580xref_ram_defconfig

Changelog:
v2:
- update the config name in the MAINTAINERS file

diff --git a/board/broadcom/bcm968580xref/MAINTAINERS b/board/broadcom/bcm968580xref/MAINTAINERS
index 1ecdfbc..5ee0c4d 100644
--- a/board/broadcom/bcm968580xref/MAINTAINERS
+++ b/board/broadcom/bcm968580xref/MAINTAINERS
@@ -1,6 +1,6 @@
-BROADCOM BCM968580XREF
+BCM968580XREF BOARD
 M:	Philippe Reynes <philippe.reynes@softathome.com>
 S:	Maintained
 F:	board/broadcom/bcm968580xref/
 F:	include/configs/broadcom_bcm968580xref.h
-F:	configs/bcm968580_ram_defconfig
+F:	configs/bcm968580xref_ram_defconfig
diff --git a/configs/bcm968580_ram_defconfig b/configs/bcm968580_ram_defconfig
deleted file mode 100644
index 56e0a56..0000000
--- a/configs/bcm968580_ram_defconfig
+++ /dev/null
@@ -1,35 +0,0 @@
-CONFIG_ARM=y
-CONFIG_ARCH_BCM6858=y
-CONFIG_SYS_TEXT_BASE=0x10000000
-CONFIG_SYS_MALLOC_F_LEN=0x8000
-CONFIG_SPL_SYS_MALLOC_F_LEN=0x400
-CONFIG_TARGET_BCM968580XREF=y
-CONFIG_ENV_VARS_UBOOT_CONFIG=y
-CONFIG_NR_DRAM_BANKS=1
-CONFIG_TPL_SYS_MALLOC_F_LEN=0x400
-CONFIG_FIT=y
-CONFIG_FIT_SIGNATURE=y
-CONFIG_FIT_VERBOSE=y
-CONFIG_IMAGE_FORMAT_LEGACY=y
-CONFIG_SUPPORT_RAW_INITRD=y
-CONFIG_DISPLAY_BOARDINFO_LATE=y
-CONFIG_HUSH_PARSER=y
-CONFIG_CMD_BOOTEFI_SELFTEST=y
-CONFIG_DOS_PARTITION=y
-CONFIG_ISO_PARTITION=y
-CONFIG_EFI_PARTITION=y
-CONFIG_OF_EMBED=y
-CONFIG_DEFAULT_DEVICE_TREE="bcm968580xref"
-# CONFIG_NET is not set
-CONFIG_BLK=y
-CONFIG_CLK=y
-# CONFIG_MMC is not set
-CONFIG_SPECIFY_CONSOLE_INDEX=y
-# CONFIG_SPL_SERIAL_PRESENT is not set
-CONFIG_CONS_INDEX=0
-CONFIG_DM_SERIAL=y
-CONFIG_SERIAL_SEARCH_ALL=y
-CONFIG_BCM6345_SERIAL=y
-CONFIG_SYSRESET=y
-CONFIG_REGEX=y
-# CONFIG_GENERATE_SMBIOS_TABLE is not set
diff --git a/configs/bcm968580xref_ram_defconfig b/configs/bcm968580xref_ram_defconfig
new file mode 100644
index 0000000..56e0a56
--- /dev/null
+++ b/configs/bcm968580xref_ram_defconfig
@@ -0,0 +1,35 @@
+CONFIG_ARM=y
+CONFIG_ARCH_BCM6858=y
+CONFIG_SYS_TEXT_BASE=0x10000000
+CONFIG_SYS_MALLOC_F_LEN=0x8000
+CONFIG_SPL_SYS_MALLOC_F_LEN=0x400
+CONFIG_TARGET_BCM968580XREF=y
+CONFIG_ENV_VARS_UBOOT_CONFIG=y
+CONFIG_NR_DRAM_BANKS=1
+CONFIG_TPL_SYS_MALLOC_F_LEN=0x400
+CONFIG_FIT=y
+CONFIG_FIT_SIGNATURE=y
+CONFIG_FIT_VERBOSE=y
+CONFIG_IMAGE_FORMAT_LEGACY=y
+CONFIG_SUPPORT_RAW_INITRD=y
+CONFIG_DISPLAY_BOARDINFO_LATE=y
+CONFIG_HUSH_PARSER=y
+CONFIG_CMD_BOOTEFI_SELFTEST=y
+CONFIG_DOS_PARTITION=y
+CONFIG_ISO_PARTITION=y
+CONFIG_EFI_PARTITION=y
+CONFIG_OF_EMBED=y
+CONFIG_DEFAULT_DEVICE_TREE="bcm968580xref"
+# CONFIG_NET is not set
+CONFIG_BLK=y
+CONFIG_CLK=y
+# CONFIG_MMC is not set
+CONFIG_SPECIFY_CONSOLE_INDEX=y
+# CONFIG_SPL_SERIAL_PRESENT is not set
+CONFIG_CONS_INDEX=0
+CONFIG_DM_SERIAL=y
+CONFIG_SERIAL_SEARCH_ALL=y
+CONFIG_BCM6345_SERIAL=y
+CONFIG_SYSRESET=y
+CONFIG_REGEX=y
+# CONFIG_GENERATE_SMBIOS_TABLE is not set
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH V2 2/2] bcm968580xref: switch to CONFIG_OF_SEPARATE
  2019-02-04 14:14 [U-Boot] [PATCH V2 1/2] bcm968580: rename to bcm968580xref Philippe Reynes
@ 2019-02-04 14:14 ` Philippe Reynes
  2019-02-10 13:11   ` [U-Boot] [U-Boot, V2, " Tom Rini
  2019-02-10 13:10 ` [U-Boot] [U-Boot,V2,1/2] bcm968580: rename to bcm968580xref Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Philippe Reynes @ 2019-02-04 14:14 UTC (permalink / raw)
  To: u-boot

The option OF_EMBED is deprecated,
so we switch to CONFIG_OF_SEPARATE

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
---
 configs/bcm968580xref_ram_defconfig | 1 -
 1 file changed, 1 deletion(-)

Changelog:
v2:
- no change

diff --git a/configs/bcm968580xref_ram_defconfig b/configs/bcm968580xref_ram_defconfig
index 56e0a56..b66a295 100644
--- a/configs/bcm968580xref_ram_defconfig
+++ b/configs/bcm968580xref_ram_defconfig
@@ -18,7 +18,6 @@ CONFIG_CMD_BOOTEFI_SELFTEST=y
 CONFIG_DOS_PARTITION=y
 CONFIG_ISO_PARTITION=y
 CONFIG_EFI_PARTITION=y
-CONFIG_OF_EMBED=y
 CONFIG_DEFAULT_DEVICE_TREE="bcm968580xref"
 # CONFIG_NET is not set
 CONFIG_BLK=y
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [U-Boot,V2,1/2] bcm968580: rename to bcm968580xref
  2019-02-04 14:14 [U-Boot] [PATCH V2 1/2] bcm968580: rename to bcm968580xref Philippe Reynes
  2019-02-04 14:14 ` [U-Boot] [PATCH V2 2/2] bcm968580xref: switch to CONFIG_OF_SEPARATE Philippe Reynes
@ 2019-02-10 13:10 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2019-02-10 13:10 UTC (permalink / raw)
  To: u-boot

On Mon, Feb 04, 2019 at 03:14:17PM +0100, Philippe Reynes wrote:

> The name of the board is bcm968580xref,
> so rename the config to bcm968580xref too.
> 
> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190210/2fe8fcdd/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [U-Boot, V2, 2/2] bcm968580xref: switch to CONFIG_OF_SEPARATE
  2019-02-04 14:14 ` [U-Boot] [PATCH V2 2/2] bcm968580xref: switch to CONFIG_OF_SEPARATE Philippe Reynes
@ 2019-02-10 13:11   ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2019-02-10 13:11 UTC (permalink / raw)
  To: u-boot

On Mon, Feb 04, 2019 at 03:14:18PM +0100, Philippe Reynes wrote:

> The option OF_EMBED is deprecated,
> so we switch to CONFIG_OF_SEPARATE
> 
> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190210/d81a2386/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-10 13:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-04 14:14 [U-Boot] [PATCH V2 1/2] bcm968580: rename to bcm968580xref Philippe Reynes
2019-02-04 14:14 ` [U-Boot] [PATCH V2 2/2] bcm968580xref: switch to CONFIG_OF_SEPARATE Philippe Reynes
2019-02-10 13:11   ` [U-Boot] [U-Boot, V2, " Tom Rini
2019-02-10 13:10 ` [U-Boot] [U-Boot,V2,1/2] bcm968580: rename to bcm968580xref Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.