config: Add two options for setting the kernel command line.
authorGabe Black <gabeblack@google.com>
Fri, 5 Dec 2014 00:42:07 +0000 (16:42 -0800)
committerGabe Black <gabeblack@google.com>
Fri, 5 Dec 2014 00:42:07 +0000 (16:42 -0800)
commit7540656fc5b8ce0cafb54f41b913a7e81cbfb4b3
tree9d71ff1e0fec15253c091bb077aea8c854d23141
parent22aaa5867f2449e2a73b7891fc34072c12c199b3
config: Add two options for setting the kernel command line.

Both options accept template which will, through python string formatting,
have "mem", "disk", and "script" values substituted in from the mdesc.
Additional values can be used on a case by case basis by passing them as
keyword arguments to the fillInCmdLine function. That makes it possible to
have specialized parameters for a particular ISA, for instance.

The first option lets you specify the template directly, and the other lets
you specify a file which has the template in it.
configs/common/FSConfig.py
configs/common/Options.py
configs/example/fs.py