Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write ↵ | Grant Likely | 2007-02-20 | -2/+2 |
| | | | | | | | | | buffer pointers Block device read/write is anonymous data; there is no need to use a typed pointer. void * is fine. Also add a hook for block_read functions Signed-off-by: Grant Likely <grant.likely@secretlab.ca> | |||
* | [PATCH 1_4] Merge common get_dev() routines for block devices | Grant Likely | 2007-02-20 | -3/+3 |
| | | | | | | | Each of the filesystem drivers duplicate the get_dev routine. This change merges them into a single function in part.c Signed-off-by: Grant Likely <grant.likely@secretlab.ca> | |||
* | Code cleanup; make several boards compile & link. | wdenk | 2004-03-14 | -1/+1 |
| | ||||
* | * Patch by Rune Torgersen, 27 Feb 2004: | wdenk | 2004-03-13 | -2/+8 |
| | | | | | | | | | | | | | | | | | - Added LBA48 support (CONFIG_LBA48 & CFG_64BIT_LBA) - Added support for 64bit printing in vsprintf (CFG_64BIT_VSPRINTF) - Added support for 64bit strtoul (CFG_64BIT_STRTOUL) * Patch by Masami Komiya, 27 Feb 2004: Fix rarpboot: add autoload by NFS * Patch by Dan Eisenhut, 26 Feb 2004: fix flash_write return value in saveenv * Patch by Stephan Linz, 11 Dec 2003 expand config.mk to avoid trigraph warnings on NIOS * Rename "BMS2003" board into "HMI10" | |||
* | Initial revision | wdenk | 2002-08-27 | -0/+49 |