commit | ad00ddea1414958c6011ba821d268753f692fe37 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Mar 15 14:25:41 2025 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 03 11:41:55 2025 -0600 |
tree | e19d067080f60e21a105e6a9dc6290cd39e4fa83 | |
parent | d2b2a2b8ff50daab2fe58698155625935e80da09 [diff] |
x86: Support CPU functions in long mode At present it is not possible to find out the physical-address size in long mode, so a predefined value is used. Update the macros to support this properly, since it is important when programming MTRRs. Signed-off-by: Simon Glass <sjg@chromium.org>