From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Mon, 18 Jan 2010 06:51:17 -0600 Subject: [U-Boot] [PATCH v5 00/12] Support for SPEAr SoCs In-Reply-To: <4B53E5F5.6040403@st.com> References: <1263563153-408-1-git-send-email-vipin.kumar@st.com> <4B536F4B.9080502@windriver.com> <4B53E5F5.6040403@st.com> Message-ID: <4B545945.7020702@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Vipin KUMAR wrote: > On 1/18/2010 1:42 AM, Tom wrote: >> Vipin KUMAR wrote: >>> Hello Tom, >>> >>> Please consider the patchset version5 for mainline inclusion >>> >>> This patchset contains the version5 for SPEAr SoCs support >>> Modifications >>> 1. include/configs contins spear3xx.h for SPEAR300, SPEAR310 and SPEAr320 >>> variants >>> 2. include/configs contins spear6xx.h for SPEAR600 and any variants in >>> future >>> 3. Added include/asm-arm/arch-spear/hardware.h for platform specific >>> defines eg. base addresses of devices >>> 4. review feedbacks on v4 patchset applied >>> >>> Thanks and Regards >>> Vipin >>> >> This looks good! >> Ack-ing the ARM parts. >> >> Outstanding are ack's from subsystem >> nand, usb and net. > > Please see the following mails for usb and NAND acks > NAND subsystem > http://www.mail-archive.com/u-boot at lists.denx.de/msg26992.html > > USB subsystem > http://www.mail-archive.com/u-boot at lists.denx.de/msg27163.html > I saw these comments. I did not see any explicit ack's > Net subsystem is not supported as of now. > It would be added in the next merge window > >>> SPEAr : Support for HW mac id read/write from i2c mem This patch touches on net but I see your point, this is just ground work, real support to follow. Tom