vmm: acpi: Use ACPI platform device addresses from DeviceManager

Remove the hardcoded addresses.

Also remove PM_TMR_BLK as spec compliant implementation will use
X_PM_TMR_BLK over this field.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2022-07-25 13:55:24 +01:00
parent 2e8eb96ef6
commit a749182777
2 changed files with 33 additions and 18 deletions

View File

@@ -4,6 +4,7 @@
//
#[repr(packed)]
#[derive(Clone, Copy)]
pub struct GenericAddress {
pub address_space_id: u8,
pub register_bit_width: u8,