summaryrefslogtreecommitdiff
path: root/arch/mips/lib
AgeCommit message (Expand)Author
2025-06-13spl: Rename jump_to_image_no_args()Simon Glass
2024-10-11arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-09-03lmb: do away with arch_lmb_reserve()Sughosh Ganu
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini
2024-04-18Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini
2024-04-10Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini
2024-04-10treewide: Make arch-specific bootm code depend on BOOTMSimon Glass
2024-03-13mips: fix change_k0_cca()Daniel Schwierzeck
2024-03-13mips: implement __udivdi3Linus Walleij
2023-12-21bootm: Rename do_bootm_states() to bootm_run_states()Simon Glass
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass
2023-12-13boot: Drop size parameter from image_setup_libfdt()Simon Glass
2023-10-24mips: Remove common.h usageTom Rini
2023-08-09treewide: unify the linker symbol reference formatShiji Yang
2023-02-09Correct SPL uses of BOOTSTAGE_REPORTSimon Glass
2023-02-09Correct SPL use of BOOTSTAGE_FDTSimon Glass
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass
2022-07-13mips: add support for noncached_alloc()Weijie Gao
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