Update of new NAND codePatch by Ladislav Michl, 13 Sep 2005
Merge with testing-NAND (Rewrite of NAND code)
Rewrite of NAND code based on what is in 2.6.12 Linux kernelPatch by Ladislav Michl, 29 Jun 2005
Add configuration for IFM AEV FIFO board.Minor coding style cleanup.
Add common (with Linux) MTD partition scheme and "mtdparts" commandOld, obsolete and duplicated code was cleaned up and replace by thenew partitioning method. There are two possible approaches now:
Add common (with Linux) MTD partition scheme and "mtdparts" commandOld, obsolete and duplicated code was cleaned up and replace by thenew partitioning method. There are two possible approaches now:* define a single, static partition* use mtdparts command line option and dynamic partitioningDefault is static partitioning.
show more ...
Patches by Josef Wagner, 29 Oct 2004:- Add support for MicroSys CPU87 board- Add support for MicroSys PM854 board
* Patch by Shlomo Kut, 29 Mar 2004: Add support for MKS Instruments "Quantum" board* Fix build problem with Cogent boards; avoid using <asm/byteorder.h> when using the host compiler
* Patch by Carl Riechers, 17 Mar 2004: Ignore '\0' characters in console input for use with telnet and telco pads.* Patch by Leon Kukovec, 17 Mar 2004: typo fix for strswab prototype #ifdef
* Patch by Yuli Barcohen, 4 Mar 2004: Fix problems with GCC 3.3.x which changed handling of global variables explicitly initialized to zero (now in .bss instead of .data as before).* Patch by
* Patch by Yuli Barcohen, 4 Mar 2004: Fix problems with GCC 3.3.x which changed handling of global variables explicitly initialized to zero (now in .bss instead of .data as before).* Patch by Leon Kukovec, 02 Mar 2004: add strswab() to fix IDE LBA capacity, firmware and model numbers on little endian machines* Patch by Masami Komiya, 02 Mar 2004: - Remove get_ticks() from NFS code - Add verification of RPC transaction ID* Patch by Pierre Aubert, 02 Mar 2004: cleanup for IDE and USB drivers for MPC5200
* Patch by liang a lei, 9 Jan 2004: Fix Intel 28F128J3 ID in include/flash.h* Patch by Masami Komiya, 09 Jan 2004: add support for TB0229 board (NEC VR4131 MIPS processor)* Patch by Leon Kuko
* Patch by liang a lei, 9 Jan 2004: Fix Intel 28F128J3 ID in include/flash.h* Patch by Masami Komiya, 09 Jan 2004: add support for TB0229 board (NEC VR4131 MIPS processor)* Patch by Leon Kukovec, 12 Dec 2003: changed extern __inline__ into static __inline__ in include/linux/byteorder/swab.h
Add JFFS2 support for INCA-IP board
* Patch by Gary Jennejohn, 11 Sep 2003: - allow for longer timeouts for USB mass storage devices* Patch by Denis Peter, 11 Sep 2003: - fix USB data pointer assignment for bulk only transfer.
* Patch by Gary Jennejohn, 11 Sep 2003: - allow for longer timeouts for USB mass storage devices* Patch by Denis Peter, 11 Sep 2003: - fix USB data pointer assignment for bulk only transfer. - prevent to display erased directories in FAT filesystem.* Change output format for NAND flash - make it look like for other memory, too
* Patch by Scott McNutt, 21 Jul 2003: Add support for LynuxWorks Kernel Downloadable Images (KDIs). Both LynxOS and BlueCat linux KDIs are supported.* Patch by Richard Woodruff, 25 Jul 2003:
* Patch by Scott McNutt, 21 Jul 2003: Add support for LynuxWorks Kernel Downloadable Images (KDIs). Both LynxOS and BlueCat linux KDIs are supported.* Patch by Richard Woodruff, 25 Jul 2003: use more reliable reset for OMAP/925T* Patch by Nye Liu, 25 Jul 2003: fix typo in mpc8xx.h* Patch by Richard Woodruff, 24 Jul 2003: Fixes for cmd_nand.c: - Fixed null dereferece which could result in incorrect ECC values. - Added support for devices with no Ready/Busy signal hooked up. - Added OMAP1510 read/write protect handling. - Fixed nand.h's ECCPOS. A conflict existed with POS5 and badblock for non-JFFS2. - Switched default ECC to be JFFS2.
* Code cleanup: - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)* Patches by Kenneth Johansson, 25 Jun 2003: -
* Code cleanup: - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)* Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
Patch by Murray Jensen, 20 Jun 2003:- hymod update- cleanup (especially for gcc-3.x compilers)
* Patch by Marc Singer, 29 May 2003: Fixed rarp boot method for IA32 and other little-endian CPUs.* Patch by Marc Singer, 28 May 2003: Added port I/O commands.* Patch by Matthew McClintock, 2
* Patch by Marc Singer, 29 May 2003: Fixed rarp boot method for IA32 and other little-endian CPUs.* Patch by Marc Singer, 28 May 2003: Added port I/O commands.* Patch by Matthew McClintock, 28 May 2003 - cpu/mpc824x/start.S: fix relocation code when booting from RAM - minor patches for utx8245* Patch by Daniel Engström, 28 May 2003: x86 update* Patch by Dave Ellis, 9 May 2003 + 27 May 2003: add nand flash support to SXNI855T configuration fix/extend nand flash support: - fix 'nand erase' command so does not erase bad blocks - fix 'nand write' command so does not write to bad blocks - fix nand_probe() so handles no flash detected properly - add doc/README.nand - add .jffs2 and .oob options to nand read/write - add 'nand bad' command to list bad blocks - add 'clean' option to 'nand erase' to write JFFS2 clean markers - make NAND read/write faster* Patch by Rune Torgersen, 23 May 2003: Update for MPC8266ADS board
Make compile clean, fix the usual small problems.
* Patch by Rick Bronson, 16 Mar 2003: Add support for Atmel AT91RM9200DK w/NAND* Patches by Robert Schwebel, 19 Mar 2003: - use arm-linux-gcc as default compiler for ARM - fix i2c fixup code
* Patch by Rick Bronson, 16 Mar 2003: Add support for Atmel AT91RM9200DK w/NAND* Patches by Robert Schwebel, 19 Mar 2003: - use arm-linux-gcc as default compiler for ARM - fix i2c fixup code - fix missing baudrate setting - added $loadaddr / CFG_LOAD_ADDR support to loadb - moved "ignoring trailing characters" _before_ u-boot wants to print out diagnostics messages; removes bogus characters at the end of transmission* Patch by John Zhan, 18 Mar 2003: Add support for SinoVee Microsystems SC8xx boards* Patch by Rolf Offermanns, 21 Mar 2003: ported the dnp1110 related changes from the current armboot cvs to current u-boot cvs. smc91111 does not work. problem marked in smc91111.c, grep for "FIXME".* Patch by Brian Auld, 25 Mar 2003: Add support for STM flash chips on ebony board * Add PCI support for MPC8250 Boards (PM825 module) * Patch by Stefan Roese, 25 Mar 2003:
* Patch by Daniel Engström, 13 Nov 2002: Add support for i386 architecture and AMD SC520 board* Patch by Pierre Aubert, 12 Nov 2002: Add support for DOS filesystem and booting from DOS floppy d
* Patch by Daniel Engström, 13 Nov 2002: Add support for i386 architecture and AMD SC520 board* Patch by Pierre Aubert, 12 Nov 2002: Add support for DOS filesystem and booting from DOS floppy disk
Initial revision
1...<<1112131415161718192021