public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: mx6: Update non-Freescale boards to include CPU errata.
@ 2013-11-27  0:40 Eric Nelson
  2013-11-27  0:57 ` Fabio Estevam
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Eric Nelson @ 2013-11-27  0:40 UTC (permalink / raw)
  To: u-boot

The CPU errata expressed in include/configs/mx6_common.h apply
to all i.MX6DQ and i.MX6DLS parts.

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
---
 include/configs/nitrogen6x.h | 1 +
 include/configs/titanium.h   | 1 +
 include/configs/udoo.h       | 1 +
 include/configs/wandboard.h  | 1 +
 4 files changed, 4 insertions(+)

diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index 3df8de0..13718ca 100644
--- a/include/configs/nitrogen6x.h
+++ b/include/configs/nitrogen6x.h
@@ -10,6 +10,7 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include "mx6_common.h"
 #define CONFIG_MX6
 #define CONFIG_DISPLAY_CPUINFO
 #define CONFIG_DISPLAY_BOARDINFO
diff --git a/include/configs/titanium.h b/include/configs/titanium.h
index 0bb6731..f9e00c5 100644
--- a/include/configs/titanium.h
+++ b/include/configs/titanium.h
@@ -13,6 +13,7 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include "mx6_common.h"
 #include <asm/arch/imx-regs.h>
 #include <asm/imx-common/gpio.h>
 
diff --git a/include/configs/udoo.h b/include/configs/udoo.h
index 78df071..949be95 100644
--- a/include/configs/udoo.h
+++ b/include/configs/udoo.h
@@ -9,6 +9,7 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include "mx6_common.h"
 #include <asm/arch/imx-regs.h>
 #include <asm/imx-common/gpio.h>
 #include <asm/sizes.h>
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index e9c7e64..8ce2d6e 100644
--- a/include/configs/wandboard.h
+++ b/include/configs/wandboard.h
@@ -9,6 +9,7 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#include "mx6_common.h"
 #include <asm/arch/imx-regs.h>
 #include <asm/imx-common/gpio.h>
 #include <asm/sizes.h>
-- 
1.8.1.2

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

* [U-Boot] [PATCH] ARM: mx6: Update non-Freescale boards to include CPU errata.
  2013-11-27  0:40 [U-Boot] [PATCH] ARM: mx6: Update non-Freescale boards to include CPU errata Eric Nelson
@ 2013-11-27  0:57 ` Fabio Estevam
  2013-11-27  1:33   ` Eric Nelson
  2013-11-27  4:25 ` Stefan Roese
  2013-12-17 17:43 ` Stefano Babic
  2 siblings, 1 reply; 5+ messages in thread
From: Fabio Estevam @ 2013-11-27  0:57 UTC (permalink / raw)
  To: u-boot

On Tue, Nov 26, 2013 at 10:40 PM, Eric Nelson
<eric.nelson@boundarydevices.com> wrote:
> The CPU errata expressed in include/configs/mx6_common.h apply
> to all i.MX6DQ and i.MX6DLS parts.
>
> Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>

Thanks, Eric.

Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>

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

* [U-Boot] [PATCH] ARM: mx6: Update non-Freescale boards to include CPU errata.
  2013-11-27  0:57 ` Fabio Estevam
@ 2013-11-27  1:33   ` Eric Nelson
  0 siblings, 0 replies; 5+ messages in thread
From: Eric Nelson @ 2013-11-27  1:33 UTC (permalink / raw)
  To: u-boot

On 11/26/2013 05:57 PM, Fabio Estevam wrote:
> On Tue, Nov 26, 2013 at 10:40 PM, Eric Nelson
> <eric.nelson@boundarydevices.com> wrote:
>> The CPU errata expressed in include/configs/mx6_common.h apply
>> to all i.MX6DQ and i.MX6DLS parts.
>>
>> Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
>
> Thanks, Eric.
>

No problem. If this is good enough for Freescale, it's
good enough for the riff-raff...

> Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>
>

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

* [U-Boot] [PATCH] ARM: mx6: Update non-Freescale boards to include CPU errata.
  2013-11-27  0:40 [U-Boot] [PATCH] ARM: mx6: Update non-Freescale boards to include CPU errata Eric Nelson
  2013-11-27  0:57 ` Fabio Estevam
@ 2013-11-27  4:25 ` Stefan Roese
  2013-12-17 17:43 ` Stefano Babic
  2 siblings, 0 replies; 5+ messages in thread
From: Stefan Roese @ 2013-11-27  4:25 UTC (permalink / raw)
  To: u-boot

On 27.11.2013 01:40, Eric Nelson wrote:
> The CPU errata expressed in include/configs/mx6_common.h apply
> to all i.MX6DQ and i.MX6DLS parts.
> 
> Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>

Acked-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

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

* [U-Boot] [PATCH] ARM: mx6: Update non-Freescale boards to include CPU errata.
  2013-11-27  0:40 [U-Boot] [PATCH] ARM: mx6: Update non-Freescale boards to include CPU errata Eric Nelson
  2013-11-27  0:57 ` Fabio Estevam
  2013-11-27  4:25 ` Stefan Roese
@ 2013-12-17 17:43 ` Stefano Babic
  2 siblings, 0 replies; 5+ messages in thread
From: Stefano Babic @ 2013-12-17 17:43 UTC (permalink / raw)
  To: u-boot

On 27/11/2013 01:40, Eric Nelson wrote:
> The CPU errata expressed in include/configs/mx6_common.h apply
> to all i.MX6DQ and i.MX6DLS parts.
> 
> Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
> ---

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] 5+ messages in thread

end of thread, other threads:[~2013-12-17 17:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-27  0:40 [U-Boot] [PATCH] ARM: mx6: Update non-Freescale boards to include CPU errata Eric Nelson
2013-11-27  0:57 ` Fabio Estevam
2013-11-27  1:33   ` Eric Nelson
2013-11-27  4:25 ` Stefan Roese
2013-12-17 17:43 ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox