Hi Marek, Le 28/09/2016 à 01:30, Marek Vasut a écrit : > Add nios2 disassembler support. This patch is composed from binutils files > from commit "Opcodes and assembler support for Nios II R2". The files from > binutils used in this patch are: > > include/opcode/nios2.h > include/opcode/nios2r1.h > include/opcode/nios2r2.h > opcodes/nios2-opc.c > opcodes/nios2-dis.c
With Waldemar Brodkorb and I, we tested this series using 10m50 kernel defconfig with Buildroot generated system. In order to ease the test, we added the device tree and a initramfs to the kernel image. Here is the result: Welcome to Buildroot # cat /proc/cpuinfo CPU: Nios II/fast MMU: present FPU: none Clocking: 75.00 MHz BogoMips: 150.00 Calibration: 75000000 loops HW: MUL: yes MULX: no DIV: yes Icache: 32kB, line length: 32 Dcache: 32kB, line length: 32 TLB: 16 ways, 256 entries, 8 PID bits # uname -a Linux buildroot 4.8.1 #2 Fri Oct 14 19:10:18 CEST 2016 nios2 GNU/Linux When this series will be accepted in Qemu, I'll add a demo defconfig in Buildroot in order to ease runtime testing. Tested-by: Romain Naour <romain.na...@gmail.com> Best regards, Romain > Signed-off-by: Marek Vasut <ma...@denx.de> > Cc: Chris Wulff <crwu...@gmail.com> > Cc: Jeff Da Silva <jdasi...@altera.com> > Cc: Ley Foon Tan <lf...@altera.com> > Cc: Sandra Loosemore <san...@codesourcery.com> > Cc: Yves Vandervennet <yvand...@altera.com> > --- > V2: Replace the nios2.c with GPL2 licensed version > ---