summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* MIPS: fix mips_cache fallback without __builtin_mips_cacheMatthias Schiffer2016-03-091-1/+1
* Use correct spelling of "U-Boot"Bin Meng2016-02-061-1/+1
* board: Enable ethernet, tftpboot support to pic32mzdask board.Purna Chandra Mandal2016-02-012-0/+20
* board: add SDHCI support for PIC32MZDASK board.Purna Chandra Mandal2016-02-012-0/+18
* board: Add Microchip PIC32MZ[DA]-Starter-Kit board.Purna Chandra Mandal2016-02-013-1/+52
* MIPS: Add support for Microchip PIC32MZ[DA] SoC family.Purna Chandra Mandal2016-02-017-2/+379
* drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32.Purna Chandra Mandal2016-02-011-0/+32
* MIPS: initial infrastructure for Microchip PIC32 architecturePurna Chandra Mandal2016-02-016-0/+110
* MIPS: Support dynamic I/O port base addressPaul Burton2016-02-015-34/+34
* MIPS: Remove SLOW_DOWN_IOPaul Burton2016-02-011-37/+3
* mips: cache: Bulletproof the code against cornercasesMarek Vasut2016-02-011-0/+8
* MIPS: start.S: fix and optimize instructionsDaniel Schwierzeck2016-02-011-11/+11
* MIPS: initialize board_init_f() argument to zero.Purna Chandra Mandal2016-02-011-1/+1
* mips: asm/io.h: Add in <linux/bug.h>Tom Rini2016-01-251-0/+1
* MIPS: implement bit manipulating I/O accessorsDaniel Schwierzeck2016-01-161-0/+55
* MIPS: fix SPDX license identifier in remaining arch header filesDaniel Schwierzeck2016-01-1614-55/+32
* MIPS: sync processor and register definitions with linux-4.4Daniel Schwierzeck2016-01-168-553/+1211
* MIPS: sync I/O related header files with linux-4.4Daniel Schwierzeck2016-01-1610-364/+941
* MIPS: kconfig: add option for MIPS_L1_CACHE_SHIFTDaniel Schwierzeck2016-01-162-10/+25
* MIPS: Kconfig: optimize gcc -march and -mtune setupDaniel Schwierzeck2016-01-164-15/+24
* MIPS: au1x00: move SoC header files to arch/mips/mach-au1x00/include/mach/Daniel Schwierzeck2016-01-164-3/+3
* MIPS: Kconfig: refactor machine setupDaniel Schwierzeck2016-01-161-1/+6
* MIPS: add initial infrastructure for device-tree filesDaniel Schwierzeck2016-01-165-0/+42
* MIPS: do not build position-independent executables for SPLDaniel Schwierzeck2016-01-161-4/+14
* MIPS: create .text sub-sections for assembler functionsDaniel Schwierzeck2016-01-161-1/+3
* MIPS: fix annotation of _start and relocate_codeDaniel Schwierzeck2016-01-162-7/+11
* MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO.Purna Chandra Mandal2016-01-161-0/+1
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-141-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2015-11-061-104/+92
|\
| * MIPS: bootm: use CONFIG_IS_ENABLED() everywhereDaniel Schwierzeck2015-11-061-19/+14
| * MIPS: bootm: rework and fix broken bootm codeDaniel Schwierzeck2015-11-061-85/+78
* | mips: Use the generic bitops headersFabio Estevam2015-11-051-0/+5
|/
* MIPS: fix syntax for fdt_chosen/initrd.Govindraj Raja2015-08-211-2/+2
* mips: Use unsigned int when reading c0 registersChris Packham2015-08-211-2/+2
* MIPS: change 'extern inline' to 'static inline'Daniel Schwierzeck2015-07-022-9/+9
* MIPS: fix missing semicolon in cacheops.hTony Wu2015-07-021-1/+1
* Move default y configs out of arch/board KconfigJoe Hershberger2015-06-251-3/+0
* arch: Make board selection choices optionalJoe Hershberger2015-05-121-0/+1
* MIPS: implement device-tree handover to Linux kernelDaniel Schwierzeck2015-04-242-7/+8
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-5/+7
* net: Provide a function to get the current MAC addressJoe Hershberger2015-04-181-1/+1
* generic-board: move __HAVE_ARCH_GENERIC_BOARD to KconfigMasahiro Yamada2015-03-281-2/+0
* MIPS: unify CPU code in arch/mips/cpu/Daniel Schwierzeck2015-01-3012-389/+13
* MIPS: move au1x00 SoC code to arch/mips/mach-au1x00Daniel Schwierzeck2015-01-3010-10/+8
* MIPS: handle mips64 ST0_KX bit in mips32 start.SPaul Burton2015-01-301-1/+3
* MIPS: handle mips64 relocs in mips32 start.SPaul Burton2015-01-301-2/+17
* MIPS: use asm.h macros in mips32 start.SPaul Burton2015-01-301-55/+61
* malta: IDE supportPaul Burton2015-01-291-0/+5
* MIPS: clear TagLo select 2 during cache initPaul Burton2015-01-291-2/+8
* MIPS: allow systems to skip loads during cache initPaul Burton2015-01-292-6/+19
OpenPOWER on IntegriCloud