• Kevin Cernekee's avatar
    mtd: nand: support alternate BB marker locations on MLC · b60b08b0
    Kevin Cernekee authored
    This is a slightly modified version of a patch submitted last year by
    Reuben Dowle <reuben.dowle@navico.com>.  His original comments follow:
    
    This patch adds support for some MLC NAND flashes that place the BB
    marker in the LAST page of the bad block rather than the FIRST page used
    for SLC NAND and other types of MLC nand.
    
    Lifted from Samsung datasheet for K9LG8G08U0A (1Gbyte MLC NAND):
    "
    Identifying Initial Invalid Block(s)
    All device locations are erased(FFh) except locations where the initial
    invalid block(s) information is written prior to shipping. The initial
    invalid block(s) status is defined by the 1st byte in the spare area.
    Samsung makes sure that the last page of every initial invalid block has
    non-FFh data at the column address of 2,048.
    ...
    "
    
    As far as I can tell, this is the same for all Samsung MLC nand, and in
    fact the samsung bsp for the processor used in our project (s3c6410)
    actually contained a hack similar to this patch but less portable to
    enable use of their NAND parts. I discovered this problem when trying to
    use a Micron NAND which does not used this layout - I wish samsung would
    put their stuff in main-line to avoid this type of problem.
    
    Currently this patch causes all MLC nand with manufacturer codes from
    Samsung and ST(Numonyx) to use this alternative location, since these
    are the manufactures that I know of that use this layout.
    Signed-off-by: default avatarKevin Cernekee <cernekee@gmail.com>
    Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
    b60b08b0
nand_base.c 85.5 KB