From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Sun, 28 Mar 2010 12:27:53 -0500 Subject: [U-Boot] [PATCH 0/8] ST-Ericsson Ux500 support In-Reply-To: <1268886061-6382-1-git-send-email-rabin.vincent@stericsson.com> References: <1268886061-6382-1-git-send-email-rabin.vincent@stericsson.com> Message-ID: <4BAF9199.4070500@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 Rabin Vincent wrote: > This series adds base support for ST-Ericsson's Ux500 series of Cortex-A9 based The big change I would like to see with this patchset is for the arm_cortexa9 cpu be added. > SoCs. Several peripherals are shared with the Nomadik family, for which > support already exists in U-Boot. > > Note: The series must be applied on top of the patch "[PATCH V4] Nomadik: fix > reset_timer()" posted by Alessandro Rubini on 2009-11-25: > http://lists.denx.de/pipermail/u-boot/2009-November/064800.html > Cc: Alessandro Rubini This patch has been applied to arm/next. Thanks for explicilty calling it out here. Tom > > Rabin Vincent (8): > Nomadik: move timer code to drivers/misc > Nomadik: move gpio driver to drivers/gpio > nomadik_gpio: get base address from platform code > nomadik_mtu: support configurable clock rates > ARM Cortex A8: ifdef code calling lowlevel init > ux500: add SoC-specific code > pl01x: add support for Ux500 variant of pl011 > mop500: add board-specific files >