aboutsummaryrefslogtreecommitdiff
path: root/board/renesas/sh7757lcr
AgeCommit message (Expand)AuthorFilesLines
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-3/+3
2016-12-02sh: add common dram_init() function for all boardsVladimir Zapolskiy1-25/+0
2016-12-02sh4: use single u-boot linker script for all boardsVladimir Zapolskiy2-84/+1
2016-05-27sh: Fix build errors for generic boardSimon Glass1-0/+1
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
2014-11-13sh: consolidate CONFIG_SYS_CPU definesMasahiro Yamada1-3/+0
2014-10-22sf: Tidy up public and private header filesSimon Glass1-0/+1
2014-09-24MAINTAINERS: comment out blank M: fieldMasahiro Yamada1-1/+1
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-4/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada1-0/+6
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+19
2013-10-31sh: convert makefiles to Kbuild styleMasahiro Yamada1-18/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk4-62/+4
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-15Replace __bss_end__ with __bss_endSimon Glass1-1/+1
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-7/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+4
2012-07-29doc: cleanup - move board READMEs into respective board directoriesWolfgang Denk1-0/+77
2012-03-26sh: sh7757lcr: Add MMC header file of SHNobuhiro Iwamatsu1-0/+1
2012-03-26sh: sh7757lcr: add supporting for MMCIFYoshihiro Shimoda1-0/+5
2011-12-02sh: Add a flag which controls the DDR ECC mode of sh7757lcrNobuhiro Iwamatsu1-1/+2
2011-10-15punt unused clean/distclean targetsMike Frysinger1-6/+0
2011-08-22sh: sh7757lcr: Add KEEP order to start.o sectionYoshihiro Shimoda1-1/+1
2011-03-27Coding Style cleanup: remove trailing empty linesWolfgang Denk2-2/+0
2011-03-27rename _end to __bss_end__Po-Yu Chuang1-1/+1
2011-02-02sh: add support for sh7757lcr boardYoshihiro Shimoda5-0/+1265