From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 26 Apr 2014 20:35:39 +0200 Subject: [U-Boot] [PATCH v3 3/9] sunxi: add sun7i dram setup support In-Reply-To: <1397844350-7341-3-git-send-email-ijc@hellion.org.uk> References: <1397844323.19277.26.camel@hastur.hellion.org.uk> <1397844350-7341-3-git-send-email-ijc@hellion.org.uk> Message-ID: <201404262035.40088.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, April 18, 2014 at 08:05:44 PM, Ian Campbell wrote: > This patch adds DRAM initialisation support for the Allwinner A20 (sun7i) > processor. This code will not been compiled until the build is hooked up in > a later patch. It has been split out to keep the patches manageable. > > Signed-off-by: Alexandru Gagniuc > Signed-off-by: Emilio L?pez > Signed-off-by: Hans de Goede > Signed-off-by: Henrik Nordstrom > Signed-off-by: Jens Kuske > Signed-off-by: Luke Leighton > Signed-off-by: Oliver Schinagl > Signed-off-by: Stefan Roese > Signed-off-by: Ian Campbell > Cc: Tom Cubie There's a lot of unbounded endless loops [ while (cond) ; ] in this patch. Add timeouts and handle them please, otherwise the board would get stuck during boot and you won't know why. Best regards, Marek Vasut