summaryrefslogtreecommitdiff
path: root/arch/mips/include
AgeCommit message (Expand)AuthorFilesLines
2016-05-27mips: Drop unused code in u-boot.hSimon Glass1-16/+0
2016-05-26mips: Drop JZ4740 remnantsMarek Vasut2-1158/+0
2016-05-21mips: add base support for QCA/Atheros ath79 SOCsWills Wang1-0/+6
2016-03-09MIPS: fix mips_cache fallback without __builtin_mips_cacheMatthias Schiffer1-1/+1
2016-02-02MIPS: Support dynamic I/O port base addressPaul Burton2-21/+30
2016-02-02MIPS: Remove SLOW_DOWN_IOPaul Burton1-37/+3
2016-01-26mips: asm/io.h: Add in <linux/bug.h>Tom Rini1-0/+1
2016-01-16MIPS: implement bit manipulating I/O accessorsDaniel Schwierzeck1-0/+55
2016-01-16MIPS: fix SPDX license identifier in remaining arch header filesDaniel Schwierzeck14-55/+32
2016-01-16MIPS: sync processor and register definitions with linux-4.4Daniel Schwierzeck6-543/+1201
2016-01-16MIPS: sync I/O related header files with linux-4.4Daniel Schwierzeck9-363/+937
2016-01-16MIPS: kconfig: add option for MIPS_L1_CACHE_SHIFTDaniel Schwierzeck1-10/+4
2016-01-16MIPS: au1x00: move SoC header files to arch/mips/mach-au1x00/include/mach/Daniel Schwierzeck1-1072/+0
2016-01-16MIPS: create .text sub-sections for assembler functionsDaniel Schwierzeck1-1/+3
2016-01-16MIPS: fix annotation of _start and relocate_codeDaniel Schwierzeck1-0/+6
2016-01-16MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO.Purna Chandra Mandal1-0/+1
2015-11-05mips: Use the generic bitops headersFabio Estevam1-0/+5
2015-08-21mips: Use unsigned int when reading c0 registersChris Packham1-2/+2
2015-07-02MIPS: change 'extern inline' to 'static inline'Daniel Schwierzeck2-9/+9
2015-07-02MIPS: fix missing semicolon in cacheops.hTony Wu1-1/+1
2015-01-29malta: IDE supportPaul Burton1-0/+5
2015-01-29MIPS: avoid .set ISA for cache operationsPaul Burton1-0/+13
2015-01-21MIPS: add support for pre-relocation mallocDaniel Schwierzeck1-2/+0
2014-12-08Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada1-1/+1
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 Yamada1-1/+0
2014-04-20MIPS: drop incaip boardDaniel Schwierzeck2-2432/+0
2014-04-20MIPS: allow use of generic boardPaul Burton1-0/+9
2014-03-05MIPS: fix types u64 and __u64 to unsigned long longDaniel Schwierzeck1-20/+3
2013-11-27malta: enable PIIX4 SERIRQPaul Burton1-0/+7
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-09mips32: detect L1 cache sizes if they're not definedPaul Burton1-0/+6
2013-11-09include: delete include/linux/config.hMasahiro Yamada4-5/+0
2013-11-08cosmetic: remove empty lines at the top of fileMasahiro Yamada1-1/+0
2013-08-13MIPS: bootm: add support for generic relocation of init ramdisksDaniel Schwierzeck1-0/+1
2013-08-13MIPS: bootm: add support for LMBDaniel Schwierzeck1-0/+2
2013-07-24MIPS: qemu-malta: setup GT64120 registers as done by YAMONGabor Juhos1-1/+3
2013-07-24MIPS: qemu-malta: enable flash supportGabor Juhos1-0/+2
2013-07-24MIPS: qemu-malta: add reset supportGabor Juhos1-0/+3
2013-07-24MIPS: qemu-malta: add support for emulated MIPS Malta boardGabor Juhos1-0/+16
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk7-103/+7
2013-06-09MIPS: asm/errno.h: switch to asm-generic/errno.hDaniel Schwierzeck1-143/+1
2013-06-09MIPS: fix __raw_* IO accessorsGabor Juhos1-13/+13
2013-03-16Change stub example to use asm-generic/sections.hSimon Glass1-2/+2
2013-03-16Introduce generic link section.h symbol filesSimon Glass1-0/+27
2013-02-13MIPS: add dynamic relocation supportGabor Juhos1-2/+0