]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: microMIPS: uasm: Add microMIPS micro assembler support.
authorSteven J. Hill <sjhill@mips.com>
Tue, 5 Feb 2013 22:52:02 +0000 (16:52 -0600)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 13 Mar 2013 20:17:08 +0000 (21:17 +0100)
commit5f011a866afbd03a5379f67f4e70e5efbdfc16e9
treec34fa9be3b974c8e18a7d8c21c97858efb90c9c6
parent0961103562ab958fa74f35043bf4f72e51ed6155
MIPS: microMIPS: uasm: Add microMIPS micro assembler support.

Add new file 'uasm-micromips.c' that allows the micro assembler
to generate microMIPS ISA code. It can be included in the kernel
alongside the classic ISA as long as the platform supports the
microMIPS ISA.

Signed-off-by: Steven J. Hill <sjhill@mips.com>
Cc: linux-mips@linux-mips.org
Cc: cernekee@gmail.com
Cc: kevink@paralogos.com
Cc: ddaney.cavm@gmail.com
Patchwork: https://patchwork.linux-mips.org/patch/4923/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig
arch/mips/include/asm/uasm.h
arch/mips/mm/Makefile
arch/mips/mm/uasm-micromips.c [new file with mode: 0644]