summaryrefslogtreecommitdiff
path: root/arch/sh/lib
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-182-2/+7
* common: Drop init.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Move relocate_code() to init.hSimon Glass2020-01-171-0/+1
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-021-0/+1
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* sh: Fix OF_SEPARATE supportMarek Vasut2019-09-021-0/+14
* sh: sh3: Remove CPU supportMarek Vasut2019-05-102-6/+0
* sh: sh2: Remove CPU supportMarek Vasut2019-05-102-10/+0
* sh: tmu: Zap get_tbclk and timer_read_counterMarek Vasut2018-09-151-16/+0
* sh: tmu: Clean up register usageMarek Vasut2018-09-151-43/+11
* sh: tmu: Inline sh_tmu.hMarek Vasut2018-09-151-1/+42
* sh: tmu: Clean up CONFIG_SH_TMU_CLK_FREQMarek Vasut2018-09-151-1/+5
* sh: tmu: Inline get_tmu0_clk_rate()Marek Vasut2018-09-151-1/+1
* sh: tmu: Inline tmu_timer_{start,stop}()Marek Vasut2018-09-151-17/+3
* sh: tmu: Simplify the tmu_bit mathMarek Vasut2018-09-151-5/+2
* sh: tmu: Clean up CONFIG_SYS_TMU_CLK_DIVMarek Vasut2018-09-151-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0716-34/+18
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-162-2/+2
* Convert CONFIG_CMD_SH_ZIMAGEBOOT to KconfigSimon Glass2017-08-111-0/+6
* sh: share the correct version of start.S among all cpusVladimir Zapolskiy2016-12-022-0/+69
* sh: add shared relocate_code() function and call board_init_r()Vladimir Zapolskiy2016-12-021-0/+18
* sh: add common dram_init() function for all boardsVladimir Zapolskiy2016-12-022-1/+18
* sh: Drop the arch-specific board initSimon Glass2016-05-272-190/+0
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-181-1/+1
* sh: import missing private libraries from Linux 3.19Masahiro Yamada2015-02-256-2/+936
* sh: rename some private librariesMasahiro Yamada2015-02-253-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2014-11-171-1/+1
|\
| * sh: move CONFIG_{SH2, SH2A, SH3, SH4} to KconfigMasahiro Yamada2014-11-131-1/+1
* | cppcheck cleanup: fix nullPointer errorsWolfgang Denk2014-11-071-0/+1
|/
* bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2014-05-121-1/+0
* kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada2014-03-071-12/+2
* sh: sh2: Change CONFIG_SYS_HZ to CONFIG_SH_CMT_CLK_FREQNobuhiro Iwamatsu2014-01-081-1/+1
* sh: convert to common timer codeRob Herring2013-11-041-60/+2
* sh: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-44/+12
* sh: timer: Remove static global variableNobuhiro Iwamatsu2013-10-171-4/+4
* sh: timer: Mask bit of timer prescalerNobuhiro Iwamatsu2013-10-171-1/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2411-211/+16
* Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach2013-07-161-1/+1
* avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann2013-07-021-0/+6
* lib: consolidate hang()Andreas Bießmann2013-05-011-9/+0
* Declare watchdog functions in watchdog.hSimon Glass2013-03-151-0/+1
* sh: tmu: Removed arch/sh/include/asm/clk.hNobuhiro Iwamatsu2012-08-211-1/+0
* sh: tmu: Changed switch statement to shift operationNobuhiro Iwamatsu2012-08-211-30/+18
* sh: tmu: Changed TMU driver using array of structuresNobuhiro Iwamatsu2012-08-211-12/+15
* net: move bootfile init into eth_initializeMike Frysinger2012-05-151-9/+2
* net: punt bd->bi_ip_addrMike Frysinger2012-05-151-11/+0