[meta-intel] [PATCH 1/2] quark: amend EFI Bootloader option

2016-10-17 Thread Jianxun Zhang
We cannot override the current EFI bootloader selection with another "EFI_PROVIDER=..." in a local.conf in a build/conf directory when it is specified by "=" syntax in the current conf file for quark. Signed-off-by: Jianxun Zhang --- conf/machine/intel-quark.conf | 2 +- 1 file changed, 1 insert

[meta-intel] [PATCH 2/2] rmc: Add example for Galileo Gen 2 (Quark)

2016-10-17 Thread Jianxun Zhang
This is an experimental RMC sample for quark. At runtime, a boot option with board name will be available for user to boot the Galileo. Note: The supported image type is hddimg instead of the direct- boot image type usually used on quark. Use a USB stick flashed with the image to boot the Galileo

[meta-intel] [PATCH 0/2] RMC example for quark

2016-10-17 Thread Jianxun Zhang
Saul, I am a little surprised to see the first patch is necessary to override EFI_PROVIDER in a local.conf. And maybe we want to mention using hddimg on quark in README with another patch? Thanks Jianxun Zhang (2): quark: amend EFI Bootloader option rmc: Add example for Galileo Gen 2 (Quark

[meta-intel] [PATCH V2] rmc: Add board data for NUC5i5RYB

2016-10-17 Thread Jianxun Zhang
A particular intention of this change is to remove the serial setting in kernel command line that is hardcoded in core2 and corei7 conf files. However we cannot use KBOOTPARAM because it is designed as a fragment appended to the hardcoded part at runtime. This is why we need to create more files i

Re: [meta-intel] [PATCH] meta-intel: Enable RMC by default

2016-10-17 Thread Cal Sullivan
On 10/17/2016 03:02 PM, Saul Wold wrote: This enables the Runtime Machine Configuration feature, which allows use to support multiple machines that have different kernel commandline option as well as different startup requirements to work from the base MACHINE configuration. Signed-off-by: Sau

[meta-intel] [PATCH] meta-intel: Enable RMC by default

2016-10-17 Thread Saul Wold
This enables the Runtime Machine Configuration feature, which allows use to support multiple machines that have different kernel commandline option as well as different startup requirements to work from the base MACHINE configuration. Signed-off-by: Saul Wold --- conf/machine/include/meta-intel.