x86: Update mtrr command to support 64-bit values
authorSimon Glass <sjg@chromium.org>
Sat, 15 Mar 2025 14:25:43 +0000 (14:25 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 3 Apr 2025 17:41:55 +0000 (11:41 -0600)
commit5450836115aedc4ff539466937e1d9c9679c9cf4
tree4995bbd53bdaf8bc1496007784b051f7b8f339c3
parent8bd563707d909d7bb414de2c0ff4ab66eb8009db
x86: Update mtrr command to support 64-bit values

The MTRR registers have 64-bit values. Update the command to use 64-bit
values so that memory larger than 4GB can be handled.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/x86/mtrr.c