summaryrefslogtreecommitdiff
path: root/arch/nds32/lib/board.c
AgeCommit message (Expand)Author
2015-08-28NDS32: Generic Board Support and UnsupportKun-Hua Huang
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-23i2c: common changes for multibus/multiadapter supportHeiko Schocher
2013-05-08nds32: Use sections header to obtain link symbolsKuan-Yu Kuo
2013-05-01lib: consolidate hang()Andreas Bießmann
2013-03-15Replace __bss_end__ with __bss_endSimon Glass
2013-02-19malloc: make malloc_bin_reloc staticGabor Juhos
2013-02-01nds32: Drop tlb_addr from global dataSimon Glass
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut
2012-10-17nds32: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INITNobuhiro Iwamatsu
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut
2012-09-26malloc: remove extern declarations of malloc_bin_reloc() in board.c filesDaniel Schwierzeck
2012-08-11nds32: fix unused pmu_init warningMike Frysinger
2012-08-11nds32: delete unused local variableMike Frysinger
2012-05-15net: move bootfile init into eth_initializeMike Frysinger
2012-05-15net: punt bd->bi_ip_addrMike Frysinger
2012-02-28nds32/board.c: add PCI prompt at boot upMacpaul Lin
2011-11-18nds32/lib: add ide generic supportMacpaul Lin
2011-11-01nds32: Use getenv_ulong() in place of getenv(), strtoulMacpaul Lin
2011-10-22nds32/lib: add generic funcs in NDS32 libMacpaul Lin