summaryrefslogtreecommitdiff
path: root/arch/mips/lib
Commit message (Expand)AuthorAgeFilesLines
* MIPS: cache: remove config option CONFIG_SYS_MIPS_CACHE_MODEDaniel Schwierzeck2018-09-221-5/+1
* MIPS: cache: make index base address configurableDaniel Schwierzeck2018-09-221-10/+8
* MIPS: cache: optimise changing of k0 CCA modeDaniel Schwierzeck2018-09-221-22/+32
* MIPS: cache: reimplement dcache_[status, enable, disable]Daniel Schwierzeck2018-09-222-46/+20
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-079-20/+9
* fdt: Implement weak arch_fixup_fdt()Alexey Brodkin2018-02-181-4/+2
* MIPS: Break out of cache loops for unimplemented cachesPaul Burton2017-11-281-7/+6
* MIPS: Clear instruction hazards in flush_cache()Paul Burton2017-11-281-0/+4
* MIPS: Ensure cache ops complete in cache maintenance functionsPaul Burton2017-11-281-1/+12
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-3/+3
* MIPS: bootm: Fix broken boot_env_legacy codepathZubair Lutfullah Kakakhel2017-07-251-4/+4
* MIPS: Stop building position independent codePaul Burton2017-07-252-0/+165
* MIPS: Make CM GCR base configurablePaul Burton2017-05-121-0/+2
* libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada2016-12-021-2/+0
* MIPS: Use ram_top, not bi_memsize, in arch_lmb_reservePaul Burton2016-11-301-1/+1
* MIPS: add handling for generic and EJTAG exceptionsDaniel Schwierzeck2016-11-303-0/+332
* MIPS: reserve space for exception vectorsDaniel Schwierzeck2016-11-302-0/+20
* MIPS: add asm-offsets for struct pt_regsDaniel Schwierzeck2016-11-301-0/+61
* MIPS: Ensure cache ops complete in mips_cache_resetPaul Burton2016-09-211-0/+2
* MIPS: Clear hazard between TagLo writes & cache opsPaul Burton2016-09-211-0/+1
* MIPS: Join the coherent domain when a CM is presentPaul Burton2016-09-211-0/+38
* MIPS: L2 cache supportPaul Burton2016-09-212-6/+239
* MIPS: Define register names for cache initPaul Burton2016-09-211-19/+23
* MIPS: Enable use of the instruction cache earlierPaul Burton2016-09-211-0/+13
* MIPS: Probe cache line sizes once during bootPaul Burton2016-09-211-18/+25
* libfdt: Introduce new ARCH_FIXUP_FDT optionMichal Simek2016-07-311-0/+2
* MIPS: Fix invalidate_dcache_range to operate on L1 DcachePaul Burton2016-06-101-1/+1
* MIPS: Abstract cache op loops with a macroPaul Burton2016-05-311-41/+18
* MIPS: Split I & D cache line size configPaul Burton2016-05-312-17/+9
* MIPS: Move cache sizes to KconfigPaul Burton2016-05-312-4/+4
* MIPS: Use unchecked immediate addition/subtractionPaul Burton2016-05-211-1/+1
* MIPS: bootm: Add fixup of '/memory' node.Purna Chandra Mandal2016-04-191-2/+3
* MIPS: Support dynamic I/O port base addressPaul Burton2016-02-012-13/+0
* mips: cache: Bulletproof the code against cornercasesMarek Vasut2016-02-011-0/+8
* MIPS: sync processor and register definitions with linux-4.4Daniel Schwierzeck2016-01-162-10/+10
* 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: fix syntax for fdt_chosen/initrd.Govindraj Raja2015-08-211-2/+2
* MIPS: implement device-tree handover to Linux kernelDaniel Schwierzeck2015-04-241-1/+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-291-6/+13
* MIPS: inline mips_init_[id]cache functionsPaul Burton2015-01-291-58/+28
* MIPS: refactor cache loops to a macroPaul Burton2015-01-291-17/+13
* MIPS: refactor L1 cache config reads to a macroPaul Burton2015-01-291-56/+41
* MIPS: unify cache initialization codePaul Burton2015-01-292-0/+278
* MIPS: unify cache maintenance functionsPaul Burton2015-01-292-0/+119
* MIPS: bootm: add bootstage reportingDaniel Schwierzeck2015-01-211-2/+6
* MIPS: bootm: prepare a flattened device tree for the kernelDaniel Schwierzeck2015-01-211-2/+36
* MIPS: bootm: add mem, rd_start and rd_size to kernel command lineDaniel Schwierzeck2015-01-211-0/+26
* MIPS: bootm: refactor preparation of Linux kernel environmentDaniel Schwierzeck2015-01-211-1/+13