All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/2] Prepare U-Boot for more Amlogic boards
@ 2016-06-10 18:18 ` Carlo Caione
  0 siblings, 0 replies; 18+ messages in thread
From: Carlo Caione @ 2016-06-10 18:18 UTC (permalink / raw)
  To: u-boot

From: Carlo Caione <carlo@endlessm.com>

Refactor the Odroid-C2 support code to prepare U-Boot for more Amlogic board
submissions.
The goal is to reduce the redundancy of the configuration files and unify all
the board support files onto a single amlogic directory.

Changelog:
v2:
 - Added Reviewed-by
 - Now 2/2 clearly shows the renaming

Carlo Caione (2):
  configs: gxbb: Introduce a common config header file
  board: amlogic: Rename folder for Amlogic boards

 arch/arm/mach-meson/Kconfig                        |  2 +-
 board/{hardkernel => amlogic}/odroid-c2/Kconfig    |  2 +-
 .../{hardkernel => amlogic}/odroid-c2/MAINTAINERS  |  2 +-
 board/{hardkernel => amlogic}/odroid-c2/Makefile   |  0
 board/{hardkernel => amlogic}/odroid-c2/README     |  0
 .../{hardkernel => amlogic}/odroid-c2/odroid-c2.c  |  0
 include/configs/meson-gxbb-common.h                | 45 ++++++++++++++++++++++
 include/configs/odroid-c2.h                        | 34 +---------------
 8 files changed, 49 insertions(+), 36 deletions(-)
 rename board/{hardkernel => amlogic}/odroid-c2/Kconfig (85%)
 rename board/{hardkernel => amlogic}/odroid-c2/MAINTAINERS (80%)
 rename board/{hardkernel => amlogic}/odroid-c2/Makefile (100%)
 rename board/{hardkernel => amlogic}/odroid-c2/README (100%)
 rename board/{hardkernel => amlogic}/odroid-c2/odroid-c2.c (100%)
 create mode 100644 include/configs/meson-gxbb-common.h

-- 
2.7.4

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

* [PATCH v2 0/2] Prepare U-Boot for more Amlogic boards
@ 2016-06-10 18:18 ` Carlo Caione
  0 siblings, 0 replies; 18+ messages in thread
From: Carlo Caione @ 2016-06-10 18:18 UTC (permalink / raw)
  To: linus-amlogic

From: Carlo Caione <carlo@endlessm.com>

Refactor the Odroid-C2 support code to prepare U-Boot for more Amlogic board
submissions.
The goal is to reduce the redundancy of the configuration files and unify all
the board support files onto a single amlogic directory.

Changelog:
v2:
 - Added Reviewed-by
 - Now 2/2 clearly shows the renaming

Carlo Caione (2):
  configs: gxbb: Introduce a common config header file
  board: amlogic: Rename folder for Amlogic boards

 arch/arm/mach-meson/Kconfig                        |  2 +-
 board/{hardkernel => amlogic}/odroid-c2/Kconfig    |  2 +-
 .../{hardkernel => amlogic}/odroid-c2/MAINTAINERS  |  2 +-
 board/{hardkernel => amlogic}/odroid-c2/Makefile   |  0
 board/{hardkernel => amlogic}/odroid-c2/README     |  0
 .../{hardkernel => amlogic}/odroid-c2/odroid-c2.c  |  0
 include/configs/meson-gxbb-common.h                | 45 ++++++++++++++++++++++
 include/configs/odroid-c2.h                        | 34 +---------------
 8 files changed, 49 insertions(+), 36 deletions(-)
 rename board/{hardkernel => amlogic}/odroid-c2/Kconfig (85%)
 rename board/{hardkernel => amlogic}/odroid-c2/MAINTAINERS (80%)
 rename board/{hardkernel => amlogic}/odroid-c2/Makefile (100%)
 rename board/{hardkernel => amlogic}/odroid-c2/README (100%)
 rename board/{hardkernel => amlogic}/odroid-c2/odroid-c2.c (100%)
 create mode 100644 include/configs/meson-gxbb-common.h

-- 
2.7.4

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

* [U-Boot] [PATCH v2 1/2] configs: gxbb: Introduce a common config header file
  2016-06-10 18:18 ` Carlo Caione
@ 2016-06-10 18:18   ` Carlo Caione
  -1 siblings, 0 replies; 18+ messages in thread
From: Carlo Caione @ 2016-06-10 18:18 UTC (permalink / raw)
  To: u-boot

