aboutsummaryrefslogtreecommitdiff
path: root/nand_spl/board/karo
AgeCommit message (Expand)AuthorFilesLines
2013-04-12nand: mxc: Switch NAND SPL to generic SPLBenoît Thébaudeau3-172/+0
2013-04-12arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau1-0/+2
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2-7/+2
2013-03-15Replace __bss_end__ with __bss_endSimon Glass1-1/+1
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD2-7/+2
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD1-1/+5
2012-11-14nand_spl: fix u-boot.lst breakageScott Wood1-1/+2
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-3/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2012-10-22common: Add symbol handling for generic lists into MakefileMarek Vasut1-2/+7
2011-07-26replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V1-2/+2
2011-04-27MX25: tx25: Add _end section on nand_splFabio Estevam1-0/+2
2011-03-31Fix build issues cause by LDFLAGS_FINAL changesWolfgang Denk1-3/+3
2011-03-27rename _end to __bss_end__Po-Yu Chuang1-1/+1
2011-03-22Introduce a new linker flag LDFLAGS_FINALHaiying Wang1-1/+2
2010-11-17tx25: fix linker file for newer ld supportAlbert Aribaud1-21/+19
2010-10-19Merge branch 'elf_reloc'Wolfgang Denk1-0/+13
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-1/+1
2010-10-13arm926ejs, tx25: add support for ELF relocationsHeiko Schocher1-0/+13
2010-09-19ARM: implement relocation for ARM926Heiko Schocher1-1/+13
2010-04-13arm: Move cpu/$CPU to arch/arm/cpu/$CPUPeter Tyser1-2/+2
2010-03-07Add support for KARO TX25 boardJohn Rigby3-0/+137