[PATCH v3 34/43] x86: Refactor table-writing code a litlle

2023-05-04 Thread Simon Glass
The implementation of write_tables() is confusing because it uses the rom_table_start variable as the address pointer as it progresses. Rename it to rom_addr to make the code clearer. Move the rom_table_end variable into the block where it is used. Also update logging to use the ACPI category, no

[PATCH v3 34/43] x86: Refactor table-writing code a litlle

2023-04-19 Thread Simon Glass
The implementation of write_tables() is confusing because it uses the rom_table_start variable as the address pointer as it progresses. Rename it to rom_addr to make the code clearer. Move the rom_table_end variable into the block where it is used. Also update logging to use the ACPI category, no