Re: [PATCH 1/1] x86: all firmware tables must be paragraph aligned

2024-01-01 Thread Heinrich Schuchardt
On 1/1/24 23:41, Simon Glass wrote: On Mon, Jan 1, 2024 at 4:52 AM Heinrich Schuchardt wrote: On qemu-x86_64_defconfig the following was observed: => efidebug tables 000f0074 eb9d2d31-2d88-11d3-9a16-0090273fc14d SMBIOS table The SMBIOS configuration table does not point t

Re: [PATCH 1/1] x86: all firmware tables must be paragraph aligned

2024-01-01 Thread Simon Glass
On Mon, Jan 1, 2024 at 4:52 AM Heinrich Schuchardt wrote: > > On qemu-x86_64_defconfig the following was observed: > > => efidebug tables > 000f0074 eb9d2d31-2d88-11d3-9a16-0090273fc14d SMBIOS table > > The SMBIOS configuration table does not point to a paragraph aligned > addres

[PATCH 1/1] x86: all firmware tables must be paragraph aligned

2024-01-01 Thread Heinrich Schuchardt
On qemu-x86_64_defconfig the following was observed: => efidebug tables 000f0074 eb9d2d31-2d88-11d3-9a16-0090273fc14d SMBIOS table The SMBIOS configuration table does not point to a paragraph aligned address. The reason is that in write_tables() rom_addr is not aligned and copie