commit | 454522430f7a4d379d1829015a2dcb30c3445314 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu May 27 10:36:59 2021 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Jun 11 16:12:52 2021 +0200 |
tree | e0c22ed76e82c92a47d5eded3703daf990ea0182 | |
parent | a3e817700f082f96eeaa255acd1d6219345c43e8 [diff] |
x86: acpi: use memory mapping/unmapping to access ACPI tables Instead of accessing ACPI tables through physical address, do memory mapping/unmapping so they can be accessed via virtual addresses. This allows us to avoid identity mapping all physical memory, and thus no need for a page table large enough to map everything. Signed-off-by: Daniel Leung <daniel.leung@intel.com>