aboutsummaryrefslogtreecommitdiff
path: root/nand_spl
AgeCommit message (Expand)AuthorFilesLines
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini8-114/+187
2012-09-17mxc nand: Homogenize IP revisions with LinuxBenoît Thébaudeau1-2/+2
2012-09-17spl mxc nand: Fix broken boot for correctable ECC errorsBenoît Thébaudeau1-2/+14
2012-09-17mxc nand: Access all ecc_status_result fieldsBenoît Thébaudeau1-0/+4
2012-09-17spl mxc nand: Set symmetric modeBenoît Thébaudeau1-1/+2
2012-09-17spl mxc nand: Remove duplicated codeBenoît Thébaudeau1-8/+2
2012-09-17spl mxc nand: Merge duplicated codeBenoît Thébaudeau1-27/+23
2012-09-17mxc nand: cosmectic: Light cleanupBenoît Thébaudeau1-7/+7
2012-09-17mxc nand: Merge mtd and spl register definitionsBenoît Thébaudeau1-29/+29
2012-09-03ppc4xx: Canyonlands/Glacier: Squeeze NAND image a bit to fit againStefan Roese1-3/+0
2012-08-23nand_spl: change out_be32 to raw_writel and depend on subsequent syncMatthew McClintock3-73/+71
2012-08-23nand_spl: p1023rds: wait before enabling DDR controllerMatthew McClintock2-5/+20
2012-08-23nand_spl: update udelay for Freescale boardsMatthew McClintock5-15/+60
2012-08-23powerpc/p1010rdb: nandboot: compare SVR properlyMatthew McClintock1-1/+2
2012-08-23p1014rdb: set ddr bus width properly depending on SVRMatthew McClintock1-0/+11
2012-08-22nand/fsl_elbc: shrink SPL a bit by converting out_be32() to __raw_writel()Scott Wood1-22/+25
2012-02-12Changes to move hawkboard to the new spl infrastructureSughosh Ganu2-232/+0
2012-01-26nand_spl: store ecc data on the stackScott Wood1-26/+16
2011-12-07nand_spl/nand_boot.c: Fix build warningAnatolij Gustschin1-2/+1
2011-12-06davinci: Remove unwanted memsize.c from hawkboard's nand spl buildSughosh Ganu1-6/+0
2011-12-06arm, davinci: move misc function in arch treeHeiko Schocher1-5/+4
2011-12-06arm, hawkboard: Use the pinmux configurations defined in the arch treeChristian Riesch1-0/+5
2011-12-06arm, davinci: Move pinmux functions from board to arch treeChristian Riesch1-3/+3
2011-12-06Fix regression in SMDK6400Simon Schwarz1-3/+6
2011-11-16nand_boot.c: Fix GCC 4.6 build warningsStefan Roese1-5/+3
2011-10-04Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk1-0/+42
2011-10-04Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk5-0/+813
2011-10-03spl, nand: add 4bit HW ecc oob first nand_read_page functionHeiko Schocher1-0/+42
2011-09-30MX31: mx31pdk: Remove nand_spl config.mk fileFabio Estevam2-2/+1
2011-09-29powerpc/85xx: Add NAND/NAND_SPL support to P1010RDBDipen Dudhat2-0/+271
2011-09-29nand: Freescale Integrated Flash Controller NAND supportDipen Dudhat1-0/+271
2011-09-29powerpc/85xx: Add support for new P102x/P2020 RDB style boardsLi Yang2-0/+271
2011-09-10ARM: hawkboard_nand: fix compilation of nand_splStefano Babic1-3/+18
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD1-1/+1
2011-07-26replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V3-6/+6
2011-07-11powerpc/85xx: Add basic support for P1023RDS boardRoy Zang2-0/+231
2011-07-01NAND: Add 16bit NAND support for the NDFCAlex Waterman1-3/+8
2011-05-26Add _end for the end of u-boot image for SMDK6400seedshope1-0/+2
2011-05-16nand_spl: nand_boot.c: Remove last CONFIG_SYS_NAND_READ_DELAY occuranceStefan Roese1-5/+2
2011-05-13nand_spl: nand_boot.c: Remove CONFIG_SYS_NAND_READ_DELAYStefan Roese1-18/+6
2011-05-13nand_spl: nand_boot.c: Init nand_chip.options to 0Stefan Roese1-0/+1
2011-05-13Decreases code size of the nand_splAlex Waterman1-8/+10
2011-04-27Fix the issue of _end symbol not being found while buildingSughosh Ganu1-0/+2
2011-04-27MX25: tx25: Add _end section on nand_splFabio Estevam1-0/+2
2011-04-27MX31: mx31pdk: fix nand_splStefano Babic1-0/+2
2011-04-27IMX: MX31: Cleanup include files and drop nasty #ifdef in driversStefano Babic1-4/+0
2011-04-15powerpc/85xx: Modify NAND loader makefiles to compile NAND_SPL linker scriptDipen Dudhat4-16/+28
2011-04-15nand_spl: Fix large page nand_command()Alex Waterman1-0/+4
2011-04-15nand/spl: Assuming a static nand page size to reduce code sizeMatthew McClintock1-5/+5
2011-03-31Fix build issues cause by LDFLAGS_FINAL changesWolfgang Denk16-48/+48