summaryrefslogtreecommitdiff
path: root/board/qemu-mips
AgeCommit message (Expand)AuthorFilesLines
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2-5/+2
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass1-1/+1
2017-04-05board_f: Drop return value from initdram()Simon Glass1-2/+6
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass1-1/+1
2016-05-31MIPS: Split I & D cache line size configPaul Burton1-1/+4
2016-05-31MIPS: Move cache sizes to KconfigPaul Burton1-0/+9
2016-05-26MIPS: Move CONFIG_SYS_TEXT_BASE to KconfigPaul Burton1-0/+4
2014-11-01MIPS: kconfig: merge targets qemu_mips and qemu_mips64Daniel Schwierzeck1-14/+2
2014-11-01MIPS: kconfig: globally define CONFIG_SYS_CPU for MIPSDaniel Schwierzeck1-3/+0
2014-09-25MAINTAINERS: comment out blank M: fieldMasahiro Yamada1-1/+1
2014-09-14kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-6/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada1-0/+14
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+31
2013-10-31mips: convert makefiles to Kbuild styleMasahiro Yamada1-22/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2-34/+2
2013-01-31MIPS: qemu-mips: use the unified u-boot.lds scriptGabor Juhos1-70/+0
2013-01-31MIPS: remove OUTPUT_FORMAT from linker scriptsGabor Juhos1-8/+0
2013-01-16README.qemu-mips: move README file from board to doc directoryDaniel Schwierzeck1-196/+0
2013-01-16MIPS: qemu-mips: update and fix example usage in READMEDaniel Schwierzeck1-7/+21
2013-01-16MIPS: qemu-mips: add '-M mips' switch to the example usage commandGabor Juhos1-1/+1
2013-01-16MIPS: qemu-mips: fix a typo in READMEGabor Juhos1-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/+5
2012-10-16MIPS: add board qemu-mips64 supportZhi-zhou Zhang1-0/+8
2012-10-16MIPS: qemu_mips: move CONFIG_SYS_TEXT_BASE to qemu-mips.hZhi-zhou Zhang1-10/+0
2012-07-29doc: cleanup - move board READMEs into respective board directoriesWolfgang Denk1-0/+167
2011-12-09ne2000: Convert to new net-multi model, fixes build of three boardsBernhard Kaindl1-0/+6
2011-05-09MIPS: Introduce --gc-sections for MIPSDaniel Schwierzeck1-5/+5
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-19Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-2/+2
2010-09-04MIPS: update the MIPS u-boot.ldsXiangfu Liu1-1/+1
2009-08-22qemu-mips: Fix Qemu websiteMichal Simek1-1/+1
2009-03-21Fix all linker script to handle all rodata sectionsTrent Piepho1-1/+1
2008-11-19Align end of bss by 4 bytesSelvamuthukumar1-1/+1
2008-06-12Change initdram() return type to phys_size_tBecky Bruce1-1/+1
2008-06-05[MIPS] Kill unused <version.h> inclusionsShinya Kuribayashi1-1/+0
2008-05-29[MIPS] <asm/mipsregs.h>: Update coprocessor register access macrosShinya Kuribayashi1-3/+3
2008-05-09Mail address change, documentation modifiedVlad Lungu2-2/+6
2008-04-18Use jr as register jump instructionShinya Kuribayashi1-1/+1
2008-02-22MIPS: Fix CFG_NO_FLASH supportJean-Christophe PLAGNIOL-VILLARD2-41/+1
2008-01-17MIPS:Target support for qemu -M mipsVlad Lungu7-0/+308