From mboxrd@z Thu Jan 1 00:00:00 1970 From: Siarhei Siamashka Date: Wed, 23 Jul 2014 20:53:43 +0300 Subject: [U-Boot] [PATCH v3 05/10] sunxi: Add sun4i support In-Reply-To: <1402306622-18485-6-git-send-email-hdegoede@redhat.com> References: <1402306622-18485-1-git-send-email-hdegoede@redhat.com> <1402306622-18485-6-git-send-email-hdegoede@redhat.com> Message-ID: <20140723205343.267ba072@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:57 +0200 Hans de Goede wrote: > Add support for the Allwinner A10 SoC also known as the Allwinner sun4i family, > and add the Cubieboard board which uses the A10 SoC. > > Compared to sun7 only the DRAM controller is a bit different: > -Controller reset bits are inverted, but only for Rev. A > -Different hpcr values > -No MBUS on sun4i > -Various other 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/cpu_info.c | 7 ++++ > arch/arm/cpu/armv7/sunxi/dram.c | 81 +++++++++++++++++++++++++++++++++++-- > board/sunxi/Makefile | 1 + > board/sunxi/dram_cubieboard.c | 31 ++++++++++++++ > boards.cfg | 1 + > include/configs/sun4i.h | 23 +++++++++++ > 7 files changed, 143 insertions(+), 3 deletions(-) > create mode 100644 board/sunxi/dram_cubieboard.c > create mode 100644 include/configs/sun4i.h This patch is piling up a lot of various loosely related changes. Isn't the addition of Cubieboard to boards.cfg kind of orthogonal to the sun4i SoC variant support? This makes cherry picking or reverting the patch unnecessarily difficult. -- Best regards, Siarhei Siamashka