Re: [Qemu-devel] [PATCH V1 1/3] leon3: add a little bootloader

2019-04-23 Thread KONRAD Frederic
Hi Philippe, Le 4/23/19 à 4:20 PM, Philippe Mathieu-Daudé a écrit : Hi Frederic, On 4/19/19 12:18 PM, KONRAD Frederic wrote: This adds a little bootloader to the leon3_machine when a ram image is given through the kernel parameter and no bios are provided: * The UART transmiter is enabled.

Re: [Qemu-devel] [PATCH V1 1/3] leon3: add a little bootloader

2019-04-23 Thread Philippe Mathieu-Daudé
Hi Frederic, On 4/19/19 12:18 PM, KONRAD Frederic wrote: > This adds a little bootloader to the leon3_machine when a ram image is > given through the kernel parameter and no bios are provided: > * The UART transmiter is enabled. > * The TIMER is initialized. > > Signed-off-by: KONRAD Frederic

Re: [Qemu-devel] [PATCH V1 1/3] leon3: add a little bootloader

2019-04-23 Thread Fabien Chouteau
On 19/04/2019 12:18, KONRAD Frederic wrote: > This adds a little bootloader to the leon3_machine when a ram image is > given through the kernel parameter and no bios are provided: > * The UART transmiter is enabled. > * The TIMER is initialized. > > Signed-off-by: KONRAD Frederic Reviewed-by

[Qemu-devel] [PATCH V1 1/3] leon3: add a little bootloader

2019-04-19 Thread KONRAD Frederic
This adds a little bootloader to the leon3_machine when a ram image is given through the kernel parameter and no bios are provided: * The UART transmiter is enabled. * The TIMER is initialized. Signed-off-by: KONRAD Frederic --- hw/sparc/leon3.c | 80 +