mbox series

[v2,0/2] ACPICA: AEST: Support AEST V2

Message ID 20240410063602.41540-1-tianruidong@linux.alibaba.com
Headers show
Series ACPICA: AEST: Support AEST V2 | expand

Message

Ruidong Tian April 10, 2024, 6:36 a.m. UTC
AEST V2 was published[1], add V2 support based on AEST V1.

Fix some code styling issues as well.

Change from v1:
- fix error variable name in struct acpi_aest_node_interface_64k. 

[1]: https://developer.arm.com/documentation/den0085/latest/

Ruidong Tian (2):
  ACPICA: AEST: Fix coding style at struct definition
  ACPICA: AEST: Add support for the AEST V2 table

 include/acpi/actbl2.h | 132 +++++++++++++++++++++++++++++++-----------
 1 file changed, 99 insertions(+), 33 deletions(-)