summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)Author
2014-12-08Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada
2014-12-08Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck
2014-11-27MIPS: bootm: remove unused or redundant header filesDaniel Schwierzeck
2014-11-27MIPS: bootm: add missing initramfs relocationDaniel Schwierzeck
2014-11-27MIPS: remove board.cDaniel Schwierzeck
2014-11-27MIPS: fix setup of initial stack frameDaniel Schwierzeck
2014-11-23kbuild: use SoC-specific CONFIG to descend into SoC directoryMasahiro Yamada
2014-11-23kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada
2014-11-20include: move various macros to include/linux/kernel.hMasahiro Yamada
2014-11-01MIPS: add .padding section to linker scriptDaniel Schwierzeck
2014-11-01MIPS: refactor setting of compiler optionsDaniel Schwierzeck
2014-11-01MIPS: kconfig: merge targets qemu_mips and qemu_mips64Daniel Schwierzeck
2014-11-01MIPS: kconfig: globally define CONFIG_SYS_CPU for MIPSDaniel Schwierzeck
2014-11-01MIPS: kconfig: add options for CPU type selectDaniel Schwierzeck
2014-11-01MIPS: kconfig: add options for endianess selectDaniel Schwierzeck
2014-10-23mips: enable CONFIG_USE_PRIVATE_LIBGCC by defaultMasahiro Yamada
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada
2014-07-30kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada
2014-05-12common/board_f: Initialized global data for generic boardYork Sun
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada
2014-04-20MIPS: drop incaip boardDaniel Schwierzeck
2014-04-20MIPS: allow use of generic boardPaul Burton
2014-04-20MIPS: define __init_end in u-boot.ldsPaul Burton
2014-04-20MIPS: move mips_io_port_base out of board.cPaul Burton
2014-04-20MIPS: stub interrupt_init functionPaul Burton
2014-04-20mips: xburst: remove remainders of dead boardMasahiro Yamada
2014-04-20MIPS: always keep all sections in u-boot ELF binary.Daniel Schwierzeck
2014-03-10usb: create common header virtual root hub descriptorsStephen Warren
2014-03-07mips: move CONFIG_MIPS{32, 64} definition to config.mkMasahiro Yamada
2014-03-07config.mk: specify the exact path to standalone linker scriptMasahiro Yamada
2014-03-07kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada
2014-03-04Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2014-03-04MIPS: fix types u64 and __u64 to unsigned long longDaniel Schwierzeck
2014-03-04kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada
2014-02-25kbuild: rename OBJCFLAGS to OBJCOPYFLAGSMasahiro Yamada
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada
2013-11-26malta: enable PIIX4 SERIRQPaul Burton
2013-11-26mips: don't hardcode Malta env baudratePaul Burton
2013-11-15malta: use unmapped flash base addressGabor Juhos
2013-11-11malta: arch/mips/include/asm/malta.h SPDX license tagPaul Burton
2013-11-09malta: setup PIIX4 interrupt routePaul Burton
2013-11-09malta: display "U-boot" on the LCD screenPaul Burton
2013-11-09malta: support for coreFPGA6 boardsPaul Burton
2013-11-09qemu-malta: rename to just "malta"Paul Burton
2013-11-09mips32: detect L1 cache sizes if they're not definedPaul Burton
2013-11-08include: delete include/linux/config.hMasahiro Yamada
2013-11-08cosmetic: remove empty lines at the top of fileMasahiro Yamada
2013-10-31mips: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky