From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Tue, 08 Jun 2010 13:33:11 -0500 Subject: [U-Boot] [PATCH] [v2] powerpc: add support for the Freescale P1022DS reference board In-Reply-To: <1275678086-31835-1-git-send-email-timur@freescale.com> References: <1275678086-31835-1-git-send-email-timur@freescale.com> Message-ID: <4C0E8CE7.60807@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Timur Tabi wrote: > Add basic suport for the Freescale P1022DS reference board. > > Specifics: > > 1) 36-bit only > 2) Booting from NOR flash only > 3) Environment stored in NOR flash only > 4) No SPI support > 5) No DIU support > > Signed-off-by: Timur Tabi > --- Any comments on this patch? I found a few minor bugs, so I have a v3 waiting, but I want to address any other comments before I post another patch. If no one has any comments, I'll just go ahead and post my v3 now.