Re: [PATCH V4 11/12] boot_constraint: Add support for IMX platform

2017-11-03 Thread Sascha Hauer
On Sun, Oct 29, 2017 at 07:18:59PM +0530, Viresh Kumar wrote: > This adds boot constraint support for IMX platforms. Currently only one > use case is supported: earlycon. Some of the UARTs are enabled by the > bootloader and are used for early console in the kernel. The boot > constraint core

Re: [PATCH V4 11/12] boot_constraint: Add support for IMX platform

2017-11-03 Thread Sascha Hauer
On Sun, Oct 29, 2017 at 07:18:59PM +0530, Viresh Kumar wrote: > This adds boot constraint support for IMX platforms. Currently only one > use case is supported: earlycon. Some of the UARTs are enabled by the > bootloader and are used for early console in the kernel. The boot > constraint core

[PATCH V4 11/12] boot_constraint: Add support for IMX platform

2017-10-29 Thread Viresh Kumar
This adds boot constraint support for IMX platforms. Currently only one use case is supported: earlycon. Some of the UARTs are enabled by the bootloader and are used for early console in the kernel. The boot constraint core handles them properly and removes them once the serial device is probed by

[PATCH V4 11/12] boot_constraint: Add support for IMX platform

2017-10-29 Thread Viresh Kumar
This adds boot constraint support for IMX platforms. Currently only one use case is supported: earlycon. Some of the UARTs are enabled by the bootloader and are used for early console in the kernel. The boot constraint core handles them properly and removes them once the serial device is probed by