[coreboot] Re: [PATCH v4 2/2] firmware: google: Expose coreboot tables over sysfs

2020-06-25 Thread Stephen Boyd
Quoting patrick.rudo...@9elements.com (2020-04-07 01:29:07) > From: Patrick Rudolph > > Make all coreboot table entries available to userland. This is useful for > tools that are currently using /dev/mem. > > Besides the tag and size also expose the raw table data itself. > > Update the ABI

[coreboot] Re: [PATCH v4 2/2] firmware: google: Expose coreboot tables over sysfs

2020-04-19 Thread Samuel Holland
On 4/7/20 3:29 AM, patrick.rudo...@9elements.com wrote: > From: Patrick Rudolph > > Make all coreboot table entries available to userland. This is useful for > tools that are currently using /dev/mem. > > Besides the tag and size also expose the raw table data itself. > > Update the ABI