[PATCH v2 1/2] arm: dts: bcm283x: Add minimal smbios information

Matthias Brugger mbrugger at suse.com
Wed Sep 15 13:23:36 CEST 2021



On 12/04/2021 15:38, matthias.bgg at kernel.org wrote:
> From: Matthias Brugger <mbrugger at suse.com>
> 
> At present SMBIOS tables are empty, which breaks some use-cases that
> rely on that. Add some minimal information to fulfill this.
> 
> Signed-off-by: Matthias Brugger <mbrugger at suse.com>
> 

Both patches now queued in rpi-next.

> ---
> 
> Changes in v2:
> - drop product from chassi
> - fix typo in commit message
> 
>   arch/arm/dts/bcm283x-u-boot.dtsi | 19 +++++++++++++++++++
>   1 file changed, 19 insertions(+)
> 
> diff --git a/arch/arm/dts/bcm283x-u-boot.dtsi b/arch/arm/dts/bcm283x-u-boot.dtsi
> index 68d03627f4..22c67c4218 100644
> --- a/arch/arm/dts/bcm283x-u-boot.dtsi
> +++ b/arch/arm/dts/bcm283x-u-boot.dtsi
> @@ -6,6 +6,25 @@
>    * (C) Copyright 2016 Fabian Vogt <fvogt at suse.com>
>    */
>   
> +/ {
> +	smbios {
> +		compatible = "u-boot,sysinfo-smbios";
> +		smbios {
> +			system {
> +				manufacturer = "raspberrypi";
> +				product = "rpi";
> +			};
> +			baseboard {
> +				manufacturer = "raspberrypi";
> +				product = "rpi";
> +			};
> +			chassis {
> +				manufacturer = "raspberrypi";
> +			};
> +		};
> +	};
> +};
> +
>   &uart0 {
>   	skip-init;
>   	u-boot,dm-pre-reloc;
> 



More information about the U-Boot mailing list