From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Thu, 21 Jan 2010 15:30:50 -0600 Subject: [U-Boot] [PATCH v5 00/12] Support for SPEAr SoCs In-Reply-To: <1263563153-408-1-git-send-email-vipin.kumar@st.com> References: <1263563153-408-1-git-send-email-vipin.kumar@st.com> Message-ID: <4B58C78A.4000303@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: > 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 > > Vipin (12): > SPEAr : Adding README.spear in doc > SPEAr : Adding basic SPEAr architecture support. > SPEAr : i2c driver support added for SPEAr SoCs > SPEAr : smi driver support for SPEAr SoCs > SPEAr : nand driver support for SPEAr SoCs > SPEAr : usbd driver support for SPEAr SoCs > SPEAr : Support added for SPEAr600 board > SPEAr : Support for HW mac id read/write from i2c mem > SPEAr : Support added for SPEAr300 board > SPEAr : emi controller initialization for CFI driver support > SPEAr : Support added for SPEAr310 board > SPEAr : Support added for SPEAr320 board Applied to u-boot-arm/master Thanks Tom