summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib
Commit message (Expand)AuthorAgeFilesLines
* MIPS: add generic device tree 2nd stage supportAntony Pavlov2024-03-131-2/+11
* MIPS: bootm: fix format string type mismatchAhmad Fatoum2023-09-121-1/+1
* MIPS: reloc: use IS_ALIGNED macro to check for an alignmentDenis Orlov2023-07-271-1/+1
* MIPS: c-r4k: remove extra function declarationDenis Orlov2023-07-271-2/+0
* MIPS: c-r4k: do flush secondary cacheDenis Orlov2023-07-271-6/+6
* MIPS: c-r4k: generate blast_*cache functions via macrosDenis Orlov2023-07-271-17/+24
* MIPS: c-r4k: prettify code in __BUILD_BLAST_CACHE_RANGEDenis Orlov2023-07-271-8/+5
* MIPS: main_entry: remove exception vector arrayDenis Orlov2023-07-271-21/+8
* MIPS: print BadVAddr CP0 register on exceptionDenis Orlov2023-07-271-1/+2
* MIPS: cpuinfo: use appropriate format specifiers in printfDenis Orlov2023-07-271-3/+3
* MIPS: reloc: mark relocate_code() as noreturnDenis Orlov2023-07-271-2/+2
* MIPS: barebox.lds: remove extra whitespaceDenis Orlov2023-07-271-2/+0
* Merge branch 'for-next/mips'Sascha Hauer2023-06-225-38/+64
|\
| * MIPS: make setjmp/longjmp/initjmp available in 64BIT buildsDenis Orlov2023-06-091-24/+24
| * MIPS: add 64-bit support for optimized string functionsDenis Orlov2023-06-091-5/+32
| * MIPS: traps: fix passing wrong sp when returning from exceptionDenis Orlov2023-06-091-1/+1
| * MIPS: use MIPS32/MIPS64 generic instruction macrosDenis Orlov2023-06-091-4/+4
| * MIPS: reloc: fix relocation with CONFIG_64BIT enabledDenis Orlov2023-06-091-4/+3
* | dma: rework dma_sync_single_for_*() interfaceDenis Orlov2023-06-061-9/+9
|/
* MIPS: bootm: remove unnecessary phys/virt conversionsDenis Orlov2023-03-161-2/+2
* MIPS: bootm: do not leak memory on error in of_overlay_load_firmware()Denis Orlov2023-03-161-1/+1
* MIPS: bootm: do not free fdt pointer that contains an errorDenis Orlov2023-03-161-2/+2
* MIPS: dma-default: do not flush caches in dma_sync_single_* excessivelyDenis Orlov2023-03-141-19/+17
* MIPS: dma-default: use virtual addresses when flushing cachesDenis Orlov2023-03-141-2/+6
* MIPS: dma: remove unnecessary ifdefsDenis Orlov2023-02-131-8/+0
* treewide: rename CONFIG_HAS_ARCH_SJLJ to CONFIG_ARCH_HAS_SJLJAhmad Fatoum2022-12-071-1/+1
* lds: move OUTPUT_FORMAT/ARCH definition into headerAhmad Fatoum2022-10-112-2/+2
* lds: introduce <asm/barebox.lds.h>Ahmad Fatoum2022-10-112-2/+2
* pbl: replace __piggydata_end with __image_endAhmad Fatoum2022-08-221-1/+2
* clocksource: assign non-zero priorities to all clocksourcesAhmad Fatoum2022-04-251-0/+1
* MIPS: fix optimised memset returning garbageDenis Orlov2022-03-141-1/+1
* arch: add SPDX-License-Identifier to all .c filesAhmad Fatoum2022-01-055-0/+10
* arch: add SPDX-License-Identifier to all .S filesAhmad Fatoum2022-01-051-0/+2
* treewide: add SPDX-License-Identifier for .gitignoreAhmad Fatoum2022-01-051-0/+2
* treewide: add SPDX-License-Identifier for Kbuild/KconfigAhmad Fatoum2022-01-051-0/+2
* blspec: Rework firmware loadSascha Hauer2021-06-281-0/+4
* mips: Implement setjmp/longjmp/initjmp for 32BITSascha Hauer2021-03-172-0/+51
* mips: lib: bootm: use bootm elf loading capabilitiesClement Leger2020-06-151-13/+7
* common: elf: add elf_open, elf_close and elf_loadClement Leger2020-06-151-2/+6
* common: elf: load elf directly from fileClement Leger2020-06-151-7/+2
* MIPS: correctly work with disabled CONFIG_MMUAntony Pavlov2020-06-081-1/+5
* MIPS: don't overlay relocation data with BSSOleksij Rempel2020-02-032-2/+2
* MIPS: actually use CONFIG_MIPS_RELOCATION_TABLE_SIZEAntony Pavlov2020-01-161-1/+1
* MIPS: loongson: rename CPU_LOONGSON1 to CPU_GS232Du Huanpeng2020-01-061-2/+2
* MIPS: reloc: init bss and cpuOleksij Rempel2019-10-231-0/+2
* MIPS: move r4k_cache_init in to cpu_probe functionOleksij Rempel2019-10-231-0/+5
* MIPS: reloc: remove init of relocated bssOleksij Rempel2019-10-231-5/+1
* lds: Add and use RO_DATA_SECTION macroSascha Hauer2019-10-141-12/+4
* lds: create and use BAREBOX_PCI_FIXUP macroSascha Hauer2019-10-141-13/+1
* lds: Move start/end address variables into definesSascha Hauer2019-10-141-19/+2