summaryrefslogtreecommitdiff
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* sh: generate position independent code for all platformsVladimir Zapolskiy2016-12-022-1/+2
* sh: share the correct version of start.S among all cpusVladimir Zapolskiy2016-12-028-135/+9
* sh4: fix start.S by calling board_init_f() after first code relocationVladimir Zapolskiy2016-12-021-12/+11
* sh: add shared relocate_code() function and call board_init_r()Vladimir Zapolskiy2016-12-024-18/+18
* sh: add common dram_init() function for all boardsVladimir Zapolskiy2016-12-022-1/+18
* sh: add MEMORY command to a shared linker scriptVladimir Zapolskiy2016-12-021-16/+16
* sh: define entry point and reloc_dst inside a linker scriptVladimir Zapolskiy2016-12-022-6/+1
* sh: place board lowlevel_init code in the beginning of .textVladimir Zapolskiy2016-12-021-1/+1
* sh4: use single u-boot linker script for all boardsVladimir Zapolskiy2016-12-021-0/+4
* sh4: remove __io config options from r2dplus and r7780mp boardsVladimir Zapolskiy2016-12-021-10/+0
* sh4: cache: move exported cache manipulation functions into cache.cVladimir Zapolskiy2016-12-023-39/+36
* sh: cache: don't modify CCR from P1 areaVladimir Zapolskiy2016-12-021-5/+3
* sh: cache use jump_to_P2() and back_to_P1() from asm/system.hVladimir Zapolskiy2016-12-021-37/+2
* sh3: remove unused cache.c file from being builtVladimir Zapolskiy2016-12-022-97/+1
* sh4: cache: correct flush_cache() to writeback and invalidateVladimir Zapolskiy2016-12-021-1/+1
* sh4: cache: correct dcache flush to invalidate with write-backVladimir Zapolskiy2016-12-021-1/+1
* efi: Use asmlinkage for EFIAPISimon Glass2016-10-191-0/+0
* Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada2016-09-231-1/+0
* arm, nds32, sh: remove useless ioremap()/iounmap() definesMasahiro Yamada2016-07-141-33/+0
* Drop references to CONFIG_SYS_GENERIC_BOARD in config filesSimon Glass2016-05-271-2/+0
* sh: Drop the arch-specific board initSimon Glass2016-05-273-190/+2
* sh: Fix build errors for generic boardSimon Glass2016-05-278-19/+33
* Add more SPDX-License-Identifier tagsTom Rini2016-01-191-3/+1
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* sh: Use the generic bitops headersFabio Estevam2015-11-051-0/+5
* Move default y configs out of arch/board KconfigJoe Hershberger2015-06-251-3/+0
* arch: Make board selection choices optionalJoe Hershberger2015-05-121-0/+1
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-181-1/+1
* remove unnecessary version.h includesRob Herring2015-03-243-3/+0
* sh: enable CONFIG_USE_PRIVATE_LIBGCC by defaultMasahiro Yamada2015-02-251-0/+3
* sh: import missing private libraries from Linux 3.19Masahiro Yamada2015-02-256-2/+936
* sh: rename some private librariesMasahiro Yamada2015-02-253-2/+2
* Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada2014-12-081-1/+1
* Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck2014-12-081-0/+8
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2014-11-177-31/+83
|\
| * sh: Move SH_32BIT to KconfigNobuhiro Iwamatsu2014-11-171-0/+9
| * sh: define CONFIG_CPU_SH4A for some boardsMasahiro Yamada2014-11-131-7/+7
| * sh: consolidate CONFIG_SYS_CPU definesMasahiro Yamada2014-11-131-3/+8
| * sh: move CONFIG_{SH2, SH2A, SH3, SH4} to KconfigMasahiro Yamada2014-11-137-10/+48
| * sh: use more descriptive prompts for board select menuMasahiro Yamada2014-11-131-19/+19
* | cppcheck cleanup: fix nullPointer errorsWolfgang Denk2014-11-071-0/+1
|/
* kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-131-1/+0
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-301-0/+98
* sh: unify sh2/sh3/sh4 linker scriptsMasahiro Yamada2014-07-243-160/+4
* bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2014-05-122-2/+0
* sh: delete an unused source fileMasahiro Yamada2014-04-301-96/+0
* sh: fix PFC registers definition for SH772{2, 3, 4}Baruch Siach2014-03-143-6/+9
* kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada2014-03-071-12/+2
* kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada2014-03-041-1/+3
* sh: merge compiler flag -ffixed-r13Masahiro Yamada2014-03-044-3/+1