summaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)Author
2016-12-02sh: generate position independent code for all platformsVladimir Zapolskiy
2016-12-02sh: share the correct version of start.S among all cpusVladimir Zapolskiy
2016-12-02sh4: fix start.S by calling board_init_f() after first code relocationVladimir Zapolskiy
2016-12-02sh: add shared relocate_code() function and call board_init_r()Vladimir Zapolskiy
2016-12-02sh: add common dram_init() function for all boardsVladimir Zapolskiy
2016-12-02sh: add MEMORY command to a shared linker scriptVladimir Zapolskiy
2016-12-02sh: define entry point and reloc_dst inside a linker scriptVladimir Zapolskiy
2016-12-02sh: place board lowlevel_init code in the beginning of .textVladimir Zapolskiy
2016-12-02sh4: use single u-boot linker script for all boardsVladimir Zapolskiy
2016-12-02sh4: remove __io config options from r2dplus and r7780mp boardsVladimir Zapolskiy
2016-12-02sh4: cache: move exported cache manipulation functions into cache.cVladimir Zapolskiy
2016-12-02sh: cache: don't modify CCR from P1 areaVladimir Zapolskiy
2016-12-02sh: cache use jump_to_P2() and back_to_P1() from asm/system.hVladimir Zapolskiy
2016-12-02sh3: remove unused cache.c file from being builtVladimir Zapolskiy
2016-12-02sh4: cache: correct flush_cache() to writeback and invalidateVladimir Zapolskiy
2016-12-02sh4: cache: correct dcache flush to invalidate with write-backVladimir Zapolskiy
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass
2016-09-23Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada
2016-07-14arm, nds32, sh: remove useless ioremap()/iounmap() definesMasahiro Yamada
2016-05-27Drop references to CONFIG_SYS_GENERIC_BOARD in config filesSimon Glass
2016-05-27sh: Drop the arch-specific board initSimon Glass
2016-05-27sh: Fix build errors for generic boardSimon Glass
2016-01-19Add more SPDX-License-Identifier tagsTom Rini
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-11-05sh: Use the generic bitops headersFabio Estevam
2015-06-25Move default y configs out of arch/board KconfigJoe Hershberger
2015-05-12arch: Make board selection choices optionalJoe Hershberger
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger
2015-03-24remove unnecessary version.h includesRob Herring
2015-02-25sh: enable CONFIG_USE_PRIVATE_LIBGCC by defaultMasahiro Yamada
2015-02-25sh: import missing private libraries from Linux 3.19Masahiro Yamada
2015-02-25sh: rename some private librariesMasahiro Yamada
2014-12-08Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada
2014-12-08Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck
2014-11-17Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini
2014-11-17sh: Move SH_32BIT to KconfigNobuhiro Iwamatsu
2014-11-13sh: define CONFIG_CPU_SH4A for some boardsMasahiro Yamada
2014-11-13sh: consolidate CONFIG_SYS_CPU definesMasahiro Yamada
2014-11-13sh: move CONFIG_{SH2, SH2A, SH3, SH4} to KconfigMasahiro Yamada
2014-11-13sh: use more descriptive prompts for board select menuMasahiro Yamada
2014-11-07cppcheck cleanup: fix nullPointer errorsWolfgang Denk
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada
2014-07-24sh: unify sh2/sh3/sh4 linker scriptsMasahiro Yamada
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada
2014-04-30sh: delete an unused source fileMasahiro Yamada
2014-03-14sh: fix PFC registers definition for SH772{2, 3, 4}Baruch Siach
2014-03-07kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada
2014-03-04kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada
2014-03-04sh: merge compiler flag -ffixed-r13Masahiro Yamada