From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1PsiSQ-0006uS-AW for barebox@lists.infradead.org; Thu, 24 Feb 2011 21:10:42 +0000 Received: from octopus.hi.pengutronix.de ([2001:6f8:1178:2:215:17ff:fe12:23b0]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1PsiSO-0005Ay-IF for barebox@lists.infradead.org; Thu, 24 Feb 2011 22:10:40 +0100 Received: from jbe by octopus.hi.pengutronix.de with local (Exim 4.69) (envelope-from ) id 1PsiSO-000491-Gx for barebox@lists.infradead.org; Thu, 24 Feb 2011 22:10:40 +0100 From: Juergen Beisert Date: Thu, 24 Feb 2011 22:10:37 +0100 Message-Id: <1298581839-15542-1-git-send-email-jbe@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] S3C24xx: NAND management changes to support booting from NAND To: barebox@lists.infradead.org It seems there are more variants of the mini2440 in the wild than I ever thought. In order to support booting from NAND some important settings like NAND's page size and address cycle count must be known. These settings are provided by four external pins and can be read back from an register of the NFC. This patch set makes the S3C24xx NFC driver using these bits. Hopefully now all mini2440 variants can be booted from NAND without the need for special configurations. Juergen _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox