Re: [RESEND PATCH v10] firmware: google: Implement cbmem in sysfs driver

From: Julius Werner
Date: Thu Sep 29 2022 - 20:07:22 EST


> > Will this work for all coreboot implementations?
>
> Yes, CBMEM has existed in coreboot since 2009, so it'll work with any
> non-antique version.

FWIW the lb_cbmem_entry tags that this implementation relies on are a
bit newer (2015), but the basic sentiment remains. This is just meant
to add support for the coreboot versions that expose this data, it's
not going to hurt earlier ones that don't (it's just going to create
an empty sysfs directory for those).