From: Carlo Caione <carlo@endlessm.com>

Introduce a meson-gxbb-common.h header file and derive the
configuration for Hardkernel Odroid-C2 board from that.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Carlo Caione <carlo@endlessm.com>
---
 include/configs/meson-gxbb-common.h | 45 +++++++++++++++++++++++++++++++++++++
 include/configs/odroid-c2.h         | 34 +---------------------------
 2 files changed, 46 insertions(+), 33 deletions(-)
 create mode 100644 include/configs/meson-gxbb-common.h

diff --git a/include/configs/meson-gxbb-common.h b/include/configs/meson-gxbb-common.h
new file mode 100644
index 0000000..d1c0050
--- /dev/null
+++ b/include/configs/meson-gxbb-common.h
@@ -0,0 +1,45 @@
+/*
+ * Configuration for Amlogic Meson GXBB SoCs
+ * (C) Copyright 2016 Beniamino Galvani <b.galvani@gmail.com>
+ *
+ * SPDX-License-Identifier:	GPL-2.0+
+ */
+
+#ifndef __MESON_GXBB_COMMON_CONFIG_H
+#define __MESON_GXBB_COMMON_CONFIG_H
+
+#define CONFIG_CPU_ARMV8
+#define CONFIG_REMAKE_ELF
+#define CONFIG_SYS_CACHELINE_SIZE	64
+#define CONFIG_SYS_NO_FLASH
+#define CONFIG_NR_DRAM_BANKS		1
+#define CONFIG_ENV_IS_NOWHERE		1
+#define CONFIG_ENV_SIZE			0x2000
+#define CONFIG_SYS_MAXARGS		32
+#define CONFIG_SYS_MALLOC_LEN		(32 << 20)
+#define CONFIG_SYS_CBSIZE		1024
+#define CONFIG_MISC_INIT_R
+
+#define CONFIG_SYS_SDRAM_BASE		0
+#define CONFIG_SYS_TEXT_BASE		0x01000000
+#define CONFIG_SYS_INIT_SP_ADDR		0x20000000
+#define CONFIG_SYS_LOAD_ADDR		CONFIG_SYS_TEXT_BASE
+
+/* Generic Interrupt Controller Definitions */
+#define GICD_BASE			0xc4301000
+#define GICC_BASE			0xc4302000
+
+#define CONFIG_CMD_ENV
+
+/* Monitor Command Prompt */
+/* Console I/O Buffer Size */
+#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
+					sizeof(CONFIG_SYS_PROMPT) + 16)
+#define CONFIG_SYS_HUSH_PARSER
+#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
+#define CONFIG_SYS_LONGHELP
+#define CONFIG_CMDLINE_EDITING
+
+#include <config_distro_defaults.h>
+
+#endif /* __MESON_GXBB_COMMON_CONFIG_H */
diff --git a/include/configs/odroid-c2.h b/include/configs/odroid-c2.h
index 37a5671..bf5df9c 100644
--- a/include/configs/odroid-c2.h
+++ b/include/configs/odroid-c2.h
@@ -8,44 +8,12 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-#define CONFIG_CPU_ARMV8
-#define CONFIG_REMAKE_ELF
-#define CONFIG_SYS_CACHELINE_SIZE	64
-#define CONFIG_SYS_NO_FLASH
-#define CONFIG_NR_DRAM_BANKS		1
-#define CONFIG_ENV_IS_NOWHERE		1
-#define CONFIG_ENV_SIZE			0x2000
-#define CONFIG_SYS_MAXARGS		32
-#define CONFIG_SYS_MALLOC_LEN		(32 << 20)
-#define CONFIG_SYS_CBSIZE		1024
-#define CONFIG_MISC_INIT_R
-
-#define CONFIG_SYS_SDRAM_BASE		0
-#define CONFIG_SYS_TEXT_BASE		0x01000000
-#define CONFIG_SYS_INIT_SP_ADDR		0x20000000
-#define CONFIG_SYS_LOAD_ADDR		CONFIG_SYS_TEXT_BASE
-
-/* Generic Interrupt Controller Definitions */
-#define GICD_BASE			0xc4301000
-#define GICC_BASE			0xc4302000
-
 #define CONFIG_IDENT_STRING		" odroid-c2"
 
 /* Serial setup */
 #define CONFIG_CONS_INDEX		0
 #define CONFIG_BAUDRATE			115200
 
