From: Ard Biesheuvel <ardb@kernel.org>
To: adriana <adriana@arista.com>
Cc: ilias.apalodimas@linaro.org, trini@konsulko.com, robh@kernel.org,
krzk@kernel.org, jdelvare@suse.com, frowand.list@gmail.com,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
vasilykh@arista.com, arm.ebbr-discuss@arm.com,
boot-architecture@lists.linaro.org, linux-efi@vger.kernel.org,
uefi-discuss@lists.uefi.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 1/2] dt-bindings: firmware: Add binding for SMBIOS /chosen properties
Date: Fri, 31 Oct 2025 09:52:11 +0100 [thread overview]
Message-ID: <CAMj1kXG8hOMXzbbP2akJLB27hGJ_S28hcOL2c7k1uGA23hHUpA@mail.gmail.com> (raw)
In-Reply-To: <20251031084101.701159-2-adriana@arista.com>
On Fri, 31 Oct 2025 at 09:41, adriana <adriana@arista.com> wrote:
>
> From: Adriana Nicolae <adriana@arista.com>
>
> Signed-off-by: Adriana Nicolae <adriana@arista.com>
> ---
> .../bindings/firmware/linux,smbios-table.yaml | 26 +++++++++++++++++++
> 1 file changed, 26 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/firmware/linux,smbios-table.yaml
>
> diff --git a/Documentation/devicetree/bindings/firmware/linux,smbios-table.yaml b/Documentation/devicetree/bindings/firmware/linux,smbios-table.yaml
> new file mode 100644
> index 000000000000..b78d8ec6025f
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/firmware/linux,smbios-table.yaml
> @@ -0,0 +1,26 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +# Copyright 2025 Arista Networks
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/firmware/linux,smbios-table.yaml#
Should the file name reflect the property? I.e., linux,smbios3-table.yaml
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Memory location for SMBIOS table
> +
> +description: |
> + This property is used in the /chosen node to pass the physical address
> + of SMBIOS (System Management BIOS) or DMI (Desktop Management Interface)
> + tables from firmware to the kernel. This is typically used on non-EFI
> + platforms like ARM/ARM64.
> +
'like ARM/ARM64' is both unnecessary and inaccurate, so better to drop it.
> +maintainers:
> + - Adriana Nicolae <adriana@arista.com>
> + - Rob Herring <robh+dt@kernel.org>
> +
> +properties:
> + linux,smbios3-table:
> + $ref: /schemas/types.yaml#/definitions/uint64
> + description:
> + The 64-bit physical address of the SMBIOSv3 entry point structure.
> +
> +additionalProperties: true
> --
> 2.51.0
>
next prev parent reply other threads:[~2025-10-31 8:52 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <0f006338-e69b-4b3f-b91f-0cc683544011@kernel.org>
[not found] ` <20251022114527.618908-1-adriana@arista.com>
[not found] ` <20251022201953.GA206947-robh@kernel.org>
2025-10-23 2:20 ` [PATCH v2 0/2] DMI: Scan for DMI table from DTS info Adriana Nicolae
2025-10-23 8:21 ` Ard Biesheuvel
2025-10-23 13:34 ` Adriana Nicolae
2025-10-23 13:53 ` Ard Biesheuvel
2025-10-23 14:47 ` Adriana Nicolae
2025-10-24 9:49 ` Ard Biesheuvel
2025-10-24 11:07 ` Ilias Apalodimas
2025-10-24 18:07 ` Tom Rini
2025-10-31 8:51 ` Adriana Nicolae
2025-10-31 8:40 ` [PATCH v3 " adriana
2025-10-31 8:41 ` [PATCH v3 1/2] dt-bindings: firmware: Add binding for SMBIOS /chosen properties adriana
2025-10-31 8:52 ` Ard Biesheuvel [this message]
2025-10-31 9:05 ` Ard Biesheuvel
2025-10-31 8:41 ` [PATCH v3 2/2] drivers: firmware: dmi_scan: Add support for reading SMBIOS from DT adriana
2025-10-31 9:05 ` Ard Biesheuvel
2025-10-31 9:31 ` Ilias Apalodimas
2025-10-31 10:10 ` [PATCH v4 0/2] DMI: Scan for DMI table from DTS info adriana
2025-10-31 10:10 ` [PATCH v4 1/2] dt-bindings: firmware: Add binding for SMBIOS /chosen properties adriana
2025-10-31 11:15 ` Rob Herring
2025-10-31 11:43 ` Rob Herring
2025-10-31 12:31 ` Adriana Nicolae
2025-10-31 10:10 ` [PATCH v4 2/2] drivers: firmware: dmi_scan: Add support for reading SMBIOS from DT adriana
2025-10-31 10:17 ` [PATCH v4 0/2] DMI: Scan for DMI table from DTS info Ard Biesheuvel
2025-10-31 11:03 ` Ilias Apalodimas
2025-10-31 11:59 ` [PATCH v5 0/1] " adriana
2025-10-31 11:59 ` [PATCH v5 1/1] drivers: firmware: dmi_scan: Add support for reading SMBIOS from DT adriana
2025-10-31 14:19 ` [PATCH v5 0/1] DMI: Scan for DMI table from DTS info Conor Dooley
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=CAMj1kXG8hOMXzbbP2akJLB27hGJ_S28hcOL2c7k1uGA23hHUpA@mail.gmail.com \
--to=ardb@kernel.org \
--cc=adriana@arista.com \
--cc=arm.ebbr-discuss@arm.com \
--cc=boot-architecture@lists.linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=frowand.list@gmail.com \
--cc=ilias.apalodimas@linaro.org \
--cc=jdelvare@suse.com \
--cc=krzk@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-efi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=trini@konsulko.com \
--cc=uefi-discuss@lists.uefi.org \
--cc=vasilykh@arista.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).