summaryrefslogtreecommitdiff
path: root/arch/mips/lib
Commit message (Expand)AuthorAgeFilesLines
* global: Move from bi_memstart/memsize -> gd->ram_base/ram_sizeStefan Roese2020-08-262-2/+2
* mips: sync asm/mipsregs.h with Linux 5.7Daniel Schwierzeck2020-07-181-1/+1
* mips: remove deprecated UNCACHED_SDRAM() macroDaniel Schwierzeck2020-07-181-2/+2
* mips: refactor disabling of cachesDaniel Schwierzeck2020-07-181-0/+6
* mips: add KSEG1 wrapper for change_k0_ccaDaniel Schwierzeck2020-07-181-14/+18
* mips: cache: Make invalidate_dcache_range() weak to enable overwriteStefan Roese2020-07-181-1/+1
* mips: cache: Make flush_cache() weak to enable overwriteStefan Roese2020-07-181-1/+1
* mips: cache: Allow using CONFIG_MIPS_L2_CACHE without CONFIG_MIPS_CMStefan Roese2020-07-181-2/+0
* mips: reloc: Change R_MIPS_NONE to catch pre-reloc BSS usageStefan Roese2020-07-181-3/+4
* mips: traps: Set WG bit in EBase register on OcteonStefan Roese2020-07-181-0/+4
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop linux/bug.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop asm/ptrace.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-184-0/+4
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-2/+2
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* mips: spl: Flush cache before jumping to U-Boot properStefan Roese2020-04-272-0/+22
* mips: add support to restore exception vector base before booting linuxWeijie Gao2020-04-272-0/+22
* mips: cmd: go: Flush cache before jumping to app/imageStefan Roese2020-04-092-0/+24
* MIPS: allow override of flush_dcache_range()Alex Nemirovsky2020-04-091-1/+1
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* common: Move relocate_code() to init.hSimon Glass2020-01-171-0/+1
* common: Move trap_init() out of common.hSimon Glass2019-12-021-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-022-0/+2
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* MIPS: add compile time definition of L2 cache sizeRamon Fried2019-10-251-1/+1
* env: Move env_init() to env.hSimon Glass2019-08-111-0/+1
* arch: mips: Update initrd_start and initrd_endHoratiu Vultur2019-05-031-0/+2
* bootm: mips: Remove boot_reloc_ramdiskHoratiu Vultur2019-04-121-19/+0
* 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