aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2014-10-23mips: enable CONFIG_USE_PRIVATE_LIBGCC by defaultMasahiro Yamada1-0/+3
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-1/+0
2014-07-30kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada1-1/+1
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+37
2014-05-12common/board_f: Initialized global data for generic boardYork Sun1-0/+2
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2-2/+0
2014-04-20MIPS: drop incaip boardDaniel Schwierzeck9-3084/+0
2014-04-20MIPS: allow use of generic boardPaul Burton3-0/+13
2014-04-20MIPS: define __init_end in u-boot.ldsPaul Burton1-0/+1
2014-04-20MIPS: move mips_io_port_base out of board.cPaul Burton3-6/+14
2014-04-20MIPS: stub interrupt_init functionPaul Burton2-0/+10
2014-04-20mips: xburst: remove remainders of dead boardMasahiro Yamada7-842/+0
2014-04-20MIPS: always keep all sections in u-boot ELF binary.Daniel Schwierzeck2-27/+32
2014-03-10usb: create common header virtual root hub descriptorsStephen Warren1-98/+1
2014-03-07mips: move CONFIG_MIPS{32, 64} definition to config.mkMasahiro Yamada2-6/+2
2014-03-07config.mk: specify the exact path to standalone linker scriptMasahiro Yamada3-3/+6
2014-03-07kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada1-6/+1
2014-03-04Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini1-20/+3
2014-03-04MIPS: fix types u64 and __u64 to unsigned long longDaniel Schwierzeck1-20/+3
2014-03-04kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada1-1/+3
2014-02-25kbuild: rename OBJCFLAGS to OBJCOPYFLAGSMasahiro Yamada1-1/+1
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada3-3/+3
2013-11-26malta: enable PIIX4 SERIRQPaul Burton1-0/+7
2013-11-26mips: don't hardcode Malta env baudratePaul Burton1-2/+4
2013-11-15malta: use unmapped flash base addressGabor Juhos1-1/+1
2013-11-11malta: arch/mips/include/asm/malta.h SPDX license tagPaul Burton1-3/+2
2013-11-09malta: setup PIIX4 interrupt routePaul Burton1-0/+5
2013-11-09malta: display "U-boot" on the LCD screenPaul Burton1-0/+10
2013-11-09malta: support for coreFPGA6 boardsPaul Burton1-6/+29
2013-11-09qemu-malta: rename to just "malta"Paul Burton2-7/+7
2013-11-09mips32: detect L1 cache sizes if they're not definedPaul Burton3-19/+150
2013-11-08include: delete include/linux/config.hMasahiro Yamada4-5/+0
2013-11-08cosmetic: remove empty lines at the top of fileMasahiro Yamada1-1/+0
2013-10-31mips: convert makefiles to Kbuild styleMasahiro Yamada6-158/+16
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky1-1/+1
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-08-13MIPS: bootm: drop obsolete Qemu specific bootm implementationDaniel Schwierzeck2-66/+0
2013-08-13MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu MaltaDaniel Schwierzeck1-2/+20
2013-08-13MIPS: bootm: add support for generic relocation of init ramdisksDaniel Schwierzeck2-2/+7
2013-08-13MIPS: bootm: refactor initialisation of kernel environmentDaniel Schwierzeck1-33/+29
2013-08-13MIPS: bootm: refactor initialisation of kernel cmdlineDaniel Schwierzeck1-47/+83
2013-08-13MIPS: bootm: add support for LMBDaniel Schwierzeck2-0/+23
2013-08-13MIPS: bootm: optimize kernel entry callDaniel Schwierzeck1-7/+4
2013-08-13MIPS: bootm: fix checkpatch.pl warningsDaniel Schwierzeck1-6/+7
2013-07-24MIPS: mips32/cache.S: use v1 register for indirect function callsGabor Juhos1-4/+4
2013-07-24MIPS: mips32/cache.S: store cache line size in t8 registerGabor Juhos1-3/+3
2013-07-24MIPS: mips32/cache.S: save return address in t9 registerGabor Juhos1-1/+1
2013-07-24MIPS: xburst/start.S: rework relocation info checkGabor Juhos1-3/+3
2013-07-24MIPS: xburst/start.S: use t8 register for dynamic relocationGabor Juhos1-9/+9
2013-07-24MIPS: xburst/start.S: save gd in s0 registerGabor Juhos1-1/+2