Change all HAVE_ACPI_TABLES, HAVE_MP_TABLE, HAVE_PIRQ_TABLE, HAVE_HIGH_TABLES to GENERATE_ACPI_TABLES, GENERATE_MP_TABLE, GENERATE_PIRQ_TABLE, WRITE_HIGH_TABLES
except in Kconfig.
Change Kconfig to default to generating the tables if they exist for a board. Change boards to match newconfig on HAVE_* values.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles