summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada2014-07-301-1/+1
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-301-0/+37
* common/board_f: Initialized global data for generic boardYork Sun2014-05-121-0/+2
* bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2014-05-122-2/+0
* MIPS: drop incaip boardDaniel Schwierzeck2014-04-209-3084/+0
* MIPS: allow use of generic boardPaul Burton2014-04-203-0/+13
* MIPS: define __init_end in u-boot.ldsPaul Burton2014-04-201-0/+1
* MIPS: move mips_io_port_base out of board.cPaul Burton2014-04-203-6/+14
* MIPS: stub interrupt_init functionPaul Burton2014-04-202-0/+10
* mips: xburst: remove remainders of dead boardMasahiro Yamada2014-04-207-842/+0
* MIPS: always keep all sections in u-boot ELF binary.Daniel Schwierzeck2014-04-202-27/+32
* usb: create common header virtual root hub descriptorsStephen Warren2014-03-101-98/+1
* mips: move CONFIG_MIPS{32, 64} definition to config.mkMasahiro Yamada2014-03-072-6/+2
* config.mk: specify the exact path to standalone linker scriptMasahiro Yamada2014-03-073-3/+6
* kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada2014-03-071-6/+1
* Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2014-03-041-20/+3
|\
| * MIPS: fix types u64 and __u64 to unsigned long longDaniel Schwierzeck2014-03-041-20/+3
* | kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada2014-03-041-1/+3
|/
* kbuild: rename OBJCFLAGS to OBJCOPYFLAGSMasahiro Yamada2014-02-251-1/+1
* kbuild: change out-of-tree buildMasahiro Yamada2014-02-193-3/+3
* malta: enable PIIX4 SERIRQPaul Burton2013-11-261-0/+7
* mips: don't hardcode Malta env baudratePaul Burton2013-11-261-2/+4
* malta: use unmapped flash base addressGabor Juhos2013-11-151-1/+1
* malta: arch/mips/include/asm/malta.h SPDX license tagPaul Burton2013-11-111-3/+2
* malta: setup PIIX4 interrupt routePaul Burton2013-11-091-0/+5
* malta: display "U-boot" on the LCD screenPaul Burton2013-11-091-0/+10
* malta: support for coreFPGA6 boardsPaul Burton2013-11-091-6/+29
* qemu-malta: rename to just "malta"Paul Burton2013-11-092-7/+7
* mips32: detect L1 cache sizes if they're not definedPaul Burton2013-11-093-19/+150
* include: delete include/linux/config.hMasahiro Yamada2013-11-084-5/+0
* cosmetic: remove empty lines at the top of fileMasahiro Yamada2013-11-081-1/+0
* mips: convert makefiles to Kbuild styleMasahiro Yamada2013-10-316-158/+16
* usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky2013-10-201-1/+1
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* MIPS: bootm: drop obsolete Qemu specific bootm implementationDaniel Schwierzeck2013-08-132-66/+0
* MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu MaltaDaniel Schwierzeck2013-08-131-2/+20
* MIPS: bootm: add support for generic relocation of init ramdisksDaniel Schwierzeck2013-08-132-2/+7
* MIPS: bootm: refactor initialisation of kernel environmentDaniel Schwierzeck2013-08-131-33/+29
* MIPS: bootm: refactor initialisation of kernel cmdlineDaniel Schwierzeck2013-08-131-47/+83
* MIPS: bootm: add support for LMBDaniel Schwierzeck2013-08-132-0/+23
* MIPS: bootm: optimize kernel entry callDaniel Schwierzeck2013-08-131-7/+4
* MIPS: bootm: fix checkpatch.pl warningsDaniel Schwierzeck2013-08-131-6/+7
* MIPS: mips32/cache.S: use v1 register for indirect function callsGabor Juhos2013-07-241-4/+4
* MIPS: mips32/cache.S: store cache line size in t8 registerGabor Juhos2013-07-241-3/+3
* MIPS: mips32/cache.S: save return address in t9 registerGabor Juhos2013-07-241-1/+1
* MIPS: xburst/start.S: rework relocation info checkGabor Juhos2013-07-241-3/+3
* MIPS: xburst/start.S: use t8 register for dynamic relocationGabor Juhos2013-07-241-9/+9
* MIPS: xburst/start.S: save gd in s0 registerGabor Juhos2013-07-241-1/+2
* MIPS: xburst/start.S: save relocation offset in s1 registerGabor Juhos2013-07-241-6/+6
* MIPS: xburst/start.S: save relocation address in s2 registerGabor Juhos2013-07-241-3/+5
OpenPOWER on IntegriCloud