History log of /freebsd-10-stable/sys/dev/nand/nand_id.c
Revision Date Author Comments
# 266065 14-May-2014 ian

MFC r260092, r260093, r260121, r260180,

Allow AT91_MCI_ALLOW_OVERCLOCK to be an option in kernel config files.

Set the SoC name for the atmelbus name.

Add support for Samsung K9F2G08U0A (256MiB SLC) NAND

Comment updates.


# 259371 13-Dec-2013 ian

MFC r257892, r258196, r258197, r258199, r258200, r258201, r258202:

Add ONFI signature check.

Add Micron chip found in Freescale Vybrid Family Phytec COSMIC board.

The vendor specified field is 88 bytes, not 8 bytes.

Update the onfi_params struct to ONFI revision 3.2 (06 12 2013).

Search for and validate the ONFI params as specified in the standard.

ONFI parameters are little-endian, hence we must take care to convert them
to native endianness. We must also pay attention to unaligned accesses.

Rework the routine that returns a pointer to the table of software ECC
byte positions within the OOB area to support chips with unusual OOB
sizes such as 218 or 224 bytes.


# 266065 14-May-2014 ian

MFC r260092, r260093, r260121, r260180,

Allow AT91_MCI_ALLOW_OVERCLOCK to be an option in kernel config files.

Set the SoC name for the atmelbus name.

Add support for Samsung K9F2G08U0A (256MiB SLC) NAND

Comment updates.


# 259371 13-Dec-2013 ian

MFC r257892, r258196, r258197, r258199, r258200, r258201, r258202:

Add ONFI signature check.

Add Micron chip found in Freescale Vybrid Family Phytec COSMIC board.

The vendor specified field is 88 bytes, not 8 bytes.

Update the onfi_params struct to ONFI revision 3.2 (06 12 2013).

Search for and validate the ONFI params as specified in the standard.

ONFI parameters are little-endian, hence we must take care to convert them
to native endianness. We must also pay attention to unaligned accesses.

Rework the routine that returns a pointer to the table of software ECC
byte positions within the OOB area to support chips with unusual OOB
sizes such as 218 or 224 bytes.