From: Marc Zyngier <maz@kernel.org>
To: Abel Vesa <abel.vesa@linaro.org>,
Jens Glathe <jens.glathe@oldschoolsolutions.biz>
Cc: Sibi Sankar <quic_sibis@quicinc.com>,
andersson@kernel.org, konradybcio@kernel.org, krzk+dt@kernel.org,
robh+dt@kernel.org, dmitry.baryshkov@linaro.org,
linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
devicetree@vger.kernel.org, conor+dt@kernel.org,
srinivas.kandagatla@linaro.org, quic_jjohnson@quicinc.com
Subject: Re: [PATCH V3 0/3] X1E001DE Snapdragon Devkit for Windows
Date: Thu, 31 Oct 2024 12:29:40 +0000 [thread overview]
Message-ID: <86v7x81mmj.wl-maz@kernel.org> (raw)
In-Reply-To: <5d8ec8c4-f473-4849-a428-f7a7283ff478@oldschoolsolutions.biz>
On Thu, 31 Oct 2024 10:00:40 +0000,
Jens Glathe <jens.glathe@oldschoolsolutions.biz> wrote:
>
> On 31.10.24 10:46, Abel Vesa wrote:
> > On 24-10-30 17:02:32, Marc Zyngier wrote:
> >> On Fri, 25 Oct 2024 13:32:24 +0100,
> >> Sibi Sankar <quic_sibis@quicinc.com> wrote:
> >>> Add initial support for X1E001DE Snapdragon Devkit for Windows. X1E001DE
> >>> is the speed binned variant of X1E80100 that supports turbo boost up to
> >>> 4.3 Ghz. The initial support includes the following:
> >>>
> >>> -DSPs
> >>> -Ethernet (RTL8125BG) over the pcie 5 instance.
> >>> -NVme
> >>> -Wifi
> >>> -USB-C ports
> >>>
> >>> V3:
> >>> * Asked around and looked at the firmware, couldn't find a codename so
> >>> will keep it as DEVKIT. Will update it if someone from the community
> >>> finds something else.
> >> My machine has the following information as part of its DMI tables:
> >>
> >> Handle 0x0005, DMI type 1, 27 bytes
> >> System Information
> >> Manufacturer: Qualcomm
> >> Product Name: Snapdragon-Devkit
> >> Version: 2.1
> >> Serial Number: 5
> >> UUID: 63b5fc8b-9c50-89aa-fd0f-3fcef93dc291
> >> Wake-up Type: Power Switch
> >> SKU Number: 6
> >> Family: SCP_HAMOA
> >>
> >> So I guess that Snapdragon-Devkit is another possible name. But given
> >> that it is a bit of a mouthful, devkit, Devkit, or any other variation
> >> on the case would work for me.
> > The point was to have something unique A codename would be unique.
> > Naming it Snapdragon-Devkit (or just devkit) will be confusing since
> > there was already a 2023 devkit (from Microsoft) with the Snapdragon
> > 8cx Gen 3, and probably the next compute platform will also have a devkit
> > as well. So probably "X Elite devkit" could be the right option..
Odd, I didn't get that email.
My point was the the HW already comes with a full description as part
of the existing tables. If you really want something that is truly
unique to that platform and that can be used by a tool (be it
firmware, kernel or userspace) to understand what it is running on,
then you cannot have *less* information.
At the very least, you would need Manufacturer, Product Name, Version
and Family.
But does it really matter? I don't think it is *that* crucial. At the
end of the day, this is only used to pick the correct DT out of a set
for a given SoC, or worse case a family of SoCs that are closely
related.
> As for The Windows Dev Kit 2023, dmidecode says this:
>
> Handle 0x0009, DMI type 1, 27 bytes
> System Information
> Manufacturer: Microsoft Corporation
> Product Name: Windows Dev Kit 2023
> Version: 124I:00097T:000M:0200000B:07
> Serial Number: 0F01C4F22373F6
> UUID: e4a4662c-8367-75d0-a54f-1d04bd404860
> Wake-up Type: Unknown
> SKU Number: 2043
> Family: Surface
>
> That's also really a mouthful. In my patchset for it there were some
> name / path changes, microsoft/blackrock it is now. Would be cool to
> have short and unique names. In the end, whatever works and is unique.
> Like those UUIDs?
Are those actually per platform? or per unit? On my box, the serial
number is probably a dud. What does the UUID reports on your X1E box?
Thanks,
M.
--
Without deviation from the norm, progress is not possible.
next prev parent reply other threads:[~2024-10-31 12:29 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-25 12:32 [PATCH V3 0/3] X1E001DE Snapdragon Devkit for Windows Sibi Sankar
2024-10-25 12:32 ` [PATCH V3 1/3] dt-bindings: arm: qcom: Add " Sibi Sankar
2024-10-25 12:32 ` [PATCH V3 2/3] firmware: qcom: uefisecapp: Allow X1E Devkit devices Sibi Sankar
2024-10-25 12:32 ` [PATCH V3 3/3] arm64: dts: qcom: Add X1E001DE Snapdragon Devkit for Windows Sibi Sankar
2024-11-04 11:25 ` Konrad Dybcio
2024-10-25 13:55 ` [PATCH V3 0/3] " Rob Herring (Arm)
2024-10-27 20:42 ` Jens Glathe
2024-10-30 17:02 ` Marc Zyngier
2024-10-31 9:46 ` Abel Vesa
2024-10-31 10:00 ` Jens Glathe
2024-10-31 12:29 ` Marc Zyngier [this message]
2024-10-31 13:34 ` Jens Glathe
2024-11-06 0:53 ` (subset) " Bjorn Andersson
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=86v7x81mmj.wl-maz@kernel.org \
--to=maz@kernel.org \
--cc=abel.vesa@linaro.org \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=jens.glathe@oldschoolsolutions.biz \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=quic_jjohnson@quicinc.com \
--cc=quic_sibis@quicinc.com \
--cc=robh+dt@kernel.org \
--cc=srinivas.kandagatla@linaro.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 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.