summaryrefslogtreecommitdiff
path: root/nand_spl
AgeCommit message (Expand)Author
2013-04-12arm: Remove support for smdk6400Benoît Thébaudeau
2013-04-12nand: mxc: Switch NAND SPL to generic SPLBenoît Thébaudeau
2013-04-12arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau
2013-04-12nand: mxc: Add support for i.MX5Benoît Thébaudeau
2013-04-12nand: mxc: Prepare to add support for i.MX5Benoît Thébaudeau
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-03-15Replace __bss_end__ with __bss_endSimon Glass
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD
2013-01-16Merge remote-tracking branch 'mpc83xx/next'Kim Phillips
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD
2012-12-19powerpc/mpc83xx: convert MPC8313ERDB to new-SPLScott Wood
2012-12-19powerpc/mpc83xx: add support for new SPLScott Wood
2012-12-10Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang
2012-11-278xxx: Change all 8*xx_DDR addresses to 8xxxAndy Fleming
2012-11-26powerpc/mpc85xx/p1_p2_rdb_pc: convert from nand_spl to new splScott Wood
2012-11-26spl/mpc85xx: rename cpu_init_nand.c to spl_minimal.cScott Wood
2012-11-26spl/mpc85xx: move udelay to cpu codeScott Wood
2012-11-26powerpc/mpc8xxx: move LAW code into arch/powerpc/cpu/mpc8xxxScott Wood
2012-11-14nand_spl: fix u-boot.lst breakageScott Wood
2012-11-10Merge git://git.denx.de/u-bootStefano Babic
2012-10-26ARM: Fix start.S when used with SPL in arm1136Stefano Babic
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut
2012-10-22common: Add symbol handling for generic lists into MakefileMarek Vasut
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini
2012-09-17mxc nand: Homogenize IP revisions with LinuxBenoît Thébaudeau
2012-09-17spl mxc nand: Fix broken boot for correctable ECC errorsBenoît Thébaudeau
2012-09-17mxc nand: Access all ecc_status_result fieldsBenoît Thébaudeau
2012-09-17spl mxc nand: Set symmetric modeBenoît Thébaudeau
2012-09-17spl mxc nand: Remove duplicated codeBenoît Thébaudeau
2012-09-17spl mxc nand: Merge duplicated codeBenoît Thébaudeau
2012-09-17mxc nand: cosmectic: Light cleanupBenoît Thébaudeau
2012-09-17mxc nand: Merge mtd and spl register definitionsBenoît Thébaudeau
2012-09-03ppc4xx: Canyonlands/Glacier: Squeeze NAND image a bit to fit againStefan Roese
2012-08-23nand_spl: change out_be32 to raw_writel and depend on subsequent syncMatthew McClintock
2012-08-23nand_spl: p1023rds: wait before enabling DDR controllerMatthew McClintock
2012-08-23nand_spl: update udelay for Freescale boardsMatthew McClintock
2012-08-23powerpc/p1010rdb: nandboot: compare SVR properlyMatthew McClintock
2012-08-23p1014rdb: set ddr bus width properly depending on SVRMatthew McClintock
2012-08-22nand/fsl_elbc: shrink SPL a bit by converting out_be32() to __raw_writel()Scott Wood
2012-02-12Changes to move hawkboard to the new spl infrastructureSughosh Ganu
2012-01-26nand_spl: store ecc data on the stackScott Wood
2011-12-07nand_spl/nand_boot.c: Fix build warningAnatolij Gustschin
2011-12-06davinci: Remove unwanted memsize.c from hawkboard's nand spl buildSughosh Ganu
2011-12-06arm, davinci: move misc function in arch treeHeiko Schocher
2011-12-06arm, hawkboard: Use the pinmux configurations defined in the arch treeChristian Riesch
2011-12-06arm, davinci: Move pinmux functions from board to arch treeChristian Riesch
2011-12-06Fix regression in SMDK6400Simon Schwarz
2011-11-16nand_boot.c: Fix GCC 4.6 build warningsStefan Roese
2011-10-04Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk