Re: [PATCH v6 028/102] x86: Reduce mrccache record alignment size

2019-12-07 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:47 PM Simon Glass wrote: > > At present the records are 4KB in size. This is unnecessarily large when > the SPI-flash erase size is 256 bytes. Reduce it so it will be more > efficient with Apollo Lake's 24-byte variable-data record. > > Signed-off-by: Simon Glass > Revie

[PATCH v6 028/102] x86: Reduce mrccache record alignment size

2019-12-06 Thread Simon Glass
At present the records are 4KB in size. This is unnecessarily large when the SPI-flash erase size is 256 bytes. Reduce it so it will be more efficient with Apollo Lake's 24-byte variable-data record. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v6: None Changes in v5: None C