summaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)Author
2013-05-01lib: consolidate hang()Andreas Bießmann
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-03-15Declare watchdog functions in watchdog.hSimon Glass
2013-03-15Introduce generic link section.h symbol filesSimon Glass
2013-03-15Replace __bss_end__ with __bss_endSimon Glass
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD
2013-02-04sh: Use generic global_dataSimon Glass
2013-02-01Add architecture-specific global dataSimon Glass
2012-12-20sh: add support for sh7752evb boardYoshihiro Shimoda
2012-11-30sh: fix trigger_address_error()Yoshihiro Shimoda
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut
2012-10-19sh: Change bi_baudrate and global data baudrate to intSimon Glass
2012-08-21sh: tmu: Removed arch/sh/include/asm/clk.hNobuhiro Iwamatsu
2012-08-21sh: tmu: Changed switch statement to shift operationNobuhiro Iwamatsu
2012-08-21sh: tmu: Changed TMU driver using array of structuresNobuhiro Iwamatsu
2012-08-09global_data: unify global flag definesMike Frysinger
2012-08-08sh: modify checkcpu() for SH-4AYoshihiro Shimoda
2012-05-28sh: Add SH7269 device and RSK2+SH7269 boardPhil Edworthy
2012-05-28sh: Add register definition of PFC for SH7734Nobuhiro Iwamatsu
2012-05-28sh: Add bit control functionsNobuhiro Iwamatsu
2012-05-28sh: Add support Renesas SH7734Nobuhiro Iwamatsu
2012-05-15net: move bootfile init into eth_initializeMike Frysinger
2012-05-15net: punt bd->bi_ip_addrMike Frysinger
2012-04-16Prepare v2012.04-rc2; minor Coding Style cleanupWolfgang Denk
2012-03-26sh: Add header file of MMC frameworkNobuhiro Iwamatsu
2012-03-26sh: Add header file for interface of SH MMCNobuhiro Iwamatsu
2012-03-08sh: timer: Remove unnecessary variable 'ticks'Nobuhiro Iwamatsu
2011-12-19Coding Style cleanupWolfgang Denk
2011-12-02sh: Add support Renesas SH7724Nobuhiro Iwamatsu
2011-12-02sh: avoid multiple definition errors with cache funcsMike Frysinger
2011-12-02sh: Add ashrsi3 libgcc functionPhil Edworthy
2011-12-02sh: only add -mno-fdpic if the compiler supports itMike Frysinger
2011-10-27cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger
2011-10-23sh: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf
2011-10-15punt unused clean/distclean targetsMike Frysinger
2011-10-05image: push default arch values to arch headersMike Frysinger
2011-10-05console: Implement pre-console bufferGraeme Russ
2011-08-22sh: add calling mmc_initialize in board.cYoshihiro Shimoda
2011-08-22sh: sh2a: Add sh2a optimize to config.mkNobuhiro Iwamatsu
2011-08-22sh: Add support for SH2A freestanding buildPhil Edworthy
2011-08-22sh: Add Renesas rsk7264 boardPhil Edworthy
2011-07-28unify version_stringAndreas Bießmann
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ
2011-07-26Timer: Remove set_timer completelyGraeme Russ
2011-04-30Handle most LDSCRIPT setting centrallyScott Wood
2011-04-12Make STANDALONE_LOAD_ADDR configurable per boardWolfgang Denk
2011-03-27Coding Style cleanup: remove trailing empty linesWolfgang Denk
2011-03-27rename _end to __bss_end__Po-Yu Chuang
2011-03-22Introduce a new linker flag LDFLAGS_FINALHaiying Wang