summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* barebox.lds: Remove unnecessary bracesSascha Hauer2019-10-141-2/+2
* mips: bootm: Cast elf entry into unsigned longClement Leger2019-09-061-1/+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: lib/Makefile: fix whitespacesAntony Pavlov2019-06-201-2/+2
* MIPS: relocation: do not use configurable memory layoutOleksij Rempel2019-04-232-5/+22
* MIPS: relocation: add relocation supportOleksij Rempel2019-04-234-3/+217
* pbl multiimage: Allow to check image sizesSascha Hauer2019-03-131-0/+5
* MIPS: ath79: add spi and sram bootstrap helpersOleksij Rempel2019-01-242-0/+17
* MIPS: convert files with not precise GNU version to SPDXOleksij Rempel2019-01-033-12/+3
* MIPS: migrate all files to SPDXOleksij Rempel2019-01-036-55/+6
* MIPS: add arch/mips/lib/pbl.lds.SOleksij Rempel2018-12-131-0/+53
* MIPS: fix PCI quirk infrastructure buildAntony Pavlov2018-09-171-0/+11
* Merge branch 'for-next/riscv'Sascha Hauer2018-07-095-120/+0
|\
| * MIPS: Use generic GCC library routines from lib/Antony Pavlov2018-06-295-120/+0
* | Merge branch 'for-next/bootm'Sascha Hauer2018-07-091-0/+59
|\ \ | |/ |/|
| * MIPS: bootm: add ELF handlerOleksij Rempel2018-06-181-0/+59
* | MIPS: use CKSEG1 instead of KSEG1Peter Mamonov2018-05-241-4/+4
|/
* dma: Use dma_addr_t as type for DMA addressesSascha Hauer2018-03-291-2/+2
* ratp: implement generic command supportAleksander Morgado2018-03-011-0/+4
* MIPS: add 74Kc infoOleksij Rempel2017-07-311-0/+4
* MIPS: barebox.lds.S: put .text_entry contents after _stext and _textAntony Pavlov2017-05-081-1/+1
* MIPS: barebox.lds.S: remove unused gotAntony Pavlov2017-05-081-3/+0
* MIPS: barebox.lds.S: drop unneeded '_start = .'Antony Pavlov2017-05-081-1/+0
* include: Move bulk of boot.h to bootm.hSascha Hauer2016-07-261-0/+1
* MIPS: csrc-r4k: get cp0 counter rate from devicetreeAntony Pavlov2016-07-071-2/+22
* MIPS: implement dma_sync_* functionsPeter Mamonov2016-03-092-0/+58
* MIPS: flush cache on shutdownAntony Pavlov2016-03-093-0/+37
* MIPS: add initial R4000-style cache supportAntony Pavlov2016-03-091-0/+47
* MIPS: probe_scache(): use MIPS_CONF_M linux kernel macroAntony Pavlov2016-03-091-3/+2
* bootm: Push dryrun to handlersSascha Hauer2016-01-261-0/+6
* MIPS: import optimized string functions from LinuxAleksey Kuleshov2015-11-263-0/+425
* MIPS: allow user to pass incorrect address to md commandAntony Pavlov2015-11-112-6/+52
* MIPS: traps.c: separate registers print stuff to show_regs()Antony Pavlov2015-11-111-7/+12
* mips: cpuinfo: report secondary cache configurationPeter Mamonov2015-11-031-1/+10
* mips: c-r4k: detect secondary cachePeter Mamonov2015-11-032-2/+31
* MIPS: PBL: Add missing pieces for xz compressed PBL imageAntony Pavlov2015-09-211-0/+2