summaryrefslogtreecommitdiff
path: root/arch/sh/lib
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-2/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-08-02sh: Set gd->malloc_base if MALLOC_F_LEN is setMarek Vasut1-1/+7
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass2-2/+7
2020-05-19common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-01-17common: Move relocate_code() to init.hSimon Glass1-0/+1
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-09-02sh: Fix OF_SEPARATE supportMarek Vasut1-0/+14
2019-05-10sh: sh3: Remove CPU supportMarek Vasut2-6/+0
2019-05-10sh: sh2: Remove CPU supportMarek Vasut2-10/+0
2018-09-15sh: tmu: Zap get_tbclk and timer_read_counterMarek Vasut1-16/+0
2018-09-15sh: tmu: Clean up register usageMarek Vasut1-43/+11
2018-09-15sh: tmu: Inline sh_tmu.hMarek Vasut1-1/+42
2018-09-15sh: tmu: Clean up CONFIG_SH_TMU_CLK_FREQMarek Vasut1-1/+5
2018-09-15sh: tmu: Inline get_tmu0_clk_rate()Marek Vasut1-1/+1
2018-09-15sh: tmu: Inline tmu_timer_{start,stop}()Marek Vasut1-17/+3
2018-09-15sh: tmu: Simplify the tmu_bit mathMarek Vasut1-5/+2
2018-09-15sh: tmu: Clean up CONFIG_SYS_TMU_CLK_DIVMarek Vasut1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini16-34/+18
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass2-2/+2
2017-08-11Convert CONFIG_CMD_SH_ZIMAGEBOOT to KconfigSimon Glass1-0/+6
2016-12-03sh: share the correct version of start.S among all cpusVladimir Zapolskiy2-0/+69
2016-12-03sh: add shared relocate_code() function and call board_init_r()Vladimir Zapolskiy1-0/+18
2016-12-03sh: add common dram_init() function for all boardsVladimir Zapolskiy2-1/+18
2016-05-27sh: Drop the arch-specific board initSimon Glass2-190/+0
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