[meta-intel] [PATCH RFC 1/4] systemd-boot: Add patch to systemd boot stub to fix kernel command line

2017-06-09 Thread California Sullivan
As is, invoking the executable through the EFI shell causes the kernel command line to be replaced. Typing "bootx64" as we often do, causes the kernel command line to be replaced with just "bootx64", for example. This causes a boot failure since no root is defined. In addition, some boards, such

[meta-intel] [PATCH RFC 2/4] systemd-boot_%.bbappend: compile and deploy EFI stub

2017-06-09 Thread California Sullivan
The EFI stub can be used to directly boot a kernel + initramfs. This addition was taken from meta-refkit. Signed-off-by: California Sullivan --- common/recipes-bsp/systemd-boot/systemd-boot_%.bbappend | 8 1 file changed, 8 insertions(+) diff --git

[meta-intel] [PATCH RFC 4/4] classes: Add uefi-comboapp bbclass

2017-06-09 Thread California Sullivan
This bbclass pulls in the portion of code that builds a UEFI combo application from meta-refkit to meta-intel. The combo app contains an EFI stub from systemd, which allows you to boot a kernel directly, a kernel, an initramfs, and a command line. This class is intended to be used as an

[meta-intel] [PATCH RFC 0/4] First pass at combo app and secure boot support

2017-06-09 Thread California Sullivan
Hi all, I'm sure this will take a few iterations, but I'm ready to start getting some feedback. This first iteration is only including patches for basic support of the combo app as an EFI_PROVIDER. There are a couple reasons why I'm not doing this just yet. While its possible to use wic with it

Re: [meta-intel] [PATCH] iucode-tool: upgrade to 2.1.2

2017-06-09 Thread Jussi Kukkonen
Hi, Can you turn rename detection on in your git config? The patch should be much smaller then. Something like this in .gitconfig: --- [diff] renames = copy --- Thanks, Jussi On 9 June 2017 at 03:38, wrote: > From: sweeaun > >

[meta-intel] [PATCH] iucode-tool: upgrade to 2.1.2

2017-06-09 Thread swee . aun . khor
From: sweeaun Signed-off-by: sweeaun --- common/recipes-core/microcode/iucode-tool_2.1.1.bb | 33 -- common/recipes-core/microcode/iucode-tool_2.1.2.bb | 33 ++ 2 files changed, 33 insertions(+), 33