From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Thu, 17 Oct 2013 13:04:06 +0200 Subject: [U-Boot] [PATCH 3/4] arm: rmobile: Add support R8A7791 In-Reply-To: <1380004715-15014-3-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> References: <1380004715-15014-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> <1380004715-15014-3-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> Message-ID: <20131017130406.5878248f@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Nobuhiro, On Tue, 24 Sep 2013 15:38:34 +0900, Nobuhiro Iwamatsu wrote: > Renesas R8A7791 is CPU with Cortex-A7 and A15. > This supports the basic register definition and GPIO and > framework of PFC. > > Signed-off-by: Hisashi Nakamura > Signed-off-by: Nobuhiro Iwamatsu > CC: Nobuhiro Iwamatsu > CC: Albert Aribaud > --- > arch/arm/cpu/armv7/rmobile/Makefile | 2 + > arch/arm/cpu/armv7/rmobile/cpu_info-r8a7791.c | 29 + > arch/arm/cpu/armv7/rmobile/cpu_info.c | 5 + > arch/arm/cpu/armv7/rmobile/pfc-r8a7791.c | 3415 ++++++++++++++++++++++ Is there no way to make this big file common between R8A7790 and R8A7791? Amicalement, -- Albert.