commit | 8f963e16c01abfc9a641fb22e44d10bbe54b91e0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 06 21:42:25 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 11:44:18 2019 +0800 |
tree | 8f39a274ed8a75083893cf1899d64f242ab11059 | |
parent | 7dbabbb05ad13024e3d1ffd51b3b17b68f923d23 [diff] |
x86: Add support for newer CAR schemes Newer Intel SoCs have different ways of setting up cache-as-ram (CAR). Add support for these along with suitable configuration options. To make the code cleaner, adjust a few definitions in processor.h so that they can be used from assembler. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>