[Xen-devel] [PATCH] 16550: Add command line parsing adjustments

2017-01-05 Thread Swapnil Paratey
Add parsing options for reg_width and reg_shift in bootup command line parameters. This adds flexibility in setting register values for MMIO UART devices. Increase length of opt_com1 and opt_com2 buffer to accommodate more command line parameters. eg. com1=115200,8n1,0x3f8,4 (legacy IO) eg. com1=

Re: [Xen-devel] [PATCH] 16550: Add command line parsing adjustments

2017-01-05 Thread Andrew Cooper
On 05/01/17 19:47, Swapnil Paratey wrote: > Add parsing options for reg_width and reg_shift in bootup command line > parameters. This adds flexibility in setting register values > for MMIO UART devices. > > Increase length of opt_com1 and opt_com2 buffer to accommodate more > command line parameter