index
:
arm-boot/u-boot-imx.git
imx_3.14.38_6ul_engr
imx_v2009.08
imx_v2009.08_1.1.0
imx_v2009.08_10.04.01
imx_v2009.08_10.05.02
imx_v2009.08_10.07.11
imx_v2009.08_10.10.01
imx_v2009.08_10.11.01
imx_v2009.08_10.12.01
imx_v2009.08_11.04.01
imx_v2009.08_11.05.01
imx_v2009.08_11.09.01
imx_v2009.08_11.11.01
imx_v2009.08_12.01.01
imx_v2009.08_12.02.01
imx_v2009.08_12.09.01
imx_v2009.08_12.10.02
imx_v2009.08_3.0.0
imx_v2009.08_3.0.35_4.0.0
imx_v2009.08_3.0.35_4.1.0
imx_v2009.08_r13.4.y
imx_v2013.04_3.10.17_1.0.0_beta
imx_v2013.04_3.10.17_1.0.0_ga
imx_v2013.04_3.10.31_1.1.0_alpha
imx_v2013.04_3.10.9_1.0.0_alpha
imx_v2013.04_3.5.7_1.0.0_alpha
imx_v2014.04_3.10.31_1.1.0_beta
imx_v2014.04_3.10.31_1.1.0_beta2
imx_v2014.04_3.10.53_1.1.0_ga
imx_v2014.04_3.14.28_1.0.0_ga
imx_v2014.04_3.14.28_7d_alpha
imx_v2014.04_3.14.38_6qp_beta
imx_v2014.04_kk4.4.3_2.y
imx_v2015.04
imx_v2015.04_3.14.38_6qp_ga
imx_v2015.04_3.14.38_6ul7d_beta
imx_v2015.04_3.14.38_6ul_ga
imx_v2015.04_3.14.52_1.1.0_ga
imx_v2015.04_4.1.15_1.0.0_ga
imx_v2015.04_brillo
imx_v2016.03_4.1.15_2.0.0_ga
imx_v2016.03_4.1.30_7ulp_alpha
imx_v2016.03_4.1.33_7ulp_beta
imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga_TEST
maddev-imx-android-r10.3
maddev-imx-android-r13.2
master
scm-imx_v2016.03_4.1.15_2.0.0_ga
U-boot NXP imx6
git@iatec.biz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
sunxi_nand_spl.c
Commit message (
Expand
)
Author
Age
Lines
*
spl: nand: sunxi: add support for NAND config auto-detection
Boris Brezillon
2016-06-19
-58
/
+204
*
spl: nand: sunxi: split 'load page' and 'read page' logic
Boris Brezillon
2016-06-19
-71
/
+114
*
spl: nand: sunxi: rework status polling loop
Boris Brezillon
2016-06-19
-16
/
+13
*
spl: nand: sunxi: stop guessing the redundant u-boot offset
Boris Brezillon
2016-06-19
-20
/
+0
*
spl: nand: sunxi: remove support for so-called 'syndrome' mode
Boris Brezillon
2016-06-19
-42
/
+14
*
sunxi_nand_spl: Be smarter about where to look for backup u-boot.bin
Hans de Goede
2015-09-29
-6
/
+20
*
sunxi_nand_spl: Add config parameter for 4KiB page sized NAND devices
Stefan Roese
2015-09-10
-0
/
+1
*
sunxi_nand_spl: clear status flags in SPL implementation
Boris Brezillon
2015-08-31
-3
/
+8
*
sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_END
Hans de Goede
2015-08-31
-2
/
+6
*
sunxi_nand_spl: Add support for backup boot partitions
Hans de Goede
2015-08-31
-0
/
+16
*
sunxi_nand_spl: Auto detect nand configuration parameters
Hans de Goede
2015-08-31
-4
/
+39
*
sunxi_nand_spl: Parametrize lowlevel read functions
Hans de Goede
2015-08-31
-38
/
+48
*
sunxi_nand_spl: Properly config page-size in the nand ctl register
Hans de Goede
2015-08-31
-0
/
+5
*
sunxi_nand_spl: Use kernel driver algorithm for determining ecc_mode / _off
Hans de Goede
2015-08-31
-46
/
+12
*
sunxi_nand_spl: Add proper cache flusing
Hans de Goede
2015-08-31
-0
/
+8
*
sunxi_nand_spl: Turn off clocks when we're done with the nand
Hans de Goede
2015-08-31
-2
/
+15
*
sunxi_nand_spl: Use SYS_NAND_SELF_INIT and only do nand init when necessary
Hans de Goede
2015-08-31
-0
/
+2
*
sunxi_nand_spl: Do not bother writing the spare-area reg in syndrome mode
Hans de Goede
2015-08-31
-4
/
+1
*
sunxi_nand_spl: We only need to reset the nand chip once
Hans de Goede
2015-08-31
-10
/
+10
*
sunxi_nand_spl: Drop unnecessary temp buf
Hans de Goede
2015-08-31
-27
/
+8
*
sunxi: nand: Add basic sunxi NAND driver for SPL with DMA support
Piotr Zierhoffer
2015-08-08
-0
/
+353
*
Revert "sunxi/nand: Add support to the SPL for loading u-boot from internal N...
Ian Campbell
2015-06-28
-273
/
+0
*
sunxi/nand: Add support to the SPL for loading u-boot from internal NAND memory
Daniel KochmaĆski
2015-05-29
-0
/
+273