aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/cpu/sh2
AgeCommit message (Expand)AuthorFilesLines
2019-05-10sh: sh2: Remove CPU supportMarek Vasut5-153/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini5-12/+5
2018-02-21sh: Use -m2a-nofpu onlyTom Rini1-1/+1
2016-12-02sh: share the correct version of start.S among all cpusVladimir Zapolskiy2-67/+0
2016-12-02sh: add shared relocate_code() function and call board_init_r()Vladimir Zapolskiy1-6/+0
2016-05-27sh: Fix build errors for generic boardSimon Glass2-3/+10
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
2014-11-13sh: move CONFIG_{SH2, SH2A, SH3, SH4} to KconfigMasahiro Yamada1-2/+2
2014-07-24sh: unify sh2/sh3/sh4 linker scriptsMasahiro Yamada1-76/+0
2014-04-30sh: delete an unused source fileMasahiro Yamada1-96/+0
2014-03-04sh: merge compiler flag -ffixed-r13Masahiro Yamada1-1/+0
2014-03-04sh: Do not define -ffreestanding twiceMasahiro Yamada1-1/+1
2014-01-09sh: sh4: Remove CONFIG_SH4A definition from source codeNobuhiro Iwamatsu1-4/+0
2014-01-08sh: sh2: Add CONFIG_SH2 definition to config.mk of SH2Nobuhiro Iwamatsu1-1/+1
2013-10-31sh: convert makefiles to Kbuild styleMasahiro Yamada1-24/+2
2013-10-31sh: Do not include start.o in lib$(CPU).oMasahiro Yamada1-1/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk8-130/+8
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-15Replace __bss_end__ with __bss_endSimon Glass1-1/+1
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-7/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+4
2011-12-02sh: only add -mno-fdpic if the compiler supports itMike Frysinger1-1/+2
2011-10-15punt unused clean/distclean targetsMike Frysinger1-6/+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 Chuang1-1/+1
2011-03-16sh: Add KEEP order to start.o sectionNobuhiro Iwamatsu1-1/+1
2011-01-25Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGSNobuhiro Iwamatsu1-1/+3
2010-11-30sh: Fix build in start.SNobuhiro Iwamatsu1-4/+4
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-2/+3
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-06-28sh: Add trigger_address_error and support cpu resetNobuhiro Iwamatsu1-2/+6
2010-04-13sh: Move cpu/$CPU to arch/sh/cpu/$CPUPeter Tyser8-0/+535