commit | 188b9306d9b9ae25e5241c2309781981b862bf43 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jan 10 17:00:24 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 22 17:08:23 2025 -0600 |
tree | 9e4a15e3a66e3566ecc08b61dc2ccc52b9ea2caa | |
parent | 6403875a4b711d1391ef8ea842cc5e0fa2be0759 [diff] |
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>