summaryrefslogtreecommitdiffstats
path: root/arch/mips/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* restart: replace reset_cpu with registered restart handlersSascha Hauer2015-08-271-1/+2
* exitcall: Add exitcall infrastructureHerve Codina2015-07-131-0/+4
* treewide: Reuse init_clock() return value for clocksource driversAlexander Shiyan2014-11-101-2/+1
* MIPS: add (another) Ingenic vendor IDAntony Pavlov2014-09-111-0/+1
* MIPS: add support for metadata in barebox imagesAntony Pavlov2014-08-071-0/+2
* move file helper functions to separate fileSascha Hauer2014-08-071-0/+1
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-1/+1
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* MIPS: lib: add BAREBOX_CLK_TABLE to linker scriptAntony Pavlov2014-03-281-0/+2
* MIPS: csrc-r4k: use CLOCKSOURCE_MASK() macroAntony Pavlov2014-01-301-1/+1
* MIPS: add Loongson-1B processor constants and CPU probeAntony Pavlov2014-01-211-0/+21
* MIPS: import exception registers saving from linux kernelAntony Pavlov2013-12-042-7/+41
* MIPS: add asm-offsets.h generationAntony Pavlov2013-12-041-0/+61
* MIPS: add initial device tree supportAntony Pavlov2013-05-131-0/+2
* mips: initialize malloc pool before start_barebox()Sascha Hauer2013-03-142-30/+0
* barebox-data: add barebox-data sectionsAlexander Aring2013-01-181-0/+2
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-174-12/+0
* MIPS: add initial exceptions handlingAntony Pavlov2012-07-273-0/+140
* MIPS: cpuinfo: import CPU message from Linux 3.4Antony Pavlov2012-05-231-2/+25
* MIPS: import CPU and cache detection code from Linux 3.4Antony Pavlov2012-05-233-0/+244
* MIPS: bootm: add "MIPS barebox" handlerAntony Pavlov2012-05-112-0/+44
* mips: Fix compiler warningsSascha Hauer2012-04-051-0/+4
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* introduce barebox_bare_init_size to known the bare_init size and check itJean-Christophe PLAGNIOL-VILLARD2012-01-231-0/+3
* Merge branch 'next'Sascha Hauer2011-12-072-1/+5
|\
| * fix malloc space sizesSascha Hauer2011-12-031-1/+1
| * add magicvar commandSascha Hauer2011-11-291-0/+4
* | MIPS: provide __bss_stop in linker scriptAntony Pavlov2011-12-071-1/+1
|/
* remove EARLY_INIT and EARLY_CONSOLE supportSascha Hauer2011-09-271-4/+0
* rename include/mem_malloc.h to include/memory.hSascha Hauer2011-09-231-1/+1
* introduce io.hSascha Hauer2011-09-221-1/+1
* MIPS: add draft cpuinfo commandAntony Pavlov2011-08-052-0/+40
* MIPS: add common MIPS stuffAntony Pavlov2011-08-055-0/+163