summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Collapse)AuthorFilesLines
2006-04-05Remove dependencies between DoC code and old legacy NAND driver.Marian Balakowicz1-0/+65
Necessary defines and data structures were copied to DoC specific files so that legacy NAND code could be entirely removed from u-boot tree in the near future.
2006-03-12Add ADI Blackfin supportWolfgang Denk1-1/+1
- add support for Analog Devices Blackfin BF533 CPU - add support for the ADI BF533 Stamp uClinux board - add support for the ADI BF533 EZKit board Patches by Richard Klingler, June 11th 2005:
2006-03-06Minor code cleanupWolfgang Denk1-1/+0
2006-03-05Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka4-588/+592
code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is implemented for these boards.
2006-02-24Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.Bartlomiej Sieka7-1/+861
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-3/+3
2005-09-25Add cramfs support for m68kWolfgang Denk1-1/+1
Patch by Zachary Landau, 21 Feb 2005
2005-09-15Update of new NAND codeWolfgang Denk3-63/+63
Patch by Ladislav Michl, 13 Sep 2005
2005-08-17Merge with testing-NAND (Rewrite of NAND code)Wolfgang Denk6-116/+775
2005-08-17Rewrite of NAND code based on what is in 2.6.12 Linux kernelWolfgang Denk6-116/+775
Patch by Ladislav Michl, 29 Jun 2005
2005-08-10Add configuration for IFM AEV FIFO board.Wolfgang Denk1-17/+17
Minor coding style cleanup.
2005-08-08Add common (with Linux) MTD partition scheme and "mtdparts" commandWolfgang Denk1-0/+258
Old, obsolete and duplicated code was cleaned up and replace by the new partitioning method. There are two possible approaches now: * define a single, static partition * use mtdparts command line option and dynamic partitioning Default is static partitioning.
2005-04-04Patches by Josef Wagner, 29 Oct 2004:wdenk2-18/+22
- Add support for MicroSys CPU87 board - Add support for MicroSys PM854 board
2004-09-29* Patch by Shlomo Kut, 29 Mar 2004:wdenk2-0/+2
Add support for MKS Instruments "Quantum" board * Fix build problem with Cogent boards; avoid using <asm/byteorder.h> when using the host compiler
2004-03-24* Patch by Carl Riechers, 17 Mar 2004:wdenk1-1/+1
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
2004-03-14* Patch by Yuli Barcohen, 4 Mar 2004:wdenk1-0/+3
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
2004-02-07* Patch by liang a lei, 9 Jan 2004:wdenk1-9/+9
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
2003-12-12Add JFFS2 support for INCA-IP boardwdenk1-0/+31
2003-09-11* Patch by Gary Jennejohn, 11 Sep 2003:wdenk1-1/+1
- 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
2003-07-27* Patch by Scott McNutt, 21 Jul 2003:wdenk1-3/+3
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.
2003-06-28* Code cleanup:wdenk4-23/+23
- 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)
2003-06-21Patch by Murray Jensen, 20 Jun 2003:wdenk1-1/+1
- hymod update - cleanup (especially for gcc-3.x compilers)
2003-05-31* Patch by Marc Singer, 29 May 2003:wdenk2-2/+3
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
2003-03-26Make compile clean, fix the usual small problems.wdenk1-7/+0
2003-03-26* Patch by Rick Bronson, 16 Mar 2003:wdenk1-2/+113
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:
2002-11-18* Patch by Daniel Engström, 13 Nov 2002:wdenk1-1/+1
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
2002-11-03Initial revisionwdenk1-0/+180
2002-11-03Initial revisionwdenk2-0/+139
2002-08-14Initial revisionwdenk1-0/+68
2002-07-14Initial revisionwdenk1-0/+101
2002-03-31Initial revisionwdenk1-0/+18
2002-03-09Initial revisionwdenk2-0/+316
2002-01-26Initial revisionwdenk1-0/+105
2001-10-18Initial revisionwdenk1-0/+86
2001-04-28Initial revisionwdenk1-0/+48
2000-11-20Initial revisionwdenk1-0/+98
2000-08-21Initial revisionwdenk6-0/+488