Lines Matching full:tables

122 Booting using ACPI tables
124 The only defined method for passing ACPI tables to the kernel on ARMv8
128 When an ARMv8 system boots, it can either have DT information, ACPI tables,
131 present, the kernel will try to use ACPI tables, but only if they are present.
133 on the command line, the kernel will attempt to use ACPI tables first, but
134 fall back to DT if there are no ACPI tables present. The basic idea is that
137 Processing of ACPI tables may be disabled by passing acpi=off on the kernel
140 In order for the kernel to load and use ACPI tables, the UEFI implementation
144 kernel has, in effect, determined that ACPI tables are not present at that
150 The ACPI core will then locate and map in all other ACPI tables provided by
153 ACPI tables provided by the system firmware; the ACPI core will then traverse
154 this table and map in the tables listed.
172 tables (all section numbers refer to the ACPI 6.1 specification):
202 If the above tables are not all present, the kernel may or may not be
204 devices available. This list of tables is not meant to be all inclusive;
205 in some environments other tables may be needed (e.g., any of the APEI
206 tables from section 18) to support specific functionality.
244 ACPI tables are described with a formal language called ASL, the ACPI
358 and avoid having to read special non-standard values from ACPI tables. Further,
462 vendors that provide bad ACPI tables or violate the standards in some way.
487 Detailed expectations for ACPI tables and object are listed in the file