summaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass3-3/+8
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-05-19common: Drop net.h from common headerSimon Glass2-0/+2
2020-02-20dma-mapping: add <asm/dma-mapping.h> for all architecturesMasahiro Yamada1-0/+1
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass2-1/+2
2020-01-17common: Move relocate_code() to init.hSimon Glass1-0/+1
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass2-0/+2
2019-12-03common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-03arm: powerpc: Tidy up code style for interrupt functionsSimon Glass1-3/+3
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-03common: Move checkcpu() out of common.hSimon Glass1-0/+1
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-09-14sh: r2dplus: Fix missing PCI rangeMarek Vasut1-1/+2
2019-09-14sh: Fix SH4 build with GCC versions without -m4-nofpuMarek Vasut1-1/+1
2019-09-14sh: Fix incorrect linking with new binutilsMarek Vasut1-0/+1
2019-09-02sh: r2dplus: Switch to DM PCI driverMarek Vasut1-0/+14
2019-09-02sh: r2dplus: Enable OF controlMarek Vasut3-0/+26
2019-09-02sh: Fix OF_SEPARATE supportMarek Vasut2-0/+15
2019-09-02sh: tmu: Fix SH4 TCNT0 offsetMarek Vasut1-1/+1
2019-06-14sh: r0p7734: Remove the boardMarek Vasut1-5/+0
2019-06-14sh: ap325rxa: Remove the boardMarek Vasut1-5/+0
2019-06-14sh: ap_sh4a_4a: Remove the boardMarek Vasut1-5/+0
2019-06-14sh: ms7750se: Remove the boardMarek Vasut1-5/+0
2019-06-14sh: ms7722: Remove the boardMarek Vasut1-5/+0
2019-06-14sh: espt_giga: Remove the boardMarek Vasut1-5/+0
2019-05-10sh: sh3: Remove CPU supportMarek Vasut13-503/+0
2019-05-10sh: shmin: Remove the boardMarek Vasut1-5/+0
2019-05-10sh: ms7720se: Remove the boardMarek Vasut1-5/+0
2019-05-10sh: mpr2: Remove the boardMarek Vasut1-5/+0
2019-05-10sh: sh2: Remove CPU supportMarek Vasut14-314/+1
2019-05-10sh: rsk7269: Remove the boardMarek Vasut1-5/+0
2019-05-10sh: rsk7264: Remove the boardMarek Vasut1-5/+0
2019-05-10sh: rsk7203: Remove the boardMarek Vasut1-5/+0
2019-05-07sh: 7785: Remove CPU supportMarek Vasut2-121/+0
2019-05-07sh: sh7785lcr: Remove the boardMarek Vasut1-5/+0
2019-05-07sh: 7724: Remove CPU supportMarek Vasut2-211/+0
2019-05-07sh: ecovec: Remove the boardMarek Vasut1-5/+0
2019-02-07sh: bitops: add hweight*() macrosVignesh R1-0/+4
2018-11-18Kbuild: add LDFLAGS_STANDALONEDaniel Schwierzeck1-1/+1
2018-09-15sh: tmu: Zap get_tbclk and timer_read_counterMarek Vasut2-16/+9
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-09-15sh: sh7724: Drop EDMR macroMarek Vasut1-3/+0
2018-09-11arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada1-32/+2