summaryrefslogtreecommitdiffstats
path: root/nand_spl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2012-09-258-114/+187
|\
| * nand_spl: change out_be32 to raw_writel and depend on subsequent syncMatthew McClintock2012-08-233-73/+71
| * nand_spl: p1023rds: wait before enabling DDR controllerMatthew McClintock2012-08-232-5/+20
| * nand_spl: update udelay for Freescale boardsMatthew McClintock2012-08-235-15/+60
| * powerpc/p1010rdb: nandboot: compare SVR properlyMatthew McClintock2012-08-231-1/+2
| * p1014rdb: set ddr bus width properly depending on SVRMatthew McClintock2012-08-231-0/+11
| * nand/fsl_elbc: shrink SPL a bit by converting out_be32() to __raw_writel()Scott Wood2012-08-221-22/+25
* | mxc nand: Homogenize IP revisions with LinuxBenoît Thébaudeau2012-09-171-2/+2
* | spl mxc nand: Fix broken boot for correctable ECC errorsBenoît Thébaudeau2012-09-171-2/+14
* | mxc nand: Access all ecc_status_result fieldsBenoît Thébaudeau2012-09-171-0/+4
* | spl mxc nand: Set symmetric modeBenoît Thébaudeau2012-09-171-1/+2
* | spl mxc nand: Remove duplicated codeBenoît Thébaudeau2012-09-171-8/+2
* | spl mxc nand: Merge duplicated codeBenoît Thébaudeau2012-09-171-27/+23
* | mxc nand: cosmectic: Light cleanupBenoît Thébaudeau2012-09-171-7/+7
* | mxc nand: Merge mtd and spl register definitionsBenoît Thébaudeau2012-09-171-29/+29
* | ppc4xx: Canyonlands/Glacier: Squeeze NAND image a bit to fit againStefan Roese2012-09-031-3/+0
|/
* Changes to move hawkboard to the new spl infrastructureSughosh Ganu2012-02-122-232/+0
* nand_spl: store ecc data on the stackScott Wood2012-01-261-26/+16
* nand_spl/nand_boot.c: Fix build warningAnatolij Gustschin2011-12-071-2/+1
* davinci: Remove unwanted memsize.c from hawkboard's nand spl buildSughosh Ganu2011-12-061-6/+0
* arm, davinci: move misc function in arch treeHeiko Schocher2011-12-061-5/+4
* arm, hawkboard: Use the pinmux configurations defined in the arch treeChristian Riesch2011-12-061-0/+5
* arm, davinci: Move pinmux functions from board to arch treeChristian Riesch2011-12-061-3/+3
* Fix regression in SMDK6400Simon Schwarz2011-12-061-3/+6
* nand_boot.c: Fix GCC 4.6 build warningsStefan Roese2011-11-161-5/+3
* Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk2011-10-041-0/+42
|\
| * spl, nand: add 4bit HW ecc oob first nand_read_page functionHeiko Schocher2011-10-031-0/+42
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2011-10-045-0/+813
|\ \ | |/ |/|
| * powerpc/85xx: Add NAND/NAND_SPL support to P1010RDBDipen Dudhat2011-09-292-0/+271
| * nand: Freescale Integrated Flash Controller NAND supportDipen Dudhat2011-09-291-0/+271
| * powerpc/85xx: Add support for new P102x/P2020 RDB style boardsLi Yang2011-09-292-0/+271
* | MX31: mx31pdk: Remove nand_spl config.mk fileFabio Estevam2011-09-302-2/+1
|/
* ARM: hawkboard_nand: fix compilation of nand_splStefano Babic2011-09-101-3/+18
* Convert ISO-8859 files to UTF-8Albert ARIBAUD2011-08-041-1/+1
* replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V2011-07-263-6/+6
* powerpc/85xx: Add basic support for P1023RDS boardRoy Zang2011-07-112-0/+231
* NAND: Add 16bit NAND support for the NDFCAlex Waterman2011-07-011-3/+8
* Add _end for the end of u-boot image for SMDK6400seedshope2011-05-261-0/+2
* nand_spl: nand_boot.c: Remove last CONFIG_SYS_NAND_READ_DELAY occuranceStefan Roese2011-05-161-5/+2
* nand_spl: nand_boot.c: Remove CONFIG_SYS_NAND_READ_DELAYStefan Roese2011-05-131-18/+6
* nand_spl: nand_boot.c: Init nand_chip.options to 0Stefan Roese2011-05-131-0/+1
* Decreases code size of the nand_splAlex Waterman2011-05-131-8/+10
* Fix the issue of _end symbol not being found while buildingSughosh Ganu2011-04-271-0/+2
* MX25: tx25: Add _end section on nand_splFabio Estevam2011-04-271-0/+2
* MX31: mx31pdk: fix nand_splStefano Babic2011-04-271-0/+2
* IMX: MX31: Cleanup include files and drop nasty #ifdef in driversStefano Babic2011-04-271-4/+0
* powerpc/85xx: Modify NAND loader makefiles to compile NAND_SPL linker scriptDipen Dudhat2011-04-154-16/+28
* nand_spl: Fix large page nand_command()Alex Waterman2011-04-151-0/+4
* nand/spl: Assuming a static nand page size to reduce code sizeMatthew McClintock2011-04-151-5/+5
* Fix build issues cause by LDFLAGS_FINAL changesWolfgang Denk2011-03-3116-48/+48
OpenPOWER on IntegriCloud