[NEXT] Pull request acpi-next-20240328
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Thu Mar 28 11:16:56 CET 2024
Dear Tom,
The following changes since commit ab8d9ca3044acf51d8ff3bf3c4718c48f30ad606:
Merge tag 'v2024.04-rc5' into next (2024-03-25 22:15:47 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/acpi-next-20240328
for you to fetch changes up to 6eca28b61af1835e70a6feb86f86a0b18b1708c6:
smbios: fill wake-up type (2024-03-27 09:23:30 +0100)
Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/20081
----------------------------------------------------------------
Pull request acpi-next-20240328
ACPI:
* rename fields rename aslc_id, aslc_revision to match ACPI specification
* remove duplicate declaration of acpi_fill_header()
* document fields of HETP table
* MAINTAINERS: add include/acpi/ to ACPI
SMBIOS:
* provide wake-up type in SMBIOS table
* display wake-up type in smbios command
----------------------------------------------------------------
Heinrich Schuchardt (6):
acpi: rename aslc_id, aslc_revision
MAINTAINERS: add include/acpi/ to ACPI
acpi: document HETP table
acpi: remove duplicate declaration of acpi_fill_header()
cmd: smbios: type 1 wake-up time, family
smbios: fill wake-up type
MAINTAINERS | 1 +
arch/x86/lib/acpi_nhlt.c | 2 +-
arch/x86/lib/acpi_table.c | 8 ++--
cmd/acpi.c | 2 +-
cmd/smbios.c | 25 ++++++++++++-
include/acpi/acpi_table.h | 95
++++++++++++++++++++++++++++++-----------------
include/smbios.h | 27 ++++++++++++++
lib/acpi/acpi_table.c | 4 +-
lib/acpi/ssdt.c | 2 +-
lib/smbios.c | 1 +
test/dm/acpi.c | 6 +--
11 files changed, 124 insertions(+), 49 deletions(-)
More information about the U-Boot
mailing list