summaryrefslogtreecommitdiff
path: root/arch/mips/lib
AgeCommit message (Expand)AuthorFilesLines
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-2/+2
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-27mips: spl: Flush cache before jumping to U-Boot properStefan Roese2-0/+22
2020-04-27mips: add support to restore exception vector base before booting linuxWeijie Gao2-0/+22
2020-04-09mips: cmd: go: Flush cache before jumping to app/imageStefan Roese2-0/+24
2020-04-09MIPS: allow override of flush_dcache_range()Alex Nemirovsky1-1/+1
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Move relocate_code() to init.hSimon Glass1-0/+1
2019-12-03common: Move trap_init() out of common.hSimon Glass1-0/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass2-0/+2
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-10-25MIPS: add compile time definition of L2 cache sizeRamon Fried1-1/+1
2019-08-11env: Move env_init() to env.hSimon Glass1-0/+1
2019-05-03arch: mips: Update initrd_start and initrd_endHoratiu Vultur1-0/+2
2019-04-12bootm: mips: Remove boot_reloc_ramdiskHoratiu Vultur1-19/+0
2018-09-22MIPS: cache: remove config option CONFIG_SYS_MIPS_CACHE_MODEDaniel Schwierzeck1-5/+1
2018-09-22MIPS: cache: make index base address configurableDaniel Schwierzeck1-10/+8
2018-09-22MIPS: cache: optimise changing of k0 CCA modeDaniel Schwierzeck1-22/+32
2018-09-22MIPS: cache: reimplement dcache_[status, enable, disable]Daniel Schwierzeck2-46/+20
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini9-20/+9
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin1-4/+2
2017-11-28MIPS: Break out of cache loops for unimplemented cachesPaul Burton1-7/+6
2017-11-28MIPS: Clear instruction hazards in flush_cache()Paul Burton1-0/+4
2017-11-28MIPS: Ensure cache ops complete in cache maintenance functionsPaul Burton1-1/+12
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-3/+3
2017-07-25MIPS: bootm: Fix broken boot_env_legacy codepathZubair Lutfullah Kakakhel1-4/+4
2017-07-25MIPS: Stop building position independent codePaul Burton2-0/+165
2017-05-12MIPS: Make CM GCR base configurablePaul Burton1-0/+2
2016-12-03libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada1-2/+0
2016-11-30MIPS: Use ram_top, not bi_memsize, in arch_lmb_reservePaul Burton1-1/+1
2016-11-30MIPS: add handling for generic and EJTAG exceptionsDaniel Schwierzeck3-0/+332
2016-11-30MIPS: reserve space for exception vectorsDaniel Schwierzeck2-0/+20
2016-11-30MIPS: add asm-offsets for struct pt_regsDaniel Schwierzeck1-0/+61
2016-09-21MIPS: Ensure cache ops complete in mips_cache_resetPaul Burton1-0/+2
2016-09-21MIPS: Clear hazard between TagLo writes & cache opsPaul Burton1-0/+1
2016-09-21MIPS: Join the coherent domain when a CM is presentPaul Burton1-0/+38
2016-09-21MIPS: L2 cache supportPaul Burton2-6/+239
2016-09-21MIPS: Define register names for cache initPaul Burton1-19/+23
2016-09-21MIPS: Enable use of the instruction cache earlierPaul Burton1-0/+13
2016-09-21MIPS: Probe cache line sizes once during bootPaul Burton1-18/+25
2016-08-01libfdt: Introduce new ARCH_FIXUP_FDT optionMichal Simek1-0/+2
2016-06-10MIPS: Fix invalidate_dcache_range to operate on L1 DcachePaul Burton1-1/+1
2016-05-31MIPS: Abstract cache op loops with a macroPaul Burton1-41/+18
2016-05-31MIPS: Split I & D cache line size configPaul Burton2-17/+9
2016-05-31MIPS: Move cache sizes to KconfigPaul Burton2-4/+4
2016-05-21MIPS: Use unchecked immediate addition/subtractionPaul Burton1-1/+1
2016-04-19MIPS: bootm: Add fixup of '/memory' node.Purna Chandra Mandal1-2/+3