summaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk58-943/+63
2013-07-17Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-1/+1
2013-07-02avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann1-0/+6
2013-05-02lib: consolidate hang()Andreas Bießmann1-9/+0
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini3-3/+3
2013-03-16Declare watchdog functions in watchdog.hSimon Glass1-0/+1
2013-03-16Introduce generic link section.h symbol filesSimon Glass1-0/+27
2013-03-16Replace __bss_end__ with __bss_endSimon Glass3-3/+3
2013-03-13Refactor linker-generated arraysAlbert ARIBAUD3-3/+3
2013-02-04sh: Use generic global_dataSimon Glass1-19/+1
2013-02-02Add architecture-specific global dataSimon Glass1-0/+5
2012-12-20sh: add support for sh7752evb boardYoshihiro Shimoda2-0/+213
2012-11-30sh: fix trigger_address_error()Yoshihiro Shimoda1-1/+1
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-10-20sh: Change bi_baudrate and global data baudrate to intSimon Glass2-2/+2
2012-08-21sh: tmu: Removed arch/sh/include/asm/clk.hNobuhiro Iwamatsu2-31/+0
2012-08-21sh: tmu: Changed switch statement to shift operationNobuhiro Iwamatsu1-30/+18
2012-08-21sh: tmu: Changed TMU driver using array of structuresNobuhiro Iwamatsu14-151/+26
2012-08-09global_data: unify global flag definesMike Frysinger1-8/+1
2012-08-08sh: modify checkcpu() for SH-4AYoshihiro Shimoda1-0/+4
2012-05-28sh: Add SH7269 device and RSK2+SH7269 boardPhil Edworthy2-0/+28
2012-05-28sh: Add register definition of PFC for SH7734Nobuhiro Iwamatsu1-0/+27
2012-05-28sh: Add bit control functionsNobuhiro Iwamatsu1-3/+40
2012-05-28sh: Add support Renesas SH7734Nobuhiro Iwamatsu2-0/+45
2012-05-16net: move bootfile init into eth_initializeMike Frysinger1-9/+2
2012-05-16net: punt bd->bi_ip_addrMike Frysinger2-12/+0
2012-04-17Prepare v2012.04-rc2; minor Coding Style cleanupWolfgang Denk1-1/+0
2012-03-26sh: Add header file of MMC frameworkNobuhiro Iwamatsu1-0/+1
2012-03-26sh: Add header file for interface of SH MMCNobuhiro Iwamatsu1-0/+18
2012-03-08sh: timer: Remove unnecessary variable 'ticks'Nobuhiro Iwamatsu1-6/+1
2011-12-19Coding Style cleanupWolfgang Denk1-1/+1
2011-12-02sh: Add support Renesas SH7724Nobuhiro Iwamatsu2-0/+236
2011-12-02sh: avoid multiple definition errors with cache funcsMike Frysinger2-21/+25
2011-12-02sh: Add ashrsi3 libgcc functionPhil Edworthy2-0/+186
2011-12-02sh: only add -mno-fdpic if the compiler supports itMike Frysinger1-1/+2
2011-10-28cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger1-1/+1
2011-10-23sh: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+17
2011-10-16punt unused clean/distclean targetsMike Frysinger3-18/+0
2011-10-06image: push default arch values to arch headersMike Frysinger1-0/+3
2011-10-06console: Implement pre-console bufferGraeme Russ1-0/+3
2011-08-22sh: add calling mmc_initialize in board.cYoshihiro Shimoda1-0/+12
2011-08-22sh: sh2a: Add sh2a optimize to config.mkNobuhiro Iwamatsu1-0/+5
2011-08-22sh: Add support for SH2A freestanding buildPhil Edworthy8-0/+868
2011-08-22sh: Add Renesas rsk7264 boardPhil Edworthy3-0/+50
2011-07-28unify version_stringAndreas Bießmann1-3/+0
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ2-15/+0
2011-07-26Timer: Remove set_timer completelyGraeme Russ2-13/+3
2011-04-30Handle most LDSCRIPT setting centrallyScott Wood1-6/+0
2011-04-13Make STANDALONE_LOAD_ADDR configurable per boardWolfgang Denk1-2/+2