15 Sep, 2017

1 commit


12 Jul, 2017

1 commit


10 May, 2017

3 commits


14 Apr, 2017

1 commit


04 Jun, 2016

1 commit

  • nand_info[] is now an array of pointers, with the actual mtd_info
    instance embedded in struct nand_chip.

    This is in preparation for syncing the NAND code with Linux 4.6,
    which makes the same change to struct nand_chip. It's in a separate
    commit due to the large amount of changes required to accommodate the
    change to nand_info[].

    Signed-off-by: Scott Wood

    Scott Wood
     

19 Feb, 2016

1 commit


02 Feb, 2016

1 commit


21 Aug, 2015

2 commits


01 Apr, 2015

1 commit


05 Nov, 2013

1 commit


24 Jul, 2013

1 commit


22 Jul, 2013

1 commit

  • As both the DDR SDRAM and NAND flash connect to EBI on at91sam9n12
    and share the lower 8 bits data line. If use low drive of the data
    line, it will cause DDR data access corrupt in lower address, so
    change the data line to high drive mode

    This will fix the Linux kernel boot issue when use Lower address

    Signed-off-by: Bo Shen
    Acked-by: Andreas Bießmann

    Bo Shen
     

25 Jun, 2013

1 commit


12 May, 2013

1 commit

  • Add support for following features:
    - nand boot, with PMECC 2bit ECC for 512 bytes sector
    - SPI flash boot
    - SD card boot
    - LCD support

    Signed-off-by: Josh Wu
    [fix -Wimplicit-function-declaration for at91_lcd_hw_init()]
    Signed-off-by: Andreas Bießmann

    Wu, Josh