summaryrefslogtreecommitdiffstats
path: root/common/cmd_ace.c
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.cGrant Likely2007-02-201-264/+0
| | | | | | | | The code in this file is not a command; it is a device driver. Put it in the correct place. There are zero functional changes in this patch, it only moves the file. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)Grant Likely2007-02-201-149/+146
| | | | | | | | | | | This patch is in preparation of additional changes to the sysace driver. May as well take this opportunity to fixup the inconsistent whitespace since this file is about to undergo major changes anyway. There are zero functional changes in this patch. It only cleans up the the whitespace. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Fix device partition intialization for SystemACE disks.Wolfgang Denk2005-10-051-0/+1
| | | | Patch by Stephen Williams, 28 Apr 2005
* Add configuration for IFM AEV FIFO board.Wolfgang Denk2005-08-101-1/+1
| | | | Minor coding style cleanup.
* Fix errors that occur when accessing SystemACE CFWolfgang Denk2005-08-071-4/+27
| | | | Patch by Jeff Angielski, 09 Jan 2005
* * Patches by Sean Chang, 09 Aug 2004:wdenk2004-09-291-2/+25
| | | | | | | | | | | | - Added support for both 8 and 16 bit mode access to System ACE CF through MPU. - Fixed missing System ACE CF device during get FAT partition info in fat_register_device function. - Enabled System ACE CF support on ML300. * Patch by Sean Chang, 09 Aug 2004: Synch defines for saveenv and do_saveenv functions so they get compiled under the same statement.
* Make compile clean.wdenk2004-04-251-3/+2
|
* * Patch by Stephen Williams, 19 March 2004wdenk2004-03-231-4/+1
| | | | | | | | | | | | | | | Increase speed of sector reads from SystemACE, shorten poll timeout and remove a useless reset * Patch by Tolunay Orkun, 19 Mar 2004: Make GigE PHY 1000Mbps Speed/Duplex detection conditional (CONFIG_PHY_GIGE) * Patch by Brad Kemp, 18 Mar 2004: prevent machine checks during a PCI scan * Patch by Pierre Aubert, 18 Mar 2004: Fix string cleaning in IDE identification
* * Patch by Travis Sawyer, 26 Feb 2004:wdenk2004-02-271-21/+47
| | | | | | | | | | Fix broken compile for XPEDITE1K target. * Patch by Stephan Linz, 26 Feb 2004: Bug fix for NFS code on NIOS targets * Patch by Stephen Williams, 26 Feb 2004: Break up SystemACE reads of large block counts
* * Patch by Laurent Mohin, 10 Feb 2004:wdenk2004-02-231-7/+0
| | | | | | | | | Fix buffer overflow in common/usb.c * Patch by Tolunay Orkun, 10 Feb 2004: Add support for Cogent CSB272 board * Code cleanup
* * CVS add missing fileswdenk2004-02-231-0/+205
* Cleanup compiler warnings * Fix problem with side effects in macros in include/usb.h * Patch by David Benson, 13 Nov 2003: bug 841358 - fix TFTP download size limit * Fixing bug 850768: improper flush_cache() in load_serial() * Fixing bug 834943: MPC8540 - missing volatile declarations * Patch by Stephen Williams, 09 Feb 2004: Add support for Xilinx SystemACE chip: - New files common/cmd_ace.c and include/systemace.h - Hook systemace support into cmd_fat and the partition manager * Patch by Travis Sawyer, 09 Feb 2004: Add bi_opbfreq & bi_iic_fast to 440GX bd_info as needed for Linux
OpenPOWER on IntegriCloud