From: Jean DELVARE <jdelvare@suse.com>
To: Heiner Kallweit <hkallweit1@gmail.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] firmware: dmi: Add info message for number of populated and total memory slots
Date: Tue, 07 May 2024 10:16:11 +0200 [thread overview]
Message-ID: <5305f69bd74d4d4ecff518b42287fbc4b9204918.camel@suse.com> (raw)
In-Reply-To: <b1d69d07-14a9-4f10-9155-a0a46d8ea872@gmail.com>
Hi Heiner,
On Tue, 2024-03-05 at 21:55 +0100, Heiner Kallweit wrote:
> As part of adding support for calling i2c_register_spd() on muxed SMBUS
> segments the same message has been removed from i2c_register_spd().
> However users may find it useful, therefore reintroduce it as part of
> the DMI scan code.
>
> Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
> ---
> drivers/firmware/dmi_scan.c | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/drivers/firmware/dmi_scan.c b/drivers/firmware/dmi_scan.c
> index 015c95a82..2c682b580 100644
> --- a/drivers/firmware/dmi_scan.c
> +++ b/drivers/firmware/dmi_scan.c
> @@ -42,6 +42,7 @@ static struct dmi_memdev_info {
> u8 type; /* DDR2, DDR3, DDR4 etc */
> } *dmi_memdev;
> static int dmi_memdev_nr;
> +static int dmi_memdev_populated_nr;
>
> static const char * __init dmi_string_nosave(const struct dmi_header *dm, u8 s)
> {
> @@ -448,6 +449,9 @@ static void __init save_mem_devices(const struct dmi_header *dm, void *v)
> else
> bytes = (u64)get_unaligned((u32 *)&d[0x1C]) << 20;
>
> + if (bytes)
> + dmi_memdev_populated_nr++;
> +
> dmi_memdev[nr].size = bytes;
> nr++;
> }
> @@ -824,6 +828,8 @@ void __init dmi_setup(void)
> return;
>
> dmi_memdev_walk();
> + pr_info("DMI: Memory slots populated: %d/%d\n",
> + dmi_memdev_populated_nr, dmi_memdev_nr);
> dump_stack_set_arch_desc("%s", dmi_ids_string);
> }
>
Applied, thanks.
--
Jean Delvare
SUSE L3 Support
prev parent reply other threads:[~2024-05-07 8:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-05 20:55 Heiner Kallweit
2024-05-07 8:16 ` Jean DELVARE [this message]
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=5305f69bd74d4d4ecff518b42287fbc4b9204918.camel@suse.com \
--to=jdelvare@suse.com \
--cc=hkallweit1@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/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
all inboxes | Powered by JetHome®