summaryrefslogtreecommitdiff
path: root/nand_spl
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk33-550/+33
2013-06-21board/p1010rdb:Add NAND boot support using new SPL formatPrabhakar Kushwaha3-552/+0
2013-04-12arm: Remove support for smdk6400Benoît Thébaudeau3-239/+0
2013-04-12nand: mxc: Switch NAND SPL to generic SPLBenoît Thébaudeau6-696/+0
2013-04-12arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau2-0/+4
2013-04-12nand: mxc: Add support for i.MX5Benoît Thébaudeau1-2/+65
2013-04-12nand: mxc: Prepare to add support for i.MX5Benoît Thébaudeau1-22/+25
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini11-51/+11
2013-03-16Replace __bss_end__ with __bss_endSimon Glass10-12/+12
2013-03-13Refactor linker-generated arraysAlbert ARIBAUD11-51/+11
2013-01-17Merge remote-tracking branch 'mpc83xx/next'Kim Phillips4-169/+6
2013-01-09arm: move C runtime setup code in crt0.SAlbert ARIBAUD2-2/+10
2012-12-20powerpc/mpc83xx: convert MPC8313ERDB to new-SPLScott Wood2-163/+0
2012-12-20powerpc/mpc83xx: add support for new SPLScott Wood3-9/+9
2012-12-10Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang13-368/+50
2012-11-288xxx: Change all 8*xx_DDR addresses to 8xxxAndy Fleming2-2/+2
2012-11-27powerpc/mpc85xx/p1_p2_rdb_pc: convert from nand_spl to new splScott Wood2-274/+0
2012-11-27spl/mpc85xx: rename cpu_init_nand.c to spl_minimal.cScott Wood7-28/+28
2012-11-27spl/mpc85xx: move udelay to cpu codeScott Wood4-55/+3
2012-11-27powerpc/mpc8xxx: move LAW code into arch/powerpc/cpu/mpc8xxxScott Wood7-7/+7
2012-11-14nand_spl: fix u-boot.lst breakageScott Wood8-8/+16
2012-11-10Merge git://git.denx.de/u-bootStefano Babic12-27/+78
2012-10-26ARM: Fix start.S when used with SPL in arm1136Stefano Babic1-0/+2
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut3-9/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut3-0/+15
2012-10-22common: Add symbol handling for generic lists into MakefileMarek Vasut9-18/+63
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini8-114/+187
2012-09-18mxc nand: Homogenize IP revisions with LinuxBenoît Thébaudeau1-2/+2
2012-09-18spl mxc nand: Fix broken boot for correctable ECC errorsBenoît Thébaudeau1-2/+14
2012-09-18mxc nand: Access all ecc_status_result fieldsBenoît Thébaudeau1-0/+4
2012-09-18spl mxc nand: Set symmetric modeBenoît Thébaudeau1-1/+2
2012-09-18spl mxc nand: Remove duplicated codeBenoît Thébaudeau1-8/+2
2012-09-18spl mxc nand: Merge duplicated codeBenoît Thébaudeau1-27/+23
2012-09-18mxc nand: cosmectic: Light cleanupBenoît Thébaudeau1-7/+7
2012-09-18mxc 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-23nand/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-27nand_spl: store ecc data on the stackScott Wood1-26/+16
2011-12-08nand_spl/nand_boot.c: Fix build warningAnatolij Gustschin1-2/+1
2011-12-07davinci: Remove unwanted memsize.c from hawkboard's nand spl buildSughosh Ganu1-6/+0
2011-12-07arm, davinci: move misc function in arch treeHeiko Schocher1-5/+4
2011-12-07arm, hawkboard: Use the pinmux configurations defined in the arch treeChristian Riesch1-0/+5
2011-12-07arm, davinci: Move pinmux functions from board to arch treeChristian Riesch1-3/+3
2011-12-07Fix regression in SMDK6400Simon Schwarz1-3/+6