Re: [RFC PATCH v3 01/19] skc: Add supplemental kernel cmdline support

2019-08-26 Thread Masami Hiramatsu
Hi Rob, Thank you for your comment! On Mon, 26 Aug 2019 08:27:48 -0500 Rob Herring wrote: > On Sun, Aug 25, 2019 at 10:15 PM Masami Hiramatsu wrote: > > > > Supplemental kernel command line (SKC) allows admin to pass a > > tree-structured supplemental kernel commandline file (SKC file) > > whe

Re: [RFC PATCH v3 01/19] skc: Add supplemental kernel cmdline support

2019-08-26 Thread Rob Herring
On Sun, Aug 25, 2019 at 10:15 PM Masami Hiramatsu wrote: > > Supplemental kernel command line (SKC) allows admin to pass a > tree-structured supplemental kernel commandline file (SKC file) > when boot up kernel. This expands the kernel command line in > efficient way. > > SKC file will contain som

[RFC PATCH v3 01/19] skc: Add supplemental kernel cmdline support

2019-08-25 Thread Masami Hiramatsu
Supplemental kernel command line (SKC) allows admin to pass a tree-structured supplemental kernel commandline file (SKC file) when boot up kernel. This expands the kernel command line in efficient way. SKC file will contain some key-value commands, e.g. key.word = value1; another.key.word = value