Re: [PATCH 1/2] firmware: coreboot: Export the binary FMAP

2019-10-08 Thread Stephen Boyd
Quoting patrick.rudo...@9elements.com (2019-10-08 04:53:25) > From: Patrick Rudolph > > Expose coreboot's binary FMAP[1] to /sys/firmware/fmap. > > coreboot copies the FMAP to a CBMEM buffer at boot since CB:35377[2], > allowing an architecture independ way of exposing the FMAP to userspace. >

Re: [PATCH 1/2] firmware: coreboot: Export the binary FMAP

2019-10-08 Thread Greg Kroah-Hartman
On Tue, Oct 08, 2019 at 01:53:25PM +0200, patrick.rudo...@9elements.com wrote: > From: Patrick Rudolph > > Expose coreboot's binary FMAP[1] to /sys/firmware/fmap. > > coreboot copies the FMAP to a CBMEM buffer at boot since CB:35377[2], > allowing an architecture independ way of exposing the FMA

[PATCH 1/2] firmware: coreboot: Export the binary FMAP

2019-10-08 Thread patrick . rudolph
From: Patrick Rudolph Expose coreboot's binary FMAP[1] to /sys/firmware/fmap. coreboot copies the FMAP to a CBMEM buffer at boot since CB:35377[2], allowing an architecture independ way of exposing the FMAP to userspace. Will be used by fwupd[3] to determine the current firmware layout. [1]: h