x86: Align the SMBIOS table to a 4K boundary
authorSimon Glass <sjg@chromium.org>
Sat, 11 Jan 2025 00:00:24 +0000 (17:00 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 22 Jan 2025 23:08:23 +0000 (17:08 -0600)
commit5a7e8839e4191299cd78755e0ff06e11ae15b2be
tree9e4a15e3a66e3566ecc08b61dc2ccc52b9ea2caa
parentd013e80be7d2efa5f5afa27a50501faa5f89ee27
x86: Align the SMBIOS table to a 4K boundary

This isn't strictly needed, but with UPL we use the reserved-memory
nodes to indicate where the SMBIOS table is. Tianocore requires 4KB
alignment on these regions, so it is easier to adjust the alignment
to match.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/tables.c