summaryrefslogtreecommitdiff
path: root/arch/sh/cpu
AgeCommit message (Expand)Author
2016-12-03sh: generate position independent code for all platformsVladimir Zapolskiy
2016-12-03sh: share the correct version of start.S among all cpusVladimir Zapolskiy
2016-12-03sh4: fix start.S by calling board_init_f() after first code relocationVladimir Zapolskiy
2016-12-03sh: add shared relocate_code() function and call board_init_r()Vladimir Zapolskiy
2016-12-03sh: add MEMORY command to a shared linker scriptVladimir Zapolskiy
2016-12-03sh: define entry point and reloc_dst inside a linker scriptVladimir Zapolskiy
2016-12-03sh: place board lowlevel_init code in the beginning of .textVladimir Zapolskiy
2016-12-03sh4: use single u-boot linker script for all boardsVladimir Zapolskiy
2016-12-03sh4: cache: move exported cache manipulation functions into cache.cVladimir Zapolskiy
2016-12-03sh: cache: don't modify CCR from P1 areaVladimir Zapolskiy
2016-12-03sh: cache use jump_to_P2() and back_to_P1() from asm/system.hVladimir Zapolskiy
2016-12-03sh3: remove unused cache.c file from being builtVladimir Zapolskiy
2016-12-03sh4: cache: correct flush_cache() to writeback and invalidateVladimir Zapolskiy
2016-12-03sh4: cache: correct dcache flush to invalidate with write-backVladimir Zapolskiy
2016-05-27sh: Fix build errors for generic boardSimon Glass
2015-03-24remove unnecessary version.h includesRob Herring
2014-11-12sh: move CONFIG_{SH2, SH2A, SH3, SH4} to KconfigMasahiro Yamada
2014-07-24sh: unify sh2/sh3/sh4 linker scriptsMasahiro Yamada
2014-04-29sh: delete an unused source fileMasahiro Yamada
2014-03-04sh: merge compiler flag -ffixed-r13Masahiro Yamada
2014-03-04sh: Do not define -ffreestanding twiceMasahiro Yamada
2014-01-09sh: sh4: Remove CONFIG_SH4A definition from source codeNobuhiro Iwamatsu
2014-01-08sh: sh4: Add CONFIG_SH4 definition to config.mk of SH4Nobuhiro Iwamatsu
2014-01-08sh: sh3: Add CONFIG_SH3 definition to config.mk of SH3Nobuhiro Iwamatsu
2014-01-08sh: sh2: Add CONFIG_SH2 definition to config.mk of SH2Nobuhiro Iwamatsu
2013-10-31sh: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-31sh: Do not include start.o in lib$(CPU).oMasahiro Yamada
2013-10-17sh: cache: Change cache API to defines as U-BootNobuhiro Iwamatsu
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-03-15Replace __bss_end__ with __bss_endSimon Glass
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut
2012-08-08sh: modify checkcpu() for SH-4AYoshihiro Shimoda
2011-12-02sh: avoid multiple definition errors with cache funcsMike Frysinger
2011-12-02sh: only add -mno-fdpic if the compiler supports itMike Frysinger
2011-10-15punt unused clean/distclean targetsMike Frysinger
2011-08-22sh: sh2a: Add sh2a optimize to config.mkNobuhiro Iwamatsu
2011-08-22sh: Add Renesas rsk7264 boardPhil Edworthy
2011-03-27rename _end to __bss_end__Po-Yu Chuang
2011-03-16sh: Add KEEP order to start.o sectionNobuhiro Iwamatsu
2011-01-25Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGSNobuhiro Iwamatsu
2010-11-30sh: Fix build in start.SNobuhiro Iwamatsu
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-06-28sh: Add trigger_address_error and support cpu resetNobuhiro Iwamatsu
2010-04-13sh: Move cpu/$CPU to arch/sh/cpu/$CPUPeter Tyser