-#define CONFIG_CMD_ENV
-
-/* Monitor Command Prompt */
-/* Console I/O Buffer Size */
-#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
-					sizeof(CONFIG_SYS_PROMPT) + 16)
-#define CONFIG_SYS_HUSH_PARSER
-#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
-#define CONFIG_SYS_LONGHELP
-#define CONFIG_CMDLINE_EDITING
-
-#include <config_distro_defaults.h>
+#include <configs/meson-gxbb-common.h>
 
 #endif /* __CONFIG_H */
-- 
2.7.4

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

* [PATCH v2 1/2] configs: gxbb: Introduce a common config header file
@ 2016-06-10 18:18   ` Carlo Caione
  0 siblings, 0 replies; 18+ messages in thread
From: Carlo Caione @ 2016-06-10 18:18 UTC (permalink / raw)
  To: linus-amlogic

From: Carlo Caione <carlo@endlessm.com>

Introduce a meson-gxbb-common.h header file and derive the
configuration for Hardkernel Odroid-C2 board from that.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Carlo Caione <carlo@endlessm.com>
---
 include/configs/meson-gxbb-common.h | 45 +++++++++++++++++++++++++++++++++++++
 include/configs/odroid-c2.h         | 34 +---------------------------
 2 files changed, 46 insertions(+), 33 deletions(-)
 create mode 100644 include/configs/meson-gxbb-common.h

diff --git a/include/configs/meson-gxbb-common.h b/include/configs/meson-gxbb-common.h
new file mode 100644
index 0000000..d1c0050
--- /dev/null
+++ b/include/configs/meson-gxbb-common.h
@@ -0,0 +1,45 @@
+/*
+ * Configuration for Amlogic Meson GXBB SoCs
+ * (C) Copyright 2016 Beniamino Galvani <b.galvani@gmail.com>
+ *
+ * SPDX-License-Identifier:	GPL-2.0+
+ */
+
+#ifndef __MESON_GXBB_COMMON_CONFIG_H
+#define __MESON_GXBB_COMMON_CONFIG_H
+
+#define CONFIG_CPU_ARMV8
+#define CONFIG_REMAKE_ELF
+#define CONFIG_SYS_CACHELINE_SIZE	64
+#define CONFIG_SYS_NO_FLASH
+#define CONFIG_NR_DRAM_BANKS		1
+#define CONFIG_ENV_IS_NOWHERE		1
+#define CONFIG_ENV_SIZE			0x2000
+#define CONFIG_SYS_MAXARGS		32
+#define CONFIG_SYS_MALLOC_LEN		(32 << 20)
+#define CONFIG_SYS_CBSIZE		1024
+#define CONFIG_MISC_INIT_R
+
+#define CONFIG_SYS_SDRAM_BASE		0
+#define CONFIG_SYS_TEXT_BASE		0x01000000
+#define CONFIG_SYS_INIT_SP_ADDR		0x20000000
+#define CONFIG_SYS_LOAD_ADDR		CONFIG_SYS_TEXT_BASE
+
+/* Generic Interrupt Controller Definitions */
+#define GICD_BASE			0xc4301000
+#define GICC_BASE			0xc4302000
+
+#define CONFIG_CMD_ENV
+
+/* Monitor Command Prompt */
+/* Console I/O Buffer Size */
+#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
+					sizeof(CONFIG_SYS_PROMPT) + 16)
+#define CONFIG_SYS_HUSH_PARSER
+#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
+#define CONFIG_SYS_LONGHELP
+#define CONFIG_CMDLINE_EDITING
+
+#include <config_distro_defaults.h>
+
+#endif /* __MESON_GXBB_COMMON_CONFIG_H */
diff --git a/include/configs/odroid-c2.h b/include/configs/odroid-c2.h
index 37a5671..bf5df9c 100644
--- a/include/configs/odroid-c2.h
+++ b/include/configs/odroid-c2.h
@@ -8,44 +8,12 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-#define CONFIG_CPU_ARMV8
-#define CONFIG_REMAKE_ELF
-#define CONFIG_SYS_CACHELINE_SIZE	64
-#define CONFIG_SYS_NO_FLASH
-#define CONFIG_NR_DRAM_BANKS		1
-#define CONFIG_ENV_IS_NOWHERE		1
-#define CONFIG_ENV_SIZE			0x2000
-#define CONFIG_SYS_MAXARGS		32
-#define CONFIG_SYS_MALLOC_LEN		(32 << 20)
-#define CONFIG_SYS_CBSIZE		1024
-#define CONFIG_MISC_INIT_R
-
-#define CONFIG_SYS_SDRAM_BASE		0
-#define CONFIG_SYS_TEXT_BASE		0x01000000
-#define CONFIG_SYS_INIT_SP_ADDR		0x20000000
-#define CONFIG_SYS_LOAD_ADDR		CONFIG_SYS_TEXT_BASE
-
-/* Generic Interrupt Controller Definitions */
-#define GICD_BASE			0xc4301000
-#define GICC_BASE			0xc4302000
-
 #define CONFIG_IDENT_STRING		" odroid-c2"
 
 /* Serial setup */
 #define CONFIG_CONS_INDEX		0
 #define CONFIG_BAUDRATE			115200
 
-#define CONFIG_CMD_ENV
-
-/* Monitor Command Prompt */
-/* Console I/O Buffer Size */
-#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
-					sizeof(CONFIG_SYS_PROMPT) + 16)
-#define CONFIG_SYS_HUSH_PARSER
-#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
-#define CONFIG_SYS_LONGHELP
-#define CONFIG_CMDLINE_EDITING
-
-#include <config_distro_defaults.h>
+#include <configs/meson-gxbb-common.h>
 
 #endif /* __CONFIG_H */
-- 
2.7.4

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

* [U-Boot] [PATCH v2 2/2] board: amlogic: Rename folder for Amlogic boards
  2016-06-10 18:18 ` Carlo Caione
