summaryrefslogtreecommitdiff
path: root/nand_spl/board
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk31-522/+31
2013-06-21board/p1010rdb:Add NAND boot support using new SPL formatPrabhakar Kushwaha2-281/+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ébaudeau5-322/+0
2013-04-12arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau2-0/+4
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 Rini7-92/+162
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-02-12Changes to move hawkboard to the new spl infrastructureSughosh Ganu2-232/+0
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
2011-10-05Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk4-0/+542
2011-10-01MX31: mx31pdk: Remove nand_spl config.mk fileFabio Estevam2-2/+1
2011-09-30powerpc/85xx: Add NAND/NAND_SPL support to P1010RDBDipen Dudhat2-0/+271
2011-09-30powerpc/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-05Convert 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-05-26Add _end for the end of u-boot image for SMDK6400seedshope1-0/+2
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-16powerpc/85xx: Modify NAND loader makefiles to compile NAND_SPL linker scriptDipen Dudhat4-16/+28