aboutsummaryrefslogtreecommitdiff
path: root/nand_spl/board
AgeCommit message (Expand)AuthorFilesLines
2012-02-12Changes to move hawkboard to the new spl infrastructureSughosh Ganu2-232/+0
2011-12-06davinci: Remove unwanted memsize.c from hawkboard's nand spl buildSughosh Ganu1-6/+0
2011-12-06arm, davinci: move misc function in arch treeHeiko Schocher1-5/+4
2011-12-06arm, hawkboard: Use the pinmux configurations defined in the arch treeChristian Riesch1-0/+5
2011-12-06arm, davinci: Move pinmux functions from board to arch treeChristian Riesch1-3/+3
2011-12-06Fix regression in SMDK6400Simon Schwarz1-3/+6
2011-10-04Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk4-0/+542
2011-09-30MX31: mx31pdk: Remove nand_spl config.mk fileFabio Estevam2-2/+1
2011-09-29powerpc/85xx: Add NAND/NAND_SPL support to P1010RDBDipen Dudhat2-0/+271
2011-09-29powerpc/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-04Convert 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-15powerpc/85xx: Modify NAND loader makefiles to compile NAND_SPL linker scriptDipen Dudhat4-16/+28
2011-03-31Fix build issues cause by LDFLAGS_FINAL changesWolfgang Denk16-48/+48
2011-03-27SMDK6400: Add some labels to u-boot.lds to support nand_splseedshope1-1/+16
2011-03-27rename _end to __bss_end__Po-Yu Chuang12-15/+15
2011-03-22Introduce a new linker flag LDFLAGS_FINALHaiying Wang16-19/+32
2011-02-21mx31pdk: Use the new relocation schemeFabio Estevam1-7/+52
2011-01-14powerpc/85xx: Add support for booting from NAND on MPC8572DSKumar Gala2-0/+215
2010-12-17PowerPC, nand_spl: Add relocation support for -fpicJoakim Tjernlund3-3/+9
2010-12-16powerpc/nand spl: link libgccScott Wood8-8/+8
2010-11-30Davinci 8xx: Move common functions to share codeStefano Babic1-3/+3
2010-11-30Add board support for hawkboardSughosh Ganu2-0/+216
2010-11-28Remove board_init_f function from nand_boot.cSughosh Ganu1-1/+5
2010-11-2783xx: Cleanup for partial linking and --gc-sectionsWolfgang Denk2-6/+8
2010-11-27ppc4xx: Cleanup for partial linking and --gc-sectionsWolfgang Denk5-6/+6
2010-11-2783xx: Fix NAND_SPL link addressScott Wood3-6/+6
2010-11-17Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-21/+19
2010-11-17tx25: fix linker file for newer ld supportAlbert Aribaud1-21/+19
2010-11-12powerpc/85xx: add CONFIG_SYS_TEXT_BASE_SPL for 85xx nand spl buildHaiying Wang3-6/+6
2010-10-19Merge branch 'elf_reloc'Wolfgang Denk1-0/+13
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk20-44/+44
2010-10-13arm926ejs, tx25: add support for ELF relocationsHeiko Schocher1-0/+13
2010-09-23ppc4xx: Big header cleanup, mostly PPC440 relatedStefan Roese1-1/+1
2010-09-23ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese2-2/+2
2010-09-19ARM: implement relocation for ARM926Heiko Schocher1-1/+13
2010-07-1683xx/85xx/86xx: LBC register cleanupBecky Bruce1-3/+2
2010-04-21Move arch/ppc to arch/powerpcStefan Roese11-49/+49
2010-04-13arm: Move cpu/$CPU to arch/arm/cpu/$CPUPeter Tyser3-6/+6
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser11-37/+37
2010-04-13Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"Peter Tyser2-2/+2
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser6-12/+12
2010-04-13Create CPUDIR variablePeter Tyser3-6/+6
2010-03-07Add support for KARO TX25 boardJohn Rigby3-0/+137