Re: [meta-intel] [PATCH 0/2] Add RMC support in systemd-boot's EFI stub

2017-01-27 Thread Wold, Saul
On Fri, 2017-01-27 at 15:35 +0200, Mikko Ylinen wrote: > This patchset enables to use runtime machine configuration (RMC) in > systemd-boot's EFI stub too. > > I've been using Minnowboard Turbot boards (in addition to a 'broxton- > m' > board) in testing. However, the RMC data for Turbot was

Re: [meta-intel] [PATCH 1/2] systemd-boot: use RMC database in EFI stub

2017-01-27 Thread Wold, Saul
On Fri, 2017-01-27 at 15:36 +0200, Mikko Ylinen wrote: > systemd-boot's EFI stub can be built in an EFI executable > with the kernel, cmdline, and initrd. > > This commit enables the EFI stub code to use the RMC database > and appends the board specific cmdline (KBOOTPARAM) to the > built-in

[meta-intel] [PATCH 2/2] rmc: add Minnowboard Turbot board data

2017-01-27 Thread Mikko Ylinen
To be able to detect a Minnowboard Turbot, its fingerprint is needed in the RMC database. This initial commit adds the fingerprint and a simple cmdline entry (KBOOTPARAM) for the board. Signed-off-by: Mikko Ylinen ---

[meta-intel] [PATCH 1/2] systemd-boot: use RMC database in EFI stub

2017-01-27 Thread Mikko Ylinen
systemd-boot's EFI stub can be built in an EFI executable with the kernel, cmdline, and initrd. This commit enables the EFI stub code to use the RMC database and appends the board specific cmdline (KBOOTPARAM) to the built-in cmdline. Signed-off-by: Mikko Ylinen ---

[meta-intel] [PATCH 0/2] Add RMC support in systemd-boot's EFI stub

2017-01-27 Thread Mikko Ylinen
This patchset enables to use runtime machine configuration (RMC) in systemd-boot's EFI stub too. I've been using Minnowboard Turbot boards (in addition to a 'broxton-m' board) in testing. However, the RMC data for Turbot was missing so this patchset also adds a fingerprint and a simple cmdline