Re: [Qemu-devel] [PATCH] hw/sh4: Add dtb support

2016-06-26 Thread Aurelien Jarno
On 2016-06-19 14:34, Yoshinori Sato wrote: > New SH kernel use dtb. Do you have a pointer to the corresponding kernel code? I can't find in linus' tree. > This patch add dtb support for R2D board emulation. > > Signed-off-by: Yoshinori Sato > --- > hw/sh4/r2d.c | 52 +++

[Qemu-devel] [PATCH] hw/sh4: Add dtb support

2016-06-18 Thread Yoshinori Sato
New SH kernel use dtb. This patch add dtb support for R2D board emulation. Signed-off-by: Yoshinori Sato --- hw/sh4/r2d.c | 52 +++- 1 file changed, 43 insertions(+), 9 deletions(-) diff --git a/hw/sh4/r2d.c b/hw/sh4/r2d.c index f2547ed..203c117 1