x86: Correct mrccache find_next_mrc_cache() calculation
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2019 04:42:02 +0000 (21:42 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:13 +0000 (11:44 +0800)
commit0ad9b6a98836b8109d46ba32e6a4a40beb058388
tree925f1bfa7c3b578b31966857de1f6861c699e8b6
parent112629c53a488fd87e3b6116f16ce768e8930f94
x86: Correct mrccache find_next_mrc_cache() calculation

This should take account of the end of the new cache record since a record
cannot extend beyond the end of the flash region. This problem was not
seen before due to the alignment of the relatively small amount of MRC
data.

But with Apollo Lake the MRC data is about 45KB, even if most of it is
zeroes.

Fix this bug and update the parameter name to be less confusing.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/mrccache.c