commit | 515e8174f5560d98c2f84999b2e5585c0f2ccd57 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 06 21:42:07 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 11:44:14 2019 +0800 |
tree | 37780fa9094496d93c76818fd8768ccd892c43e7 | |
parent | 83f288f236505e2e73da8c8d2d72f97c0fe5b06b [diff] |
x86: Update mrccache to support multiple caches With Apollo Lake we need to support a normal cache, which almost never changes and a much smaller 'variable' cache which changes every time. Update the code to add a cache type, use an array for the caches and use a for loop to iterate over the caches. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>