From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Thu, 22 May 2014 15:20:32 +0530 Subject: [U-Boot] [U-Boot PATCH 0/5] ARM: DRA72x: Add support for DRA72x SoC In-Reply-To: <1400132322-8166-1-git-send-email-lokeshvutla@ti.com> References: <1400132322-8166-1-git-send-email-lokeshvutla@ti.com> Message-ID: <537DC868.3020801@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday 15 May 2014 11:08 AM, Lokesh Vutla wrote: > DRA72x devices are single core Cortex A15 devices belonging to the > DRA7xx family. > This series adds support for DRA72x family Socs and the data for > DRA722 ES1.0 soc. > > Tested on: DRA722 ES1.0 > Verfied MAKEALL -s omap > > Keerthy (1): > ARM: DRA72x: volt: Update the pmic offsets > > Lokesh Vutla (4): > ARM: DRA72x: Add Silicon ID support > ARM: DRA72x: clocks: Update the hwdata > ARM: DRA72x: Update EMIF data > ARM: DRA7xx: ctrl: Fix efuse register addresses > > arch/arm/cpu/armv7/omap-common/emif-common.c | 6 ++-- > arch/arm/cpu/armv7/omap5/hw_data.c | 40 ++++++++++++++++++++++++++ > arch/arm/cpu/armv7/omap5/hwinit.c | 3 ++ > arch/arm/cpu/armv7/omap5/prcm-regs.c | 8 +++--- > arch/arm/cpu/armv7/omap5/sdram.c | 19 +++++++++++- > arch/arm/include/asm/arch-omap5/omap.h | 1 + > arch/arm/include/asm/omap_common.h | 1 + > 7 files changed, 71 insertions(+), 7 deletions(-) > Tested-by: Mugunthan V N Regards Mugunthan V N