@ 2016-06-10 18:18   ` Carlo Caione
  -1 siblings, 0 replies; 18+ messages in thread
From: Carlo Caione @ 2016-06-10 18:18 UTC (permalink / raw)
  To: u-boot

From: Carlo Caione <carlo@endlessm.com>

s/hardkernel/amlogic/ to have a single place for all the amlogic-based
boards.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Carlo Caione <carlo@endlessm.com>
---
 arch/arm/mach-meson/Kconfig                         | 2 +-
 board/{hardkernel => amlogic}/odroid-c2/Kconfig     | 2 +-
 board/{hardkernel => amlogic}/odroid-c2/MAINTAINERS | 2 +-
 board/{hardkernel => amlogic}/odroid-c2/Makefile    | 0
 board/{hardkernel => amlogic}/odroid-c2/README      | 0
 board/{hardkernel => amlogic}/odroid-c2/odroid-c2.c | 0
 6 files changed, 3 insertions(+), 3 deletions(-)
 rename board/{hardkernel => amlogic}/odroid-c2/Kconfig (85%)
 rename board/{hardkernel => amlogic}/odroid-c2/MAINTAINERS (80%)
 rename board/{hardkernel => amlogic}/odroid-c2/Makefile (100%)
 rename board/{hardkernel => amlogic}/odroid-c2/README (100%)
 rename board/{hardkernel => amlogic}/odroid-c2/odroid-c2.c (100%)

diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig
index 77d3cfe..af3be59 100644
--- a/arch/arm/mach-meson/Kconfig
+++ b/arch/arm/mach-meson/Kconfig
@@ -26,6 +26,6 @@ config SYS_SOC
 config SYS_MALLOC_F_LEN
 	default 0x1000
 
-source "board/hardkernel/odroid-c2/Kconfig"
+source "board/amlogic/odroid-c2/Kconfig"
 
 endif
diff --git a/board/hardkernel/odroid-c2/Kconfig b/board/amlogic/odroid-c2/Kconfig
similarity index 85%
rename from board/hardkernel/odroid-c2/Kconfig
rename to board/amlogic/odroid-c2/Kconfig
index 687d9c6..2b16889 100644
--- a/board/hardkernel/odroid-c2/Kconfig
+++ b/board/amlogic/odroid-c2/Kconfig
@@ -4,7 +4,7 @@ config SYS_BOARD
 	default "odroid-c2"
 
 config SYS_VENDOR
-	default "hardkernel"
+	default "amlogic"
 
 config SYS_CONFIG_NAME
 	default "odroid-c2"
diff --git a/board/hardkernel/odroid-c2/MAINTAINERS b/board/amlogic/odroid-c2/MAINTAINERS
similarity index 80%
rename from board/hardkernel/odroid-c2/MAINTAINERS
rename to board/amlogic/odroid-c2/MAINTAINERS
index 23ae1e7..699850f 100644
--- a/board/hardkernel/odroid-c2/MAINTAINERS
+++ b/board/amlogic/odroid-c2/MAINTAINERS
@@ -1,6 +1,6 @@
 ODROID-C2
 M:	Beniamino Galvani <b.galvani@gmail.com>
 S:	Maintained
-F:	board/hardkernel/odroid-c2/
+F:	board/amlogic/odroid-c2/
 F:	include/configs/odroid-c2.h
 F:	configs/odroid-c2_defconfig
diff --git a/board/hardkernel/odroid-c2/Makefile b/board/amlogic/odroid-c2/Makefile
similarity index 100%
rename from board/hardkernel/odroid-c2/Makefile
rename to board/amlogic/odroid-c2/Makefile
diff --git a/board/hardkernel/odroid-c2/README b/board/amlogic/odroid-c2/README
similarity index 100%
rename from board/hardkernel/odroid-c2/README
rename to board/amlogic/odroid-c2/README
diff --git a/board/hardkernel/odroid-c2/odroid-c2.c b/board/amlogic/odroid-c2/odroid-c2.c
similarity index 100%
rename from board/hardkernel/odroid-c2/odroid-c2.c
rename to board/amlogic/odroid-c2/odroid-c2.c
-- 
2.7.4

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

* [PATCH v2 2/2] board: amlogic: Rename folder for Amlogic boards
@ 2016-06-10 18:18   ` Carlo Caione
  0 siblings, 0 replies; 18+ messages in thread
From: Carlo Caione @ 2016-06-10 18:18 UTC (permalink / raw)
  To: linus-amlogic

From: Carlo Caione <carlo@endlessm.com>

s/hardkernel/amlogic/ to have a single place for all the amlogic-based
boards.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Carlo Caione <carlo@endlessm.com>
---
 arch/arm/mach-meson/Kconfig                         | 2 +-
 board/{hardkernel => amlogic}/odroid-c2/Kconfig     | 2 +-
 board/{hardkernel => amlogic}/odroid-c2/MAINTAINERS | 2 +-
 board/{hardkernel => amlogic}/odroid-c2/Makefile    | 0
 board/{hardkernel => amlogic}/odroid-c2/README      | 0
 board/{hardkernel => amlogic}/odroid-c2/odroid-c2.c | 0
 6 files changed, 3 insertions(+), 3 deletions(-)
 rename board/{hardkernel => amlogic}/odroid-c2/Kconfig (85%)
 rename board/{hardkernel => amlogic}/odroid-c2/MAINTAINERS (80%)
 rename board/{hardkernel => amlogic}/odroid-c2/Makefile (100%)
 rename board/{hardkernel => amlogic}/odroid-c2/README (100%)
 rename board/{hardkernel => amlogic}/odroid-c2/odroid-c2.c (100%)

diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig
index 77d3cfe..af3be59 100644
--- a/arch/arm/mach-meson/Kconfig
+++ b/arch/arm/mach-meson/Kconfig
@@ -26,6 +26,6 @@ config SYS_SOC
 config SYS_MALLOC_F_LEN
 	default 0x1000
 
-source "board/hardkernel/odroid-c2/Kconfig"
+source "board/amlogic/odroid-c2/Kconfig"
 
 endif
diff --git a/board/hardkernel/odroid-c2/Kconfig b/board/amlogic/odroid-c2/Kconfig
similarity index 85%
rename from board/hardkernel/odroid-c2/Kconfig
rename to board/amlogic/odroid-c2/Kconfig
index 687d9c6..2b16889 100644
--- a/board/hardkernel/odroid-c2/Kconfig
+++ b/board/amlogic/odroid-c2/Kconfig
@@ -4,7 +4,7 @@ config SYS_BOARD
 	default "odroid-c2"
 
 config SYS_VENDOR
-	default "hardkernel"
+	default "amlogic"
 
 config SYS_CONFIG_NAME
 	default "odroid-c2"
diff --git a/board/hardkernel/odroid-c2/MAINTAINERS b/board/amlogic/odroid-c2/MAINTAINERS
similarity index 80%
rename from board/hardkernel/odroid-c2/MAINTAINERS
rename to board/amlogic/odroid-c2/MAINTAINERS
index 23ae1e7..699850f 100644
--- a/board/hardkernel/odroid-c2/MAINTAINERS
+++ b/board/amlogic/odroid-c2/MAINTAINERS
@@ -1,6 +1,6 @@
 ODROID-C2
 M:	Beniamino Galvani <b.galvani@gmail.com>
 S:	Maintained
