summaryrefslogtreecommitdiff
path: root/arch/mips/lib/board.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-27MIPS: remove board.cDaniel Schwierzeck1-320/+0
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada1-1/+0
2014-04-20MIPS: drop incaip boardDaniel Schwierzeck1-3/+0
2014-04-20MIPS: move mips_io_port_base out of board.cPaul Burton1-6/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-02lib: consolidate hang()Andreas Bießmann1-7/+0
2013-02-15MIPS: board.c: remove manual relocation of env_name_specDaniel Schwierzeck1-8/+0
2013-02-13MIPS: add dynamic relocation supportGabor Juhos1-9/+0
2013-02-13MIPS: board.c: switch to new symbols __bss_end and __image_copy_endDaniel Schwierzeck1-2/+3
2012-12-12mips: serial: Fix busted manual relocationJoe Hershberger1-0/+3
2012-12-12MIPS: constify mips_io_port_baseDaniel Schwierzeck1-1/+1
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut1-2/+2
2012-09-26malloc: remove extern declarations of malloc_bin_reloc() in board.c filesDaniel Schwierzeck1-1/+0
2012-06-04MIPS: board.c: move extern declarations to u-boot-mips.hDaniel Schwierzeck1-7/+0
2012-05-16net: move bootfile init into eth_initializeMike Frysinger1-8/+0
2012-05-16net: punt bd->bi_ip_addrMike Frysinger1-3/+0
2012-04-02MIPS: board.c: fix init of flash data in bd_infoDaniel Schwierzeck1-2/+6
2011-12-09arch/mips/lib/board.c: Fix GCC 4.6 build warningWolfgang Denk1-4/+6
2011-12-09arch/mips/lib/board.c: make (mostly) checkpatch cleanWolfgang Denk1-64/+60
2011-10-24mips: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-11/+3
2011-10-06net: drop !NET_MULTI codeMike Frysinger1-2/+0
2011-07-28unify version_stringAndreas Bießmann1-4/+0
2011-04-02MIPS: Purple: Remove Purple supportDaniel Schwierzeck1-10/+0
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-2/+2
2010-10-20board_init_r: Removed unused cmdtp variableRichard Retanubun1-1/+0
2010-09-19common: move TOTAL_MALLOC_LEN to include/common.hHeiko Schocher1-8/+0
2010-09-19relocation: fixup cmdtableHeiko Schocher1-24/+4
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk1-1/+1
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-0/+436