diff mbox series

[01/22] acpica: upgrade 20240322 -> 20240827

Message ID 1725352379-20334-1-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit d1271e6435a399094152ceac540e160d87d7ae3b
Headers show
Series [01/22] acpica: upgrade 20240322 -> 20240827 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 3, 2024, 8:32 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Fix the PHAT table working: ensure that the PHAT firmware health record offset
  works correctly, fix various sub-table offsets, prevent segmentation faults
  when encountering invalid device paths.
- Fix the optional table 4-byte signature.
- Correct the dumping of SLIC and DBG2 tables.
- Add support for QWordPCC and DWordPCC
- Fix the integer to hex string conversions
- Detecting FACS in reduced HW mode and allowing setting waking vector thereby waking up from S3 state
- Fixing issues with crossing page boundaries when mapping operation regions
- Update the support for IORT, HMAT, MPAM, AEST, CEDT, SPCR etc. tables
- Fix multiple issues with table parsing, compilation and disassembly
- Allow for more flexibility in _DSM usage.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../acpica/{acpica_20240322.bb => acpica_20240827.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/acpica/{acpica_20240322.bb => acpica_20240827.bb} (96%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/acpica/acpica_20240322.bb b/meta/recipes-extended/acpica/acpica_20240827.bb
similarity index 96%
rename from meta/recipes-extended/acpica/acpica_20240322.bb
rename to meta/recipes-extended/acpica/acpica_20240827.bb
index 90e3599d32..7e8c68db90 100644
--- a/meta/recipes-extended/acpica/acpica_20240322.bb
+++ b/meta/recipes-extended/acpica/acpica_20240827.bb
@@ -17,7 +17,7 @@  COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
 DEPENDS = "m4-native flex-native bison-native"
 
 SRC_URI = "git://github.com/acpica/acpica;protocol=https;branch=master"
-SRCREV = "170fc3076a86777077637f10b05c32ac21ac13aa"
+SRCREV = "e80cbd7b52de20aa8c75bfba9845e9cb61f2e681"
 
 S = "${WORKDIR}/git"