* 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.
Showing
- CHANGELOG 19 additions, 0 deletionsCHANGELOG
- README 1 addition, 1 deletionREADME
- common/Makefile 1 addition, 1 deletioncommon/Makefile
- common/cmd_bootm.c 28 additions, 0 deletionscommon/cmd_bootm.c
- common/cmd_nand.c 83 additions, 31 deletionscommon/cmd_nand.c
- common/lynxkdi.c 70 additions, 0 deletionscommon/lynxkdi.c
- cpu/arm925t/start.S 3 additions, 4 deletionscpu/arm925t/start.S
- cpu/mpc8xx/start.S 2 additions, 2 deletionscpu/mpc8xx/start.S
- doc/README.lynxkdi 57 additions, 0 deletionsdoc/README.lynxkdi
- include/configs/NETVIA.h 1 addition, 2 deletionsinclude/configs/NETVIA.h
- include/linux/mtd/nand.h 3 additions, 3 deletionsinclude/linux/mtd/nand.h
- include/lynxkdi.h 41 additions, 0 deletionsinclude/lynxkdi.h
- include/mpc8xx.h 5 additions, 5 deletionsinclude/mpc8xx.h
Loading
Please register or sign in to comment