From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre AUBERT Date: Mon, 24 Nov 2003 15:59:21 +0100 Subject: [U-Boot-Users] IDE patch Message-ID: <3FC21CC9.20709@staubli.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 everybody, The attached patch makes the IDE and FAT commands working on our custom board. CHANGELOG: * adds a return value for the fpga command * fixes an endianess problem in fat.h * adds an ide_preinit function called in ide_init if CONFIG_IDE_PREINIT is defined. If the ide_preinit fails, the ide_init is aborted. * adds the CFG_ATA_STRIDE configuration variable, which defines the spacing between ATA registers. The default value is 1, but it can be modified in the board configuration file. Best regards -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: ide-fat.patch Url: http://lists.denx.de/pipermail/u-boot/attachments/20031124/e4e3fd78/attachment.txt