aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/lib
AgeCommit message (Expand)AuthorFilesLines
2023-10-24mips: Remove common.h usageTom Rini7-7/+2
2023-08-09treewide: unify the linker symbol reference formatShiji Yang1-1/+1
2023-02-09Correct SPL uses of BOOTSTAGE_REPORTSimon Glass1-1/+1
2023-02-09Correct SPL use of BOOTSTAGE_FDTSimon Glass1-1/+1
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-1/+1
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-8/+8
2022-07-13mips: add support for noncached_alloc()Weijie Gao1-0/+43
2022-02-08mips: Avoid using config_enabled() directlySimon Glass1-1/+1
2021-09-23lmb: Switch to generic arch_lmb_reserve_generic()Marek Vasut1-8/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass5-0/+5
2021-01-15common: board_r: Drop arch-specific ifdefs around initr_trapOvidiu Panait1-1/+8
2020-08-26global: Move from bi_memstart/memsize -> gd->ram_base/ram_sizeStefan Roese2-2/+2
2020-07-18mips: sync asm/mipsregs.h with Linux 5.7Daniel Schwierzeck1-1/+1
2020-07-18mips: remove deprecated UNCACHED_SDRAM() macroDaniel Schwierzeck1-2/+2
2020-07-18mips: refactor disabling of cachesDaniel Schwierzeck1-0/+6
2020-07-18mips: add KSEG1 wrapper for change_k0_ccaDaniel Schwierzeck1-14/+18
2020-07-18mips: cache: Make invalidate_dcache_range() weak to enable overwriteStefan Roese1-1/+1
2020-07-18mips: cache: Make flush_cache() weak to enable overwriteStefan Roese1-1/+1
2020-07-18mips: cache: Allow using CONFIG_MIPS_L2_CACHE without CONFIG_MIPS_CMStefan Roese1-2/+0
2020-07-18mips: reloc: Change R_MIPS_NONE to catch pre-reloc BSS usageStefan Roese1-3/+4
2020-07-18mips: traps: Set WG bit in EBase register on OcteonStefan Roese1-0/+4
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass4-0/+4
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-2/+2
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-18common: 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-17common: 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-02common: Move trap_init() out of common.hSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass2-0/+2
2019-12-02common: 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