* [U-Boot] [PATCH 1/2] arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD on M28EVK
@ 2014-04-03 17:12 Marek Vasut
2014-04-03 17:12 ` [U-Boot] [PATCH 2/2] arm: mx5: Enable CONFIG_SYS_GENERIC_BOARD on M53EVK Marek Vasut
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Marek Vasut @ 2014-04-03 17:12 UTC (permalink / raw)
To: u-boot
Signed-off-by: Marek Vasut <marex@denx.de>
---
include/configs/m28evk.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
index bb1fa44..8f31467 100644
--- a/include/configs/m28evk.h
+++ b/include/configs/m28evk.h
@@ -7,9 +7,9 @@
#ifndef __CONFIGS_M28EVK_H__
#define __CONFIGS_M28EVK_H__
-
/* System configurations */
#define CONFIG_MX28 /* i.MX28 SoC */
+#define CONFIG_SYS_GENERIC_BOARD
#define MACH_TYPE_M28EVK 3613
#define CONFIG_MACH_TYPE MACH_TYPE_M28EVK
--
1.9.0
^ permalink raw reply related [flat|nested] 8+ messages in thread* [U-Boot] [PATCH 2/2] arm: mx5: Enable CONFIG_SYS_GENERIC_BOARD on M53EVK 2014-04-03 17:12 [U-Boot] [PATCH 1/2] arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD on M28EVK Marek Vasut @ 2014-04-03 17:12 ` Marek Vasut 2014-06-12 22:02 ` Marek Vasut 2014-04-03 18:46 ` [U-Boot] [PATCH 1/2] arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD on M28EVK Tom Rini 2014-04-03 22:41 ` [U-Boot] [PATCH 1/2] arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD Marek Vasut 2 siblings, 1 reply; 8+ messages in thread From: Marek Vasut @ 2014-04-03 17:12 UTC (permalink / raw) To: u-boot Signed-off-by: Marek Vasut <marex@denx.de> --- include/configs/m53evk.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h index 16546c2..496f046 100644 --- a/include/configs/m53evk.h +++ b/include/configs/m53evk.h @@ -9,6 +9,7 @@ #define __M53EVK_CONFIG_H__ #define CONFIG_MX53 +#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_MXC_GPIO #include <asm/arch/imx-regs.h> -- 1.9.0 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* [U-Boot] [PATCH 2/2] arm: mx5: Enable CONFIG_SYS_GENERIC_BOARD on M53EVK 2014-04-03 17:12 ` [U-Boot] [PATCH 2/2] arm: mx5: Enable CONFIG_SYS_GENERIC_BOARD on M53EVK Marek Vasut @ 2014-06-12 22:02 ` Marek Vasut 2014-06-17 14:32 ` Stefano Babic 0 siblings, 1 reply; 8+ messages in thread From: Marek Vasut @ 2014-06-12 22:02 UTC (permalink / raw) To: u-boot On Thursday, April 03, 2014 at 07:12:37 PM, Marek Vasut wrote: > Signed-off-by: Marek Vasut <marex@denx.de> > --- > include/configs/m53evk.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h > index 16546c2..496f046 100644 > --- a/include/configs/m53evk.h > +++ b/include/configs/m53evk.h > @@ -9,6 +9,7 @@ > #define __M53EVK_CONFIG_H__ > > #define CONFIG_MX53 > +#define CONFIG_SYS_GENERIC_BOARD > #define CONFIG_MXC_GPIO > > #include <asm/arch/imx-regs.h> Hi Stefano, I think you missed this. Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] [PATCH 2/2] arm: mx5: Enable CONFIG_SYS_GENERIC_BOARD on M53EVK 2014-06-12 22:02 ` Marek Vasut @ 2014-06-17 14:32 ` Stefano Babic 0 siblings, 0 replies; 8+ messages in thread From: Stefano Babic @ 2014-06-17 14:32 UTC (permalink / raw) To: u-boot On 13/06/2014 00:02, Marek Vasut wrote: > On Thursday, April 03, 2014 at 07:12:37 PM, Marek Vasut wrote: >> Signed-off-by: Marek Vasut <marex@denx.de> >> --- >> include/configs/m53evk.h | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h >> index 16546c2..496f046 100644 >> --- a/include/configs/m53evk.h >> +++ b/include/configs/m53evk.h >> @@ -9,6 +9,7 @@ >> #define __M53EVK_CONFIG_H__ >> >> #define CONFIG_MX53 >> +#define CONFIG_SYS_GENERIC_BOARD >> #define CONFIG_MXC_GPIO >> >> #include <asm/arch/imx-regs.h> > > Hi Stefano, I think you missed this. Yes, it is set to deferred in patchwork (it was not me, I was not set as delegate). It does not matter: Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de ===================================================================== ^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] [PATCH 1/2] arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD on M28EVK 2014-04-03 17:12 [U-Boot] [PATCH 1/2] arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD on M28EVK Marek Vasut 2014-04-03 17:12 ` [U-Boot] [PATCH 2/2] arm: mx5: Enable CONFIG_SYS_GENERIC_BOARD on M53EVK Marek Vasut @ 2014-04-03 18:46 ` Tom Rini 2014-04-03 22:41 ` Marek Vasut 2014-04-03 22:41 ` [U-Boot] [PATCH 1/2] arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD Marek Vasut 2 siblings, 1 reply; 8+ messages in thread From: Tom Rini @ 2014-04-03 18:46 UTC (permalink / raw) To: u-boot On Thu, Apr 03, 2014 at 07:12:36PM +0200, Marek Vasut wrote: > Signed-off-by: Marek Vasut <marex@denx.de> > --- > include/configs/m28evk.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h > index bb1fa44..8f31467 100644 > --- a/include/configs/m28evk.h > +++ b/include/configs/m28evk.h > @@ -7,9 +7,9 @@ > #ifndef __CONFIGS_M28EVK_H__ > #define __CONFIGS_M28EVK_H__ > > - > /* System configurations */ > #define CONFIG_MX28 /* i.MX28 SoC */ > +#define CONFIG_SYS_GENERIC_BOARD > #define MACH_TYPE_M28EVK 3613 > #define CONFIG_MACH_TYPE MACH_TYPE_M28EVK Whack this into configs/mxs.h please, and given what this does and doesn't really change, test as appropriate for confidence. -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140403/85d41a33/attachment.pgp> ^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] [PATCH 1/2] arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD on M28EVK 2014-04-03 18:46 ` [U-Boot] [PATCH 1/2] arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD on M28EVK Tom Rini @ 2014-04-03 22:41 ` Marek Vasut 0 siblings, 0 replies; 8+ messages in thread From: Marek Vasut @ 2014-04-03 22:41 UTC (permalink / raw) To: u-boot On Thursday, April 03, 2014 at 08:46:06 PM, Tom Rini wrote: > On Thu, Apr 03, 2014 at 07:12:36PM +0200, Marek Vasut wrote: > > Signed-off-by: Marek Vasut <marex@denx.de> > > --- > > > > include/configs/m28evk.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h > > index bb1fa44..8f31467 100644 > > --- a/include/configs/m28evk.h > > +++ b/include/configs/m28evk.h > > @@ -7,9 +7,9 @@ > > > > #ifndef __CONFIGS_M28EVK_H__ > > #define __CONFIGS_M28EVK_H__ > > > > - > > > > /* System configurations */ > > #define CONFIG_MX28 /* i.MX28 SoC */ > > > > +#define CONFIG_SYS_GENERIC_BOARD > > > > #define MACH_TYPE_M28EVK 3613 > > #define CONFIG_MACH_TYPE MACH_TYPE_M28EVK > > Whack this into configs/mxs.h please, and given what this does and > doesn't really change, test as appropriate for confidence. Done. Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] [PATCH 1/2] arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD 2014-04-03 17:12 [U-Boot] [PATCH 1/2] arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD on M28EVK Marek Vasut 2014-04-03 17:12 ` [U-Boot] [PATCH 2/2] arm: mx5: Enable CONFIG_SYS_GENERIC_BOARD on M53EVK Marek Vasut 2014-04-03 18:46 ` [U-Boot] [PATCH 1/2] arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD on M28EVK Tom Rini @ 2014-04-03 22:41 ` Marek Vasut 2014-04-28 11:57 ` Stefano Babic 2 siblings, 1 reply; 8+ messages in thread From: Marek Vasut @ 2014-04-03 22:41 UTC (permalink / raw) To: u-boot Signed-off-by: Marek Vasut <marex@denx.de> --- include/configs/m28evk.h | 1 - include/configs/mxs.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h index bb1fa44..3e387c4 100644 --- a/include/configs/m28evk.h +++ b/include/configs/m28evk.h @@ -7,7 +7,6 @@ #ifndef __CONFIGS_M28EVK_H__ #define __CONFIGS_M28EVK_H__ - /* System configurations */ #define CONFIG_MX28 /* i.MX28 SoC */ #define MACH_TYPE_M28EVK 3613 diff --git a/include/configs/mxs.h b/include/configs/mxs.h index a9f4d89..7339eb0 100644 --- a/include/configs/mxs.h +++ b/include/configs/mxs.h @@ -40,6 +40,7 @@ /* * CPU specifics */ +#define CONFIG_SYS_GENERIC_BOARD /* MXS uses FDT */ #define CONFIG_OF_LIBFDT -- 1.9.1 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* [U-Boot] [PATCH 1/2] arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD 2014-04-03 22:41 ` [U-Boot] [PATCH 1/2] arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD Marek Vasut @ 2014-04-28 11:57 ` Stefano Babic 0 siblings, 0 replies; 8+ messages in thread From: Stefano Babic @ 2014-04-28 11:57 UTC (permalink / raw) To: u-boot On 04/04/2014 00:41, Marek Vasut wrote: > Signed-off-by: Marek Vasut <marex@denx.de> > --- > include/configs/m28evk.h | 1 - > include/configs/mxs.h | 1 + > 2 files changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h > index bb1fa44..3e387c4 100644 > --- a/include/configs/m28evk.h > +++ b/include/configs/m28evk.h > @@ -7,7 +7,6 @@ > #ifndef __CONFIGS_M28EVK_H__ > #define __CONFIGS_M28EVK_H__ > > - > /* System configurations */ > #define CONFIG_MX28 /* i.MX28 SoC */ > #define MACH_TYPE_M28EVK 3613 > diff --git a/include/configs/mxs.h b/include/configs/mxs.h > index a9f4d89..7339eb0 100644 > --- a/include/configs/mxs.h > +++ b/include/configs/mxs.h > @@ -40,6 +40,7 @@ > /* > * CPU specifics > */ > +#define CONFIG_SYS_GENERIC_BOARD > > /* MXS uses FDT */ > #define CONFIG_OF_LIBFDT > Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de ===================================================================== ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-06-17 14:32 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-04-03 17:12 [U-Boot] [PATCH 1/2] arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD on M28EVK Marek Vasut 2014-04-03 17:12 ` [U-Boot] [PATCH 2/2] arm: mx5: Enable CONFIG_SYS_GENERIC_BOARD on M53EVK Marek Vasut 2014-06-12 22:02 ` Marek Vasut 2014-06-17 14:32 ` Stefano Babic 2014-04-03 18:46 ` [U-Boot] [PATCH 1/2] arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD on M28EVK Tom Rini 2014-04-03 22:41 ` Marek Vasut 2014-04-03 22:41 ` [U-Boot] [PATCH 1/2] arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD Marek Vasut 2014-04-28 11:57 ` Stefano Babic
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox