summaryrefslogtreecommitdiff
path: root/arch/sh/cpu
Commit message (Expand)AuthorAgeLines
* sh: generate position independent code for all platformsVladimir Zapolskiy2016-12-02-1/+1
* sh: share the correct version of start.S among all cpusVladimir Zapolskiy2016-12-02-195/+0
* sh4: fix start.S by calling board_init_f() after first code relocationVladimir Zapolskiy2016-12-02-12/+11
* sh: add shared relocate_code() function and call board_init_r()Vladimir Zapolskiy2016-12-02-18/+0
* sh: add MEMORY command to a shared linker scriptVladimir Zapolskiy2016-12-02-16/+16
* sh: define entry point and reloc_dst inside a linker scriptVladimir Zapolskiy2016-12-02-5/+1
* sh: place board lowlevel_init code in the beginning of .textVladimir Zapolskiy2016-12-02-1/+1
* sh4: use single u-boot linker script for all boardsVladimir Zapolskiy2016-12-02-0/+4
* sh4: cache: move exported cache manipulation functions into cache.cVladimir Zapolskiy2016-12-02-37/+36
* sh: cache: don't modify CCR from P1 areaVladimir Zapolskiy2016-12-02-5/+3
* sh: cache use jump_to_P2() and back_to_P1() from asm/system.hVladimir Zapolskiy2016-12-02-37/+2
* sh3: remove unused cache.c file from being builtVladimir Zapolskiy2016-12-02-97/+1
* sh4: cache: correct flush_cache() to writeback and invalidateVladimir Zapolskiy2016-12-02-1/+1
* sh4: cache: correct dcache flush to invalidate with write-backVladimir Zapolskiy2016-12-02-1/+1
* sh: Fix build errors for generic boardSimon Glass2016-05-27-9/+31
* remove unnecessary version.h includesRob Herring2015-03-24-3/+0
* sh: move CONFIG_{SH2, SH2A, SH3, SH4} to KconfigMasahiro Yamada2014-11-13-4/+4
* sh: unify sh2/sh3/sh4 linker scriptsMasahiro Yamada2014-07-24-160/+4
* sh: delete an unused source fileMasahiro Yamada2014-04-30-96/+0
* sh: merge compiler flag -ffixed-r13Masahiro Yamada2014-03-04-3/+0
* sh: Do not define -ffreestanding twiceMasahiro Yamada2014-03-04-1/+1
* sh: sh4: Remove CONFIG_SH4A definition from source codeNobuhiro Iwamatsu2014-01-09-8/+0
* sh: sh4: Add CONFIG_SH4 definition to config.mk of SH4Nobuhiro Iwamatsu2014-01-08-1/+1
* sh: sh3: Add CONFIG_SH3 definition to config.mk of SH3Nobuhiro Iwamatsu2014-01-08-1/+1
* sh: sh2: Add CONFIG_SH2 definition to config.mk of SH2Nobuhiro Iwamatsu2014-01-08-1/+1
* sh: convert makefiles to Kbuild styleMasahiro Yamada2013-10-31-72/+6
* sh: Do not include start.o in lib$(CPU).oMasahiro Yamada2013-10-31-3/+9
* sh: cache: Change cache API to defines as U-BootNobuhiro Iwamatsu2013-10-17-3/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-390/+24
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-18-3/+3
|\
| * Refactor linker-generated arraysAlbert ARIBAUD2013-03-12-3/+3
* | Replace __bss_end__ with __bss_endSimon Glass2013-03-15-3/+3
|/
* common: Discard the __u_boot_cmd sectionMarek Vasut2012-10-22-21/+0
* common: Add .u_boot_list into all linker filesMarek Vasut2012-10-22-0/+12
* sh: modify checkcpu() for SH-4AYoshihiro Shimoda2012-08-08-0/+4
* sh: avoid multiple definition errors with cache funcsMike Frysinger2011-12-02-0/+22
* sh: only add -mno-fdpic if the compiler supports itMike Frysinger2011-12-02-1/+2
* punt unused clean/distclean targetsMike Frysinger2011-10-15-18/+0
* sh: sh2a: Add sh2a optimize to config.mkNobuhiro Iwamatsu2011-08-22-0/+5
* sh: Add Renesas rsk7264 boardPhil Edworthy2011-08-22-0/+7
* rename _end to __bss_end__Po-Yu Chuang2011-03-27-3/+3
* sh: Add KEEP order to start.o sectionNobuhiro Iwamatsu2011-03-16-3/+3
* Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGSNobuhiro Iwamatsu2011-01-25-1/+3
* sh: Fix build in start.SNobuhiro Iwamatsu2010-11-30-13/+13
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-17-6/+6
* Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk2010-10-26-6/+9
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-3/+3
* sh: Add trigger_address_error and support cpu resetNobuhiro Iwamatsu2010-06-28-2/+17
* sh: Move cpu/$CPU to arch/sh/cpu/$CPUPeter Tyser2010-04-13-0/+1638