summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib/reloc.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: reloc: use IS_ALIGNED macro to check for an alignmentDenis Orlov2023-07-271-1/+1
* MIPS: reloc: mark relocate_code() as noreturnDenis Orlov2023-07-271-2/+2
* MIPS: reloc: fix relocation with CONFIG_64BIT enabledDenis Orlov2023-06-091-4/+3
* MIPS: correctly work with disabled CONFIG_MMUAntony Pavlov2020-06-081-1/+5
* MIPS: don't overlay relocation data with BSSOleksij Rempel2020-02-031-1/+1
* MIPS: reloc: init bss and cpuOleksij Rempel2019-10-231-0/+2
* MIPS: reloc: remove init of relocated bssOleksij Rempel2019-10-231-5/+1
* mips: reloc: remove outdated commentOleksij Rempel2019-07-021-11/+0
* MIPS: relocate_code: fix barebox image memcpy() sizeAntony Pavlov2019-06-201-6/+5
* MIPS: relocation: add relocation supportOleksij Rempel2019-04-231-0/+182