summaryrefslogtreecommitdiff
path: root/arch/mips/lib
AgeCommit message (Expand)Author
2022-02-08mips: Avoid using config_enabled() directlySimon Glass
2021-09-23lmb: Switch to generic arch_lmb_reserve_generic()Marek Vasut
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-15common: board_r: Drop arch-specific ifdefs around initr_trapOvidiu Panait
2020-08-26global: Move from bi_memstart/memsize -> gd->ram_base/ram_sizeStefan Roese
2020-07-18mips: sync asm/mipsregs.h with Linux 5.7Daniel Schwierzeck
2020-07-18mips: remove deprecated UNCACHED_SDRAM() macroDaniel Schwierzeck
2020-07-18mips: refactor disabling of cachesDaniel Schwierzeck
2020-07-18mips: add KSEG1 wrapper for change_k0_ccaDaniel Schwierzeck
2020-07-18mips: cache: Make invalidate_dcache_range() weak to enable overwriteStefan Roese
2020-07-18mips: cache: Make flush_cache() weak to enable overwriteStefan Roese
2020-07-18mips: cache: Allow using CONFIG_MIPS_L2_CACHE without CONFIG_MIPS_CMStefan Roese
2020-07-18mips: reloc: Change R_MIPS_NONE to catch pre-reloc BSS usageStefan Roese
2020-07-18mips: traps: Set WG bit in EBase register on OcteonStefan Roese
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-04-27mips: spl: Flush cache before jumping to U-Boot properStefan Roese
2020-04-27mips: add support to restore exception vector base before booting linuxWeijie Gao
2020-04-09mips: cmd: go: Flush cache before jumping to app/imageStefan Roese
2020-04-09MIPS: allow override of flush_dcache_range()Alex Nemirovsky
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2020-01-17common: Move relocate_code() to init.hSimon Glass
2019-12-02common: Move trap_init() out of common.hSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-10-25MIPS: add compile time definition of L2 cache sizeRamon Fried
2019-08-11env: Move env_init() to env.hSimon Glass
2019-05-03arch: mips: Update initrd_start and initrd_endHoratiu Vultur
2019-04-12bootm: mips: Remove boot_reloc_ramdiskHoratiu Vultur
2018-09-22MIPS: cache: remove config option CONFIG_SYS_MIPS_CACHE_MODEDaniel Schwierzeck
2018-09-22MIPS: cache: make index base address configurableDaniel Schwierzeck
2018-09-22MIPS: cache: optimise changing of k0 CCA modeDaniel Schwierzeck
2018-09-22MIPS: cache: reimplement dcache_[status, enable, disable]Daniel Schwierzeck
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin
2017-11-28MIPS: Break out of cache loops for unimplemented cachesPaul Burton
2017-11-28MIPS: Clear instruction hazards in flush_cache()Paul Burton
2017-11-28MIPS: Ensure cache ops complete in cache maintenance functionsPaul Burton
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-07-25MIPS: bootm: Fix broken boot_env_legacy codepathZubair Lutfullah Kakakhel
2017-07-25MIPS: Stop building position independent codePaul Burton
2017-05-12MIPS: Make CM GCR base configurablePaul Burton
2016-12-02libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada