aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/cpu
AgeCommit message (Expand)AuthorFilesLines
2013-10-31sh: convert makefiles to Kbuild styleMasahiro Yamada3-72/+6
2013-10-31sh: Do not include start.o in lib$(CPU).oMasahiro Yamada3-3/+9
2013-10-17sh: cache: Change cache API to defines as U-BootNobuhiro Iwamatsu2-3/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk24-390/+24
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini3-3/+3
2013-03-15Replace __bss_end__ with __bss_endSimon Glass3-3/+3
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD3-3/+3
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut3-21/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut3-0/+12
2012-08-08sh: modify checkcpu() for SH-4AYoshihiro Shimoda1-0/+4
2011-12-02sh: avoid multiple definition errors with cache funcsMike Frysinger1-0/+22
2011-12-02sh: only add -mno-fdpic if the compiler supports itMike Frysinger1-1/+2
2011-10-15punt unused clean/distclean targetsMike Frysinger3-18/+0
2011-08-22sh: sh2a: Add sh2a optimize to config.mkNobuhiro Iwamatsu1-0/+5
2011-08-22sh: Add Renesas rsk7264 boardPhil Edworthy1-0/+7
2011-03-27rename _end to __bss_end__Po-Yu Chuang3-3/+3
2011-03-16sh: Add KEEP order to start.o sectionNobuhiro Iwamatsu3-3/+3
2011-01-25Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGSNobuhiro Iwamatsu1-1/+3
2010-11-30sh: Fix build in start.SNobuhiro Iwamatsu3-13/+13
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier3-6/+6
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk3-6/+9
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk3-3/+3
2010-06-28sh: Add trigger_address_error and support cpu resetNobuhiro Iwamatsu3-2/+17
2010-04-13sh: Move cpu/$CPU to arch/sh/cpu/$CPUPeter Tyser24-0/+1638