* [U-Boot] [PATCH 1/2] arm: socfpga: add MAINTAINERS entry
@ 2014-10-09 23:50 Marek Vasut
2014-10-09 23:50 ` [U-Boot] [PATCH 2/2] arm: socfpga: Use EMAC1 on SoCDK Marek Vasut
0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2014-10-09 23:50 UTC (permalink / raw)
To: u-boot
From: Pavel Machek <pavel@denx.de>
Add MAINTAINERS entry.
Signed-off-by: Pavel Machek <pavel@denx.de>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@altera.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Tom Rini <trini@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Pavel Machek <pavel@denx.de>
---
MAINTAINERS | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index af194ca..7a3dbbd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -65,6 +65,13 @@ S: Maintained
T: git git://git.denx.de/u-boot-arm.git
F: arch/arm/
+ARM ALTERA SOCFPGA
+M: Marek Vasut <marex@denx.de>
+S: Maintainted
+T: git git://git.denx.de/u-boot-socfpga.git
+F: arch/arm/cpu/armv7/socfpga/
+F: board/altera/socfpga/
+
ARM ATMEL AT91
M: Andreas Bie?mann <andreas.devel@googlemail.com>
S: Maintained
--
2.0.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH 2/2] arm: socfpga: Use EMAC1 on SoCDK
2014-10-09 23:50 [U-Boot] [PATCH 1/2] arm: socfpga: add MAINTAINERS entry Marek Vasut
@ 2014-10-09 23:50 ` Marek Vasut
2014-10-10 22:53 ` Marek Vasut
0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2014-10-09 23:50 UTC (permalink / raw)
To: u-boot
The SoCDK uses EMAC1, not EMAC0. This patch fixes the issue.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@altera.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Tom Rini <trini@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Pavel Machek <pavel@denx.de>
---
include/configs/socfpga_cyclone5.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Dinh/Chin, can you please confirm this?
diff --git a/include/configs/socfpga_cyclone5.h b/include/configs/socfpga_cyclone5.h
index 8d54bf8..60d7e20 100644
--- a/include/configs/socfpga_cyclone5.h
+++ b/include/configs/socfpga_cyclone5.h
@@ -53,7 +53,7 @@
/* Ethernet on SoC (EMAC) */
#if defined(CONFIG_CMD_NET)
-#define CONFIG_EMAC_BASE SOCFPGA_EMAC0_ADDRESS
+#define CONFIG_EMAC_BASE SOCFPGA_EMAC1_ADDRESS
#define CONFIG_PHY_INTERFACE_MODE PHY_INTERFACE_MODE_RGMII
#define CONFIG_EPHY0_PHY_ADDR 0
--
2.0.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH 2/2] arm: socfpga: Use EMAC1 on SoCDK
2014-10-09 23:50 ` [U-Boot] [PATCH 2/2] arm: socfpga: Use EMAC1 on SoCDK Marek Vasut
@ 2014-10-10 22:53 ` Marek Vasut
0 siblings, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2014-10-10 22:53 UTC (permalink / raw)
To: u-boot
On Friday, October 10, 2014 at 01:50:23 AM, Marek Vasut wrote:
> The SoCDK uses EMAC1, not EMAC0. This patch fixes the issue.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Chin Liang See <clsee@altera.com>
> Cc: Dinh Nguyen <dinguyen@altera.com>
> Cc: Albert Aribaud <albert.u.boot@aribaud.net>
> Cc: Tom Rini <trini@ti.com>
> Cc: Wolfgang Denk <wd@denx.de>
> Cc: Pavel Machek <pavel@denx.de>
> ---
> include/configs/socfpga_cyclone5.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Dinh/Chin, can you please confirm this?
OK, confirmed by Dinh in message:
Message-ID: <54353992.8030906@opensource.altera.com>
Picked for current release.
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-10-10 22:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-09 23:50 [U-Boot] [PATCH 1/2] arm: socfpga: add MAINTAINERS entry Marek Vasut
2014-10-09 23:50 ` [U-Boot] [PATCH 2/2] arm: socfpga: Use EMAC1 on SoCDK Marek Vasut
2014-10-10 22:53 ` Marek Vasut
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox