aboutsummaryrefslogtreecommitdiff
path: root/nand_spl
AgeCommit message (Expand)AuthorFilesLines
2014-02-19nand-spl: Use scripts/Makefile.buildMasahiro Yamada12-111/+1
2013-12-02Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini3-4/+5
2013-11-25Driver/DDR: combine ccsr_ddr for 83xx, 85xx and 86xxYork Sun1-1/+2
2013-11-25Driver/DDR: Moving Freescale DDR driver to a common driverYork Sun3-4/+4
2013-11-25nand_spl: trivial refactoring of makefilesMasahiro Yamada12-284/+242
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk33-550/+33
2013-06-20board/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-15Replace __bss_end__ with __bss_endSimon Glass10-12/+12
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD11-51/+11
2013-01-16Merge remote-tracking branch 'mpc83xx/next'Kim Phillips4-169/+6
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD2-2/+10
2012-12-19powerpc/mpc83xx: convert MPC8313ERDB to new-SPLScott Wood2-163/+0
2012-12-19powerpc/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-278xxx: Change all 8*xx_DDR addresses to 8xxxAndy Fleming2-2/+2
2012-11-26powerpc/mpc85xx/p1_p2_rdb_pc: convert from nand_spl to new splScott Wood2-274/+0
2012-11-26spl/mpc85xx: rename cpu_init_nand.c to spl_minimal.cScott Wood7-28/+28
2012-11-26spl/mpc85xx: move udelay to cpu codeScott Wood4-55/+3
2012-11-26powerpc/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-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