From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Mon, 28 Jul 2014 10:46:19 +0200 Subject: [U-Boot] [PATCH 5/7] sun4i: Add support for a number of new sun4i boards In-Reply-To: <1406534087.28644.20.camel@dagon.hellion.org.uk> References: <1406496323-13093-1-git-send-email-hdegoede@redhat.com> <1406496323-13093-5-git-send-email-hdegoede@redhat.com> <1406534087.28644.20.camel@dagon.hellion.org.uk> Message-ID: <53D60DDB.2040905@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 07/28/2014 09:54 AM, Ian Campbell wrote: > On Sun, 2014-07-27 at 23:25 +0200, Hans de Goede wrote: >> Add support for boards which I own and which already have a dts file in the >> upstream kernel. > > Between this and the next two patches are we missing any which have a > kernel dts? (Just OOI) We are missing the following 2 A10 boards: 1) The hackberry: https://www.miniand.com/products/Hackberry%20A10%20Developer%20Board 2) The "INet-97F Rev 02" generic no-name tablet: http://linux-sunxi.org/Inet_97f I've not added those because I lack the hardware to test those. > I don't think this conflicts with the DRAM reworking either textually or > in practical terms any more than the existing set of boards so I don't > see a reason to hold off on this. Right, I've also checked that non of the added boards use odt_en = 1, as that would potentially be a problem. Note that the hackberry does use odt_en = 1, and there are several reports of the hackberry being unreliable when using the linux-sunxi u-boot, so chances are it would be better to disable it on the hackberry too. > >> Signed-off-by: Henrik Nordstrom >> Signed-off-by: Stefan Roese >> Signed-off-by: Hans de Goede > > Acked-by: Ian Campbell > > And you can apply that to the sun[57]i patches too. > > I assume you will merge into #next when you are ready. I've just pushed this to #next, and moved the patches to accepted in patchwork, thanks for the quick review! Regards, Hans