package CYGPKG_IO_NAND { alias { "Generic NAND flash memory support" nand io_nand } directory io/nand/common script io_nand.cdl description " This package provides generic support for NAND flash memory." } package CYGPKG_IO_NAND_RAW { alias { "Raw NAND flash memory support" nand_raw } directory io/nand/raw script io_nand_raw.cdl description " This package provides support for raw NAND on the current platform." } package CYGPKG_DEVS_NAND_BFIN_NFC { alias { "BFIN NFC (NAND Flash Controller) support" bfin_nfc } directory devs/nand/bfin/nfc script bfin_nfc.cdl hardware description " The on-board NAND Flash Controller in some BlackFin variants." } package CYGPKG_DEVS_NAND_NFC_SYNTH { alias { "NFC_SYNTH (synth NAND Flash Controller) support" nfc_synth } directory devs/nand/nfc_synth script nfc_synth.cdl hardware description " A synth NAND Flash Controller cum chip." } package CYGPKG_DEVS_NAND_NFC_GPIO { alias { "NFC_GPIO (NAND Flash Controller) support" nfc_gpio } directory devs/nand/nfc_gpio script nfc_gpio.cdl hardware description " A template NAND Flash Controller that uses GPIO pins." } package CYGPKG_DEVS_NAND_BFIN_EZ_KIT_BF548_NAND { alias { "Support for NAND flash memory on the EZ-KIT Lite BF548 board" nand_ez_kit_bf548 } directory devs/nand/bfin/ez_kit_bf548 script nand_ez_kit_bf548.cdl hardware description " This component contains the parameters for the NAND flash on Analog's EZ-KIT Lite BF548 platform." } package CYGPKG_DEVS_NAND_CHIP_ST_MICRO_NAND0xG { alias { "ST-Micro NAND0xG flash memory chips" st_micro_nand0xg } directory devs/nand/st-micro/nand0xG script st-micro_nand0xG.cdl description " ST-Micro's NAND Flash memory chips of the NAND0xG series. DO NOT USE! This chip is of the 'regular' kind, so there is no need for a separate driver. This driver is included *only* as an example how to write non-regular, non-ONFI nand chip drivers." } package CYGPKG_FS_YAFFS { alias { "YAFFS Filesystem" yaffs } directory fs/yaffs script yaffs.cdl description " This package contains a thin interface between an external YAFFS library and the eCos NAND Flash library, and a stub location for the YAFFS code." }