-F:	board/hardkernel/odroid-c2/
+F:	board/amlogic/odroid-c2/
 F:	include/configs/odroid-c2.h
 F:	configs/odroid-c2_defconfig
diff --git a/board/hardkernel/odroid-c2/Makefile b/board/amlogic/odroid-c2/Makefile
similarity index 100%
rename from board/hardkernel/odroid-c2/Makefile
rename to board/amlogic/odroid-c2/Makefile
diff --git a/board/hardkernel/odroid-c2/README b/board/amlogic/odroid-c2/README
similarity index 100%
rename from board/hardkernel/odroid-c2/README
rename to board/amlogic/odroid-c2/README
diff --git a/board/hardkernel/odroid-c2/odroid-c2.c b/board/amlogic/odroid-c2/odroid-c2.c
similarity index 100%
rename from board/hardkernel/odroid-c2/odroid-c2.c
rename to board/amlogic/odroid-c2/odroid-c2.c
-- 
2.7.4

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

* [U-Boot] [PATCH v2 1/2] configs: gxbb: Introduce a common config header file
  2016-06-10 18:18   ` Carlo Caione
@ 2016-06-12 21:03     ` Beniamino Galvani
  -1 siblings, 0 replies; 18+ messages in thread
From: Beniamino Galvani @ 2016-06-12 21:03 UTC (permalink / raw)
  To: u-boot

On Fri, Jun 10, 2016 at 08:18:22PM +0200, Carlo Caione wrote:
> From: Carlo Caione <carlo@endlessm.com>
> 
> Introduce a meson-gxbb-common.h header file and derive the
> configuration for Hardkernel Odroid-C2 board from that.

Acked-by: Beniamino Galvani <b.galvani@gmail.com>

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

* [PATCH v2 1/2] configs: gxbb: Introduce a common config header file
@ 2016-06-12 21:03     ` Beniamino Galvani
  0 siblings, 0 replies; 18+ messages in thread
From: Beniamino Galvani @ 2016-06-12 21:03 UTC (permalink / raw)
  To: linus-amlogic

On Fri, Jun 10, 2016 at 08:18:22PM +0200, Carlo Caione wrote:
> From: Carlo Caione <carlo@endlessm.com>
> 
> Introduce a meson-gxbb-common.h header file and derive the
> configuration for Hardkernel Odroid-C2 board from that.

Acked-by: Beniamino Galvani <b.galvani@gmail.com>

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

* [U-Boot] [PATCH v2 2/2] board: amlogic: Rename folder for Amlogic boards
  2016-06-10 18:18   ` Carlo Caione
@ 2016-06-12 21:05     ` Beniamino Galvani
  -1 siblings, 0 replies; 18+ messages in thread
From: Beniamino Galvani @ 2016-06-12 21:05 UTC (permalink / raw)
  To: u-boot

On Fri, Jun 10, 2016 at 08:18:23PM +0200, Carlo Caione wrote:
> From: Carlo Caione <carlo@endlessm.com>
> 
> s/hardkernel/amlogic/ to have a single place for all the amlogic-based
> boards.

Makes sense.

Acked-by: Beniamino Galvani <b.galvani@gmail.com>

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

* [PATCH v2 2/2] board: amlogic: Rename folder for Amlogic boards
@ 2016-06-12 21:05     ` Beniamino Galvani
  0 siblings, 0 replies; 18+ messages in thread
From: Beniamino Galvani @ 2016-06-12 21:05 UTC (permalink / raw)
  To: linus-amlogic

On Fri, Jun 10, 2016 at 08:18:23PM +0200, Carlo Caione wrote:
> From: Carlo Caione <carlo@endlessm.com>
> 
> s/hardkernel/amlogic/ to have a single place for all the amlogic-based
> boards.

Makes sense.

Acked-by: Beniamino Galvani <b.galvani@gmail.com>

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

* [U-Boot] [PATCH v2 0/2] Prepare U-Boot for more Amlogic boards
  2016-06-10 18:18 ` Carlo Caione
@ 2016-06-24 21:01   ` Carlo Caione
  -1 siblings, 0 replies; 18+ messages in thread
From: Carlo Caione @ 2016-06-24 21:01 UTC (permalink / raw)
  To: u-boot

