commit | d0897c6970b3717fe707c8d5a807fe2baf836ddd | [log] [tgz] |
---|---|---|
author | Bibo Mao <maobibo@loongson.cn> | Fri Feb 28 09:44:12 2025 +0800 |
committer | Bibo Mao <maobibo@loongson.cn> | Tue May 06 09:17:32 2025 +0800 |
tree | 2042d0e5283c48bcc2101da9ee14045eb8a19112 | |
parent | 73047c825e25a18127dddb89eff0c0bf97a26aed [diff] |
hw/loongarch/virt: Replace RSDT with XSDT table XSDT table is introduced in ACPI Specification 5.0, it supports 64-bit address in the table. There is LoongArch system support from ACPI Specification 6.4 and later, XSDT is supported by LoongArch system. Here replace RSDT with XSDT table. Signed-off-by: Bibo Mao <maobibo@loongson.cn> Reviewed-by: Song Gao <gaosong@loongson.cn>