From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Mon, 17 Mar 2014 23:51:40 +0100 Subject: [U-Boot] [linux-sunxi] Re: [PATCH u-boot sunxi 4/4] sunxi: Add sun4i support In-Reply-To: <20140317124329.GV16360@bill-the-cat> References: <1394978030-14511-1-git-send-email-hdegoede@redhat.com> <1394978030-14511-5-git-send-email-hdegoede@redhat.com> <20140317124329.GV16360@bill-the-cat> Message-ID: <53277C7C.1000107@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 03/17/2014 01:43 PM, Tom Rini wrote: > On Sun, Mar 16, 2014 at 02:53:50PM +0100, Hans de Goede wrote: > >> Signed-off-by: Hans de Goede >> --- >> arch/arm/cpu/armv7/sunxi/board.c | 2 +- >> arch/arm/cpu/armv7/sunxi/clock.c | 2 + >> arch/arm/cpu/armv7/sunxi/cpu_info.c | 7 ++ >> arch/arm/cpu/armv7/sunxi/dram.c | 129 ++++++++++++++++++++++++++++++++++++ >> board/sunxi/Makefile | 3 +- >> board/sunxi/dram_a10_olinuxino_l.c | 31 +++++++++ >> boards.cfg | 1 + >> drivers/mmc/sunxi_mmc.c | 10 +++ >> include/configs/sun4i.h | 40 +++++++++++ >> 9 files changed, 223 insertions(+), 2 deletions(-) >> create mode 100644 board/sunxi/dram_a10_olinuxino_l.c >> create mode 100644 include/configs/sun4i.h > > Wow, nice. > > For tracking / merging can you split this part up into 1/2 "add SUN7I > test around ..." so that Ian can pick it up into his series in the next > go-round? Thanks! Done, see the next patch-set I'm about to send. Regards, Hans