The bootloader should prepare the MTRR masks using MAXPHYADDRs. On modern
Intel platforms, the SINIT ACM forces this bit to be 1 according to
TXT MLE Software Development Guide Revision 017.4.
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
.long 0x00000000 /* First valid page of MLE */
.long 0x00000000 /* Offset within binary of first byte of MLE */
.long (_end - start) /* Offset within binary of last byte + 1 of MLE */
- .long 0x00000223 /* Bit vector of MLE-supported capabilities */
+ .long 0x00000323 /* Bit vector of MLE-supported capabilities */
.long 0x00000000 /* Starting linear address of command line (unused) */
.long 0x00000000 /* Ending linear address of command line (unused) */