From: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
To: Tom Rini <trini@konsulko.com>
Cc: U-Boot Mailing List <u-boot@lists.denx.de>,
Simon Glass <sjg@chromium.org>
Subject: [NEXT] Pull request acpi-next-20240328
Date: Thu, 28 Mar 2024 11:16:56 +0100 [thread overview]
Message-ID: <e2c1b7e5-ee38-4427-ab03-48a68d41b044@canonical.com> (raw)
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(-)
next reply other threads:[~2024-03-28 10:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-28 10:16 Heinrich Schuchardt [this message]
2024-03-28 15:08 ` [NEXT] Pull request acpi-next-20240328 Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e2c1b7e5-ee38-4427-ab03-48a68d41b044@canonical.com \
--to=heinrich.schuchardt@canonical.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.