[coreboot] Re: [PATCH v3 1/2] x86: coreboot: Update cbmem table

2023-09-03 Thread Bin Meng
Hi Simon, On Thu, Aug 17, 2023 at 9:58 AM Simon Glass wrote: > > This changed a few years ago to include an overflow flag. Bring in the > new structure. s/This/Coreboot "Bring in the new structure" does not sound correct to me. The structure is not changed. It's adding a comment block and some

[coreboot] Re: [PATCH v3 2/2] x86: Update cbmem driver

2023-09-03 Thread Bin Meng
Hi Simon, On Thu, Aug 17, 2023 at 9:58 AM Simon Glass wrote: > > This driver is not actually built since a Kconfig was never created for > it. > > Add a Kconfig (which is already implied by COREBOOT) and update the > implementation to avoid using unnecessary memory. Drop the #ifdef at the > top s