On 10/06/16 20:18, Carlo Caione wrote:
> From: Carlo Caione <carlo@endlessm.com>
> 
> Refactor the Odroid-C2 support code to prepare U-Boot for more Amlogic board
> submissions.
> The goal is to reduce the redundancy of the configuration files and unify all
> the board support files onto a single amlogic directory.
> 
> Changelog:
> v2:
>  - Added Reviewed-by
>  - Now 2/2 clearly shows the renaming

What's left for this patchset? I have a couple of submissions depending
on this one.

-- 
Carlo Caione

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

* [PATCH v2 0/2] Prepare U-Boot for more Amlogic boards
@ 2016-06-24 21:01   ` Carlo Caione
  0 siblings, 0 replies; 18+ messages in thread
From: Carlo Caione @ 2016-06-24 21:01 UTC (permalink / raw)
  To: linus-amlogic

On 10/06/16 20:18, Carlo Caione wrote:
> From: Carlo Caione <carlo@endlessm.com>
> 
> Refactor the Odroid-C2 support code to prepare U-Boot for more Amlogic board
> submissions.
> The goal is to reduce the redundancy of the configuration files and unify all
> the board support files onto a single amlogic directory.
> 
> Changelog:
> v2:
>  - Added Reviewed-by
>  - Now 2/2 clearly shows the renaming

What's left for this patchset? I have a couple of submissions depending
on this one.

-- 
Carlo Caione

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

* [U-Boot] [PATCH v2 0/2] Prepare U-Boot for more Amlogic boards
  2016-06-24 21:01   ` Carlo Caione
@ 2016-06-24 21:11     ` Tom Rini
  -1 siblings, 0 replies; 18+ messages in thread
From: Tom Rini @ 2016-06-24 21:11 UTC (permalink / raw)
  To: u-boot

On Fri, Jun 24, 2016 at 11:01:03PM +0200, Carlo Caione wrote:
> On 10/06/16 20:18, Carlo Caione wrote:
> > From: Carlo Caione <carlo@endlessm.com>
> > 
> > Refactor the Odroid-C2 support code to prepare U-Boot for more Amlogic board
> > submissions.
> > The goal is to reduce the redundancy of the configuration files and unify all
> > the board support files onto a single amlogic directory.
> > 
> > Changelog:
> > v2:
> >  - Added Reviewed-by
> >  - Now 2/2 clearly shows the renaming
> 
> What's left for this patchset? I have a couple of submissions depending
> on this one.

Sorry for the delay, working on this shortly.

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

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

* [PATCH v2 0/2] Prepare U-Boot for more Amlogic boards
@ 2016-06-24 21:11     ` Tom Rini
  0 siblings, 0 replies; 18+ messages in thread
From: Tom Rini @ 2016-06-24 21:11 UTC (permalink / raw)
  To: linus-amlogic

On Fri, Jun 24, 2016 at 11:01:03PM +0200, Carlo Caione wrote:
> On 10/06/16 20:18, Carlo Caione wrote:
> > From: Carlo Caione <carlo@endlessm.com>
> > 
> > Refactor the Odroid-C2 support code to prepare U-Boot for more Amlogic board
> > submissions.
> > The goal is to reduce the redundancy of the configuration files and unify all
> > the board support files onto a single amlogic directory.
> > 
> > Changelog:
> > v2:
> >  - Added Reviewed-by
> >  - Now 2/2 clearly shows the renaming
> 
> What's left for this patchset? I have a couple of submissions depending
> on this one.

Sorry for the delay, working on this shortly.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-amlogic/attachments/20160624/71992a29/attachment.sig>

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

* [U-Boot] [U-Boot, v2, 1/2] configs: gxbb: Introduce a common config header file
  2016-06-10 18:18   ` Carlo Caione
@ 2016-06-25  2:51     ` Tom Rini
  -1 siblings, 0 replies; 18+ messages in thread
From: Tom Rini @ 2016-06-25  2:51 UTC (permalink / raw)
  To: u-boot

On Fri, Jun 10, 2016 at 08:18:22PM +0200, Carlo Caione wrote:

> From: Carlo Caione <carlo@endlessm.com>
> 
> Introduce a meson-gxbb-common.h header file and derive the
> configuration for Hardkernel Odroid-C2 board from that.
> 
> Reviewed-by: Simon Glass <sjg@chromium.org>
> Signed-off-by: Carlo Caione <carlo@endlessm.com>
> Acked-by: Beniamino Galvani <b.galvani@gmail.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: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160624/1ee986e7/attachment.sig>

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

