summaryrefslogtreecommitdiff
path: root/arch/sh/lib/board.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-01-17common: Move relocate_code() to init.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-12-03sh: add shared relocate_code() function and call board_init_r()Vladimir Zapolskiy1-0/+18
2016-12-03sh: add common dram_init() function for all boardsVladimir Zapolskiy1-0/+17
2016-05-27sh: Drop the arch-specific board initSimon Glass1-189/+0
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger1-1/+1
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada1-1/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-05-02lib: consolidate hang()Andreas Bießmann1-9/+0
2013-03-16Declare watchdog functions in watchdog.hSimon Glass1-0/+1
2012-05-16net: move bootfile init into eth_initializeMike Frysinger1-9/+2
2012-05-16net: punt bd->bi_ip_addrMike Frysinger1-11/+0
2012-03-26sh: Add header file of MMC frameworkNobuhiro Iwamatsu1-0/+1
2011-10-28cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger1-1/+1
2011-08-22sh: add calling mmc_initialize in board.cYoshihiro Shimoda1-0/+12
2011-07-28unify version_stringAndreas Bießmann1-3/+0
2011-03-16sh: Add handling of CONFIG_SYS_NO_FLASH for board.cNobuhiro Iwamatsu1-1/+7
2011-01-19Replace "FLASH" strings with "Flash" or "flash"Peter Tyser1-2/+2
2011-01-11sh: Add support showing KByte of flash memory sizeNobuhiro Iwamatsu1-2/+6
2010-12-21Move DECLARE_GLOBAL_DATA_PTR to file scopeJohn Rigby1-5/+2
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-2/+2
2010-10-19Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-1/+1
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-0/+211