public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Dragan Simic <dsimic@manjaro.org>
To: Shantur Rathore <i@shantur.com>
Cc: u-boot@lists.denx.de, sjg@chromium.org, philipp.tomsich@vrull.eu,
	kever.yang@rock-chips.com, trini@konsulko.com,
	agan@amarulasolutions.com
Subject: Re: [PATCH v3] arm: dts: rockpro64: Add RockPro64 smbios
Date: Mon, 13 Nov 2023 11:16:50 +0100	[thread overview]
Message-ID: <cfad9ff8b9263104cc48aaabe4e1eddb@manjaro.org> (raw)
In-Reply-To: <20231113100128.710860-1-i@shantur.com>

On 2023-11-13 11:01, Shantur Rathore wrote:
> Add smbios information for Pine64 RockPro64 board and enable in
> config
> 
> Signed-off-by: Shantur Rathore <i@shantur.com>
> ---
>  Changes v3: Enable SYSINFO and SYSINFO_SMBIOS in defconfig
> 
>  arch/arm/dts/rk3399-rockpro64-u-boot.dtsi | 22 ++++++++++++++++++++++
>  configs/rockpro64-rk3399_defconfig        |  2 ++
>  2 files changed, 24 insertions(+)
> 
> diff --git a/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi
> b/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi
> index 732727d9b0..a4453e76f6 100644
> --- a/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi
> +++ b/arch/arm/dts/rk3399-rockpro64-u-boot.dtsi
> @@ -9,6 +9,28 @@
>  	chosen {
>  		u-boot,spl-boot-order = "same-as-spl", &spi_flash, &sdmmc, &sdhci;
>  	};
> +
> +        smbios {
> +                compatible = "u-boot,sysinfo-smbios";
> +                smbios {
> +                        system {
> +                                manufacturer = "PINE64";
> +                                product = "RockPro64";
> +                        };
> +
> +                        baseboard {
> +                                manufacturer = "PINE64";
> +                                product = "RockPro64";
> +                        };
> +
> +                        chassis {
> +                                manufacturer = "PINE64";
> +                                product = "RockPro64";
> +                        };
> +                };
> +        };
> +
> +
>  };

Perhaps it would be better to use "Pine64" instead of "PINE64", because 
"Pine64" is already used in multiple places. Also, it might be better to 
use "ROCKPro64" instead of "RockPro64", because that's actually the 
official name of the board, but I'm also perfectly fine with 
"RockPro64".

>  &sdhci {
> diff --git a/configs/rockpro64-rk3399_defconfig
> b/configs/rockpro64-rk3399_defconfig
> index 4cd6b76665..affb6137e0 100644
> --- a/configs/rockpro64-rk3399_defconfig
> +++ b/configs/rockpro64-rk3399_defconfig
> @@ -90,6 +90,8 @@ CONFIG_BAUDRATE=1500000
>  CONFIG_DEBUG_UART_SHIFT=2
>  CONFIG_SYS_NS16550_MEM32=y
>  CONFIG_ROCKCHIP_SPI=y
> +CONFIG_SYSINFO=y
> +CONFIG_SYSINFO_SMBIOS=y
>  CONFIG_SYSRESET=y
>  CONFIG_USB=y
>  CONFIG_USB_XHCI_HCD=y

  reply	other threads:[~2023-11-13 12:27 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-10 23:58 [PATCH] arm: dts: rockpro64: Add RockPro64 smbios Shantur Rathore
2023-11-11  0:26 ` Tom Rini
2023-11-11 11:43 ` Shantur Rathore
2023-11-13 10:01 ` [PATCH v3] " Shantur Rathore
2023-11-13 10:16   ` Dragan Simic [this message]
2023-11-13 11:23     ` [PATCH v4] " Shantur Rathore
2023-12-11 20:42       ` Shantur Rathore
2023-12-11 20:53         ` Tom Rini
2023-12-13 19:50           ` Simon Glass
2023-12-13 20:29             ` Tom Rini
2023-12-13 20:41               ` Simon Glass
2023-12-14 14:14                 ` Shantur Rathore
2023-12-16 18:46                   ` Simon Glass
2023-12-12  0:18       ` Kever Yang

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=cfad9ff8b9263104cc48aaabe4e1eddb@manjaro.org \
    --to=dsimic@manjaro.org \
    --cc=agan@amarulasolutions.com \
    --cc=i@shantur.com \
    --cc=kever.yang@rock-chips.com \
    --cc=philipp.tomsich@vrull.eu \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox