On 2017-03-08 15:57, Claudio Scordino wrote:
> This patch fixes a regression introduced by commit
> 2a7c8733b6a3d47fb507eca4de5a33433199424c
> which by default does not initialize the UART divider to 0x1
> on the x86 platform.
> 
> Signed-off-by: Claudio Scordino <[email protected]>
> Signed-off-by: Michele Pes <[email protected]>
> ---
>  tools/root-cell-config.c.tmpl | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tools/root-cell-config.c.tmpl b/tools/root-cell-config.c.tmpl
> index 11956b7..a971f56 100644
> --- a/tools/root-cell-config.c.tmpl
> +++ b/tools/root-cell-config.c.tmpl
> @@ -62,6 +62,7 @@ struct {
>               },
>               .debug_console = {
>                       .address = 0x3f8,
> +                     .divider = 0x1,
>                       .flags = JAILHOUSE_CON1_TYPE_UART_X86 |
>                                JAILHOUSE_CON1_FLAG_PIO |
>                                JAILHOUSE_CON2_TYPE_ROOTPAGE,
> 

We probably want this fixed for the in-tree x86 configs as well, namely

configs/f2a88xm-hd3.c
configs/imb-a180.c
configs/qemu-vm.c

Ralf, am I right?

Jan

-- 
Siemens AG, Corporate Technology, CT RDA ITP SES-DE
Corporate Competence Center Embedded Linux

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to