summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)Author
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.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: Add support for SoM "VoCore2".Mauro Condarelli
2020-04-27mips: mt76x8: ddr_cal: Correct dqs_find_min/max implementationsStefan Roese
2020-04-27mips: mt76x8: ddr_cal: Change types from u32 to int in dqs_find_min/maxStefan Roese
2020-04-27mips: mt76x8: ddr_cal: Rename dqs_test_valid() to dqs_test_error()Stefan Roese
2020-04-27mips: mtmips: add support for mt7628-rfbWeijie Gao
2020-04-27mips: mtmips: enable SPL for all boardsWeijie Gao
2020-04-27mips: mtmips: add SPL supportWeijie Gao
2020-04-27mips: mtmips: rewrite lowlevel codes of mt7628Weijie Gao
2020-04-27mips: add a option to support not reserving malloc space on initial stackWeijie Gao
2020-04-27mips: add an option to support initialize SRAM for initial stackWeijie Gao
2020-04-27dts: mtmips: add alternative pinmux node for uart2Weijie Gao
2020-04-27mips: add a mtmips-specific field to architecture-specific global dataWeijie Gao
2020-04-27mips: mtmips: make use of sysreset-resetctrl for mt7628 socWeijie Gao
2020-04-27mips: spl: Flush cache before jumping to U-Boot properStefan Roese
2020-04-27mips: add an option to enable u_boot_list section for SPL loaders in u-boot-s...Weijie Gao
2020-04-27mips: enable support for appending dtb to spl binaryWeijie Gao
2020-04-27mips: start.S: avoid overwriting outside gd when clearing global data in stackWeijie Gao
2020-04-27mips: mtmips: add predefined i-cache/d-cache size and linesizeWeijie Gao
2020-04-27mips: add support to restore exception vector base before booting linuxWeijie Gao
2020-04-13Merge branch 'next'Tom Rini
2020-04-10kconfig / kbuild: Re-sync with Linux 4.19Tom Rini
2020-04-09mips: cmd: go: Flush cache before jumping to app/imageStefan Roese
2020-04-09mips: vcoreiii: Fix cache coherency issuesLars Povlsen
2020-04-09MIPS: allow override of get_tbclk()Alex Nemirovsky
2020-04-09MIPS: allow override of flush_dcache_range()Alex Nemirovsky
2020-04-03arch: Add explicit linker script for u-boot-elfMichal Simek
2020-02-20dma-mapping: add <asm/dma-mapping.h> for all architecturesMasahiro Yamada
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass
2020-01-17common: Move get_tbclk() to time.hSimon Glass
2020-01-17common: Move clock functions into a new fileSimon Glass
2020-01-17common: Move relocate_code() to init.hSimon Glass
2019-12-02Merge branch '2019-12-02-master-imports'Tom Rini
2019-12-02common: Move trap_init() out of common.hSimon Glass
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass
2019-12-02common: Move interrupt functions into a new headerSimon 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-12-02common: Move get_ticks() function out of common.hSimon Glass