Re: [U-Boot] [PATCH 1/2] mpc8308: support for Freescale MPC8308 cpu

2010-07-09 Thread Kim Phillips
On Mon, 28 Jun 2010 16:44:33 +0400 Ilya Yanok wrote: > This patch adds basic support for Freescale MPC8308 CPU. Serial ports, > NOR flash and integrated Ethernet controllers are supported. > PCI Express is also supported. eSDHC, NAND and USB may work but aren't > tested (using ULPI PHY requires a

[U-Boot] [PATCH 1/2] mpc8308: support for Freescale MPC8308 cpu

2010-06-28 Thread Ilya Yanok
This patch adds basic support for Freescale MPC8308 CPU. Serial ports, NOR flash and integrated Ethernet controllers are supported. PCI Express is also supported. eSDHC, NAND and USB may work but aren't tested (using ULPI PHY requires additional patch). Signed-off-by: Ilya Yanok --- arch/powerpc

Re: [U-Boot] [PATCH 1/2] mpc8308: support for Freescale MPC8308 cpu

2010-06-22 Thread Wolfgang Denk
Dear Ilya, In message <4c1f4fe0.6050...@emcraft.com> you wrote: > > > Do we need that #ifdef? Ok, the #defines don't apply to the 8308, but > > do they hurt if they are just there, unused? > > Well, it seems to be safer not to have unused defines so that you can't > erroneously use some define

Re: [U-Boot] [PATCH 1/2] mpc8308: support for Freescale MPC8308 cpu

2010-06-21 Thread Ilya Yanok
Dear Wolfgang, thanks for your review. On 21.06.2010 11:44, Wolfgang Denk wrote: >> This patch adds basic support for Freescale MPC8308 CPU. Serial ports, >> NOR flash and integrated Ethernet controllers are supported. >> PCI Express is also supported. eSDHC, NAND and USB may work but aren't >> t

Re: [U-Boot] [PATCH 1/2] mpc8308: support for Freescale MPC8308 cpu

2010-06-21 Thread Wolfgang Denk
Dear Ilya Yanok, In message <1277055168-18596-2-git-send-email-ya...@emcraft.com> you wrote: > This patch adds basic support for Freescale MPC8308 CPU. Serial ports, > NOR flash and integrated Ethernet controllers are supported. > PCI Express is also supported. eSDHC, NAND and USB may work but are

[U-Boot] [PATCH 1/2] mpc8308: support for Freescale MPC8308 cpu

2010-06-20 Thread Ilya Yanok
This patch adds basic support for Freescale MPC8308 CPU. Serial ports, NOR flash and integrated Ethernet controllers are supported. PCI Express is also supported. eSDHC, NAND and USB may work but aren't tested (using ULPI PHY requires additional patch). Signed-off-by: Ilya Yanok --- arch/powerpc