summaryrefslogtreecommitdiff
path: root/arch/mips/lib
AgeCommit message (Expand)AuthorFilesLines
2016-02-02MIPS: Support dynamic I/O port base addressPaul Burton2-13/+0
2016-02-02mips: cache: Bulletproof the code against cornercasesMarek Vasut1-0/+8
2016-01-16MIPS: sync processor and register definitions with linux-4.4Daniel Schwierzeck2-10/+10
2015-11-06MIPS: bootm: use CONFIG_IS_ENABLED() everywhereDaniel Schwierzeck1-19/+14
2015-11-06MIPS: bootm: rework and fix broken bootm codeDaniel Schwierzeck1-85/+78
2015-08-21MIPS: fix syntax for fdt_chosen/initrd.Govindraj Raja1-2/+2
2015-04-24MIPS: implement device-tree handover to Linux kernelDaniel Schwierzeck1-1/+5
2015-01-29MIPS: clear TagLo select 2 during cache initPaul Burton1-2/+8
2015-01-29MIPS: allow systems to skip loads during cache initPaul Burton1-6/+13
2015-01-29MIPS: inline mips_init_[id]cache functionsPaul Burton1-58/+28
2015-01-29MIPS: refactor cache loops to a macroPaul Burton1-17/+13
2015-01-29MIPS: refactor L1 cache config reads to a macroPaul Burton1-56/+41
2015-01-29MIPS: unify cache initialization codePaul Burton2-0/+278
2015-01-29MIPS: unify cache maintenance functionsPaul Burton2-0/+119
2015-01-21MIPS: bootm: add bootstage reportingDaniel Schwierzeck1-2/+6
2015-01-21MIPS: bootm: prepare a flattened device tree for the kernelDaniel Schwierzeck1-2/+36
2015-01-21MIPS: bootm: add mem, rd_start and rd_size to kernel command lineDaniel Schwierzeck1-0/+26
2015-01-21MIPS: bootm: refactor preparation of Linux kernel environmentDaniel Schwierzeck1-1/+13
2015-01-21MIPS: bootm: refactor preparation of Linux kernel command lineDaniel Schwierzeck1-2/+14
2014-11-27MIPS: bootm: remove unused or redundant header filesDaniel Schwierzeck1-3/+0
2014-11-27MIPS: bootm: add missing initramfs relocationDaniel Schwierzeck1-0/+20
2014-11-27MIPS: remove board.cDaniel Schwierzeck2-323/+0
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada1-1/+0
2014-04-20MIPS: drop incaip boardDaniel Schwierzeck1-3/+0
2014-04-20MIPS: allow use of generic boardPaul Burton1-0/+2
2014-04-20MIPS: move mips_io_port_base out of board.cPaul Burton3-6/+14
2014-03-07kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCCMasahiro Yamada1-6/+1
2013-11-27mips: don't hardcode Malta env baudratePaul Burton1-2/+4
2013-11-09qemu-malta: rename to just "malta"Paul Burton1-6/+6
2013-10-31mips: convert makefiles to Kbuild styleMasahiro Yamada1-39/+5
2013-08-13MIPS: bootm: drop obsolete Qemu specific bootm implementationDaniel Schwierzeck2-66/+0
2013-08-13MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu MaltaDaniel Schwierzeck1-2/+20
2013-08-13MIPS: bootm: add support for generic relocation of init ramdisksDaniel Schwierzeck1-2/+6
2013-08-13MIPS: bootm: refactor initialisation of kernel environmentDaniel Schwierzeck1-33/+29
2013-08-13MIPS: bootm: refactor initialisation of kernel cmdlineDaniel Schwierzeck1-47/+83
2013-08-13MIPS: bootm: add support for LMBDaniel Schwierzeck1-0/+21
2013-08-13MIPS: bootm: optimize kernel entry callDaniel Schwierzeck1-7/+4
2013-08-13MIPS: bootm: fix checkpatch.pl warningsDaniel Schwierzeck1-6/+7
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk4-68/+4
2013-07-17Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-2/+2
2013-05-02lib: consolidate hang()Andreas Bießmann1-7/+0
2013-02-15MIPS: board.c: remove manual relocation of env_name_specDaniel Schwierzeck1-8/+0
2013-02-13MIPS: add dynamic relocation supportGabor Juhos1-9/+0
2013-02-13MIPS: board.c: switch to new symbols __bss_end and __image_copy_endDaniel Schwierzeck1-2/+3
2013-01-16MIPS: bootm.c: add support for 'prep' and 'go' subcommandsGabor Juhos1-2/+13
2013-01-16MIPS: bootm.c: separate environment initializationGabor Juhos1-23/+27
2013-01-16MIPS: bootm.c: separate linux jump codeGabor Juhos1-13/+19
2013-01-16MIPS: bootm.c: use debug macro to print debug messageGabor Juhos1-3/+1
2012-12-12mips: serial: Fix busted manual relocationJoe Hershberger1-0/+3
2012-12-12MIPS: constify mips_io_port_baseDaniel Schwierzeck1-1/+1