]> git.baikalelectronics.ru Git - kernel.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)
committerSteven J. Hill <Steven.Hill@imgtec.com>
Wed, 1 May 2013 21:32:46 +0000 (16:32 -0500)
commitc3ef36635557ef22d2c0bce5dc573a725ce85d22
tree9a2a89d17ef06eb672dc03bddce61f3aea889558
parentada0c01bdba7927923a60249c9db65fd8ff515ed
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>
(cherry picked from commit 5f011a866afbd03a5379f67f4e70e5efbdfc16e9)
arch/mips/Kconfig
arch/mips/include/asm/uasm.h
arch/mips/mm/Makefile
arch/mips/mm/uasm-micromips.c [new file with mode: 0644]