* [U-Boot,v2,1/2] configs: gxbb: Introduce a common config header file
@ 2016-06-25  2:51     ` Tom Rini
  0 siblings, 0 replies; 18+ messages in thread
From: Tom Rini @ 2016-06-25  2:51 UTC (permalink / raw)
  To: linus-amlogic

On Fri, Jun 10, 2016 at 08:18:22PM +0200, Carlo Caione wrote:

> From: Carlo Caione <carlo@endlessm.com>
> 
> Introduce a meson-gxbb-common.h header file and derive the
> configuration for Hardkernel Odroid-C2 board from that.
> 
> Reviewed-by: Simon Glass <sjg@chromium.org>
> Signed-off-by: Carlo Caione <carlo@endlessm.com>
> Acked-by: Beniamino Galvani <b.galvani@gmail.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: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-amlogic/attachments/20160624/1ee986e7/attachment.sig>

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

* [U-Boot] [U-Boot, v2, 2/2] board: amlogic: Rename folder for Amlogic boards
  2016-06-10 18:18   ` Carlo Caione
@ 2016-06-25  2:52     ` Tom Rini
  -1 siblings, 0 replies; 18+ messages in thread
From: Tom Rini @ 2016-06-25  2:52 UTC (permalink / raw)
  To: u-boot

On Fri, Jun 10, 2016 at 08:18:23PM +0200, Carlo Caione wrote:

> From: Carlo Caione <carlo@endlessm.com>
> 
> s/hardkernel/amlogic/ to have a single place for all the amlogic-based
> boards.
> 
> Reviewed-by: Simon Glass <sjg@chromium.org>
> Signed-off-by: Carlo Caione <carlo@endlessm.com>
> Acked-by: Beniamino Galvani <b.galvani@gmail.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: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160624/95c5d435/attachment.sig>

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

* [U-Boot,v2,2/2] board: amlogic: Rename folder for Amlogic boards
@ 2016-06-25  2:52     ` Tom Rini
  0 siblings, 0 replies; 18+ messages in thread
From: Tom Rini @ 2016-06-25  2:52 UTC (permalink / raw)
  To: linus-amlogic

On Fri, Jun 10, 2016 at 08:18:23PM +0200, Carlo Caione wrote:

> From: Carlo Caione <carlo@endlessm.com>
> 
> s/hardkernel/amlogic/ to have a single place for all the amlogic-based
> boards.
> 
> Reviewed-by: Simon Glass <sjg@chromium.org>
> Signed-off-by: Carlo Caione <carlo@endlessm.com>
> Acked-by: Beniamino Galvani <b.galvani@gmail.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: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-amlogic/attachments/20160624/95c5d435/attachment.sig>

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

end of thread, other threads:[~2016-06-25  2:52 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-10 18:18 [U-Boot] [PATCH v2 0/2] Prepare U-Boot for more Amlogic boards Carlo Caione
2016-06-10 18:18 ` Carlo Caione
2016-06-10 18:18 ` [U-Boot] [PATCH v2 1/2] configs: gxbb: Introduce a common config header file Carlo Caione
2016-06-10 18:18   ` Carlo Caione
2016-06-12 21:03   ` [U-Boot] " Beniamino Galvani
2016-06-12 21:03     ` Beniamino Galvani
2016-06-25  2:51   ` [U-Boot] [U-Boot, v2, " Tom Rini
2016-06-25  2:51     ` [U-Boot,v2,1/2] " Tom Rini
2016-06-10 18:18 ` [U-Boot] [PATCH v2 2/2] board: amlogic: Rename folder for Amlogic boards Carlo Caione
2016-06-10 18:18   ` Carlo Caione
2016-06-12 21:05   ` [U-Boot] " Beniamino Galvani
2016-06-12 21:05     ` Beniamino Galvani
2016-06-25  2:52   ` [U-Boot] [U-Boot, v2, " Tom Rini
2016-06-25  2:52     ` [U-Boot,v2,2/2] " Tom Rini
2016-06-24 21:01 ` [U-Boot] [PATCH v2 0/2] Prepare U-Boot for more " Carlo Caione
2016-06-24 21:01   ` Carlo Caione
2016-06-24 21:11   ` [U-Boot] " Tom Rini
2016-06-24 21:11     ` 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.