aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
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 Schwierzeck8-553/+1211
2016-01-16MIPS: sync I/O related header files with linux-4.4Daniel Schwierzeck10-364/+941
2016-01-16MIPS: kconfig: add option for MIPS_L1_CACHE_SHIFTDaniel Schwierzeck2-10/+25
2016-01-16MIPS: Kconfig: optimize gcc -march and -mtune setupDaniel Schwierzeck4-15/+24
2016-01-16MIPS: au1x00: move SoC header files to arch/mips/mach-au1x00/include/mach/Daniel Schwierzeck4-3/+3
2016-01-16MIPS: Kconfig: refactor machine setupDaniel Schwierzeck1-1/+6
2016-01-16MIPS: add initial infrastructure for device-tree filesDaniel Schwierzeck5-0/+42
2016-01-16MIPS: do not build position-independent executables for SPLDaniel Schwierzeck1-4/+14
2016-01-16MIPS: create .text sub-sections for assembler functionsDaniel Schwierzeck1-1/+3
2016-01-16MIPS: fix annotation of _start and relocate_codeDaniel Schwierzeck2-7/+11
2016-01-16MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO.Purna Chandra Mandal1-0/+1
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten1-1/+1
2015-11-06Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini1-104/+92
2015-11-06MIPS: bootm: use CONFIG_IS_ENABLED() everywhereDaniel Schwierzeck1-19/+14
2015-11-06MIPS: bootm: rework and fix broken bootm codeDaniel Schwierzeck1-85/+78
2015-11-05mips: Use the generic bitops headersFabio Estevam1-0/+5
2015-08-21MIPS: fix syntax for fdt_chosen/initrd.Govindraj Raja1-2/+2
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-06-25Move default y configs out of arch/board KconfigJoe Hershberger1-3/+0
2015-05-12arch: Make board selection choices optionalJoe Hershberger1-0/+1
2015-04-24MIPS: implement device-tree handover to Linux kernelDaniel Schwierzeck2-7/+8
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-5/+7
2015-04-18net: Provide a function to get the current MAC addressJoe Hershberger1-1/+1
2015-03-28generic-board: move __HAVE_ARCH_GENERIC_BOARD to KconfigMasahiro Yamada1-2/+0
2015-01-30MIPS: unify CPU code in arch/mips/cpu/Daniel Schwierzeck12-389/+13
2015-01-30MIPS: move au1x00 SoC code to arch/mips/mach-au1x00Daniel Schwierzeck10-10/+8
2015-01-30MIPS: handle mips64 ST0_KX bit in mips32 start.SPaul Burton1-1/+3
2015-01-30MIPS: handle mips64 relocs in mips32 start.SPaul Burton1-2/+17
2015-01-30MIPS: use asm.h macros in mips32 start.SPaul Burton1-55/+61
2015-01-29malta: IDE supportPaul Burton1-0/+5
2015-01-29MIPS: clear TagLo select 2 during cache initPaul Burton1-2/+8
2015-01-29MIPS: allow systems to skip loads during cache initPaul Burton2-6/+19
2015-01-29MIPS: inline mips_init_[id]cache functionsPaul Burton1-58/+28
2015-01-29MIPS: refactor cache loops to a macroPaul Burton1-17/+13
2015-01-29MIPS: refactor L1 cache config reads to a macroPaul Burton1-56/+41
2015-01-29MIPS: unify cache initialization codePaul Burton5-224/+15
2015-01-29MIPS: unify cache maintenance functionsPaul Burton4-167/+119
2015-01-29MIPS: avoid .set ISA for cache operationsPaul Burton3-38/+33
2015-01-21MIPS: add support for pre-relocation mallocDaniel Schwierzeck3-4/+46
2015-01-21MIPS: add support for CONFIG_SYS_INIT_SP_ADDRDaniel Schwierzeck2-2/+12
2015-01-21MIPS: add Kconfig option for CONFIG_SWAP_IO_SPACEDaniel Schwierzeck1-0/+4
2015-01-21MIPS: replace $(CPU) with Kconfig symbolsDaniel Schwierzeck2-2/+12
2015-01-21MIPS: use common code from lib/time.cThomas Langer2-110/+8
2015-01-21MIPS: bootm: add bootstage reportingDaniel Schwierzeck1-2/+6
2015-01-21MIPS: bootm: prepare a flattened device tree for the kernelDaniel Schwierzeck2-2/+47
2015-01-21MIPS: bootm: add mem, rd_start and rd_size to kernel command lineDaniel Schwierzeck1-0/+26