From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 24 Jan 2013 18:56:34 +0100 Subject: [U-Boot] [PATCH] mxs: mxsboot: Add support for SD card generation for i.MX23 In-Reply-To: <1359050048-25415-1-git-send-email-otavio@ossystems.com.br> References: <1359050048-25415-1-git-send-email-otavio@ossystems.com.br> Message-ID: <201301241856.34748.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 Dear Otavio Salvador, > The mxsboot now receives the SoC type as parameter to generate binary > compatible with the SoC. Currently the NAND support has not been add > for i.MX23 as it is not yet supported in U-Boot. Please fix the NAND support as well, then resubmit. The patch basically does dd if=u-boot.sb ... bs=512 seek=4 ; any kind of information can be stored in those first four blocks and the mx23 bootrom ignores it, so what's the gain of this? I wonder, will MX28 bootrom ignore them as well? Then maybe we can get rid of all this SD-specific junk. Furthermore, I'd like to see all of this reworked as another plugin for mkimage. Best regards, Marek Vasut