summaryrefslogtreecommitdiff
path: root/arch/sh/lib
AgeCommit message (Expand)AuthorFilesLines
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger1-1/+1
2015-02-25sh: import missing private libraries from Linux 3.19Masahiro Yamada6-2/+936
2015-02-25sh: rename some private librariesMasahiro Yamada3-2/+2
2014-11-17Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini1-1/+1
2014-11-13sh: move CONFIG_{SH2, SH2A, SH3, SH4} to KconfigMasahiro Yamada1-1/+1
2014-11-08cppcheck cleanup: fix nullPointer errorsWolfgang Denk1-0/+1
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada1-1/+0
2014-03-07kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada1-12/+2
2014-01-08sh: sh2: Change CONFIG_SYS_HZ to CONFIG_SH_CMT_CLK_FREQNobuhiro Iwamatsu1-1/+1
2013-11-04sh: convert to common timer codeRob Herring1-60/+2
2013-10-31sh: convert makefiles to Kbuild styleMasahiro Yamada1-44/+12
2013-10-17sh: timer: Remove static global variableNobuhiro Iwamatsu1-4/+4
2013-10-17sh: timer: Mask bit of timer prescalerNobuhiro Iwamatsu1-1/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk11-211/+16
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-16Declare watchdog functions in watchdog.hSimon Glass1-0/+1
2012-08-21sh: tmu: Removed arch/sh/include/asm/clk.hNobuhiro Iwamatsu1-1/+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 Iwamatsu1-12/+15
2012-05-16net: move bootfile init into eth_initializeMike Frysinger1-9/+2
2012-05-16net: punt bd->bi_ip_addrMike Frysinger1-11/+0
2012-03-26sh: Add header file of MMC frameworkNobuhiro Iwamatsu1-0/+1
2012-03-08sh: timer: Remove unnecessary variable 'ticks'Nobuhiro Iwamatsu1-6/+1
2011-12-19Coding Style cleanupWolfgang Denk1-1/+1
2011-12-02sh: Add ashrsi3 libgcc functionPhil Edworthy2-0/+186
2011-10-28cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger1-1/+1
2011-08-22sh: add calling mmc_initialize in board.cYoshihiro Shimoda1-0/+12
2011-08-22sh: Add support for SH2A freestanding buildPhil Edworthy8-0/+868
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-03-16sh: Add handling of CONFIG_SYS_NO_FLASH for board.cNobuhiro Iwamatsu1-1/+7
2011-01-19Replace "FLASH" strings with "Flash" or "flash"Peter Tyser1-2/+2
2011-01-11sh: Add support zimageboot command for Renesas SHNobuhiro Iwamatsu2-0/+83
2011-01-11sh: Divided macro for zImage and add asm/zimage.hNobuhiro Iwamatsu1-16/+4
2011-01-11sh: Delete the function that was not necessaryNobuhiro Iwamatsu1-1/+0
2011-01-11sh: Add support showing KByte of flash memory sizeNobuhiro Iwamatsu1-2/+6
2010-12-21Move DECLARE_GLOBAL_DATA_PTR to file scopeJohn Rigby1-5/+2
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-28Coding Style cleanupWolfgang Denk1-1/+1
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-2/+2
2010-10-21sh: Fix warning about uninitialized value of ramdisk_flagsNobuhiro Iwamatsu1-1/+1
2010-10-21sh: Add support load and boot of Initrd.Nobuhiro Iwamatsu1-1/+65
2010-10-19Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-1/+1
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-06-28sh: Fix overflow problem in get_ticksNobuhiro Iwamatsu1-2/+18
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser5-0/+587