aboutsummaryrefslogtreecommitdiff
path: root/board/renesas/sh7752evb
AgeCommit message (Expand)AuthorFilesLines
2021-02-15sh: Remove sh7752evb boardTom Rini6-899/+0
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+2
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop flash.h from common headerSimon Glass1-0/+1
2019-12-09net: Always build the string_to_enetaddr() helperJoe Hershberger1-1/+1
2019-12-02common: Move some board functions out of common.hSimon Glass1-0/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-06-13configs: Disable now unbuildable SPI options for boardsTom Rini1-0/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini3-5/+3
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-2/+2
2016-12-02sh: add common dram_init() function for all boardsVladimir Zapolskiy1-11/+0
2016-12-02sh4: use single u-boot linker script for all boardsVladimir Zapolskiy2-83/+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-12-20sh: add support for sh7752evb boardYoshihiro Shimoda5-0/+1039