From mboxrd@z Thu Jan 1 00:00:00 1970 From: Siarhei Siamashka Date: Wed, 23 Jul 2014 21:02:56 +0300 Subject: [U-Boot] [PATCH v3 06/10] sunxi: Add sun5i support In-Reply-To: <1402306622-18485-7-git-send-email-hdegoede@redhat.com> References: <1402306622-18485-1-git-send-email-hdegoede@redhat.com> <1402306622-18485-7-git-send-email-hdegoede@redhat.com> Message-ID: <20140723210256.53e28b50@i7> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 9 Jun 2014 11:36:58 +0200 Hans de Goede wrote: > Add support for the Allwinner A13 and A10s SoCs also know as the Allwinner > sun5i family, and the A13-OLinuXinoM A13 based and r7-tv-dongle A10s based > boards. > > The only differences compared to the already supported sun4i and sun7i > families are all in the DRAM controller initialization: > > -Different hcpr values > -Different MBUS settings > -Some other small initialization changes > > Signed-off-by: Henrik Nordstrom > Signed-off-by: Stefan Roese > Signed-off-by: Oliver Schinagl > Signed-off-by: Hans de Goede > Acked-by: Ian Campbell > --- > arch/arm/cpu/armv7/sunxi/Makefile | 2 ++ > arch/arm/cpu/armv7/sunxi/board.c | 12 ++++++++++++ > arch/arm/cpu/armv7/sunxi/cpu_info.c | 8 ++++++++ > arch/arm/cpu/armv7/sunxi/dram.c | 21 +++++++++++++++++++++ > board/sunxi/Makefile | 2 ++ > board/sunxi/dram_a13_oli_micro.c | 32 ++++++++++++++++++++++++++++++++ > board/sunxi/dram_r7dongle.c | 31 +++++++++++++++++++++++++++++++ > boards.cfg | 2 ++ > include/configs/sun5i.h | 23 +++++++++++++++++++++++ > include/configs/sunxi-common.h | 2 ++ > 10 files changed, 135 insertions(+) > create mode 100644 board/sunxi/dram_a13_oli_micro.c > create mode 100644 board/sunxi/dram_r7dongle.c > create mode 100644 include/configs/sun5i.h Even if there is a valid reason to bundle the addition of some example sun5i based board to boards.cfg with the changes needed for sun5i SoC variant, why is it *two* boards this time? -- Best regards, Siarhei Siamashka