From: Dragan Simic <dsimic@manjaro.org>
To: Jonas Karlman <jonas@kwiboo.se>
Cc: Alexey Charkov <alchark@gmail.com>,
linux-rockchip@lists.infradead.org, heiko@sntech.de,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
robh+dt@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
linux-kernel@vger.kernel.org, quentin.schulz@cherry.de,
wens@kernel.org, daniel.lezcano@linaro.org,
didi.debian@cknow.org, krzysztof.kozlowski+dt@linaro.org,
viresh.kumar@linaro.org
Subject: Re: [RFC PATCH] arm64: dts: rockchip: Make preparations for per-RK3588-variant OPPs
Date: Fri, 31 May 2024 23:24:53 +0200 [thread overview]
Message-ID: <66677077acf4e970444cea829436fd0a@manjaro.org> (raw)
In-Reply-To: <607f4da8-99b2-4379-9567-4bfd2744eab3@kwiboo.se>
Hello Jonas,
On 2024-05-31 13:27, Jonas Karlman wrote:
> On 2024-05-30 21:31, Dragan Simic wrote:
> [snip]
>
>>>>>> That way we'll have no roadblocks if, at some point, we end up
>>>>>> with
>>>>>> having
>>>>>> different OPPs defined for the RK3588 and the RK3588S variants.
>>>>>> Or
>>>>>> maybe
>>>>>> even for the RK3582, which we don't know much about yet.
>>>>>
>>>>> Guess we'll deal with that one once we stumble upon an actual
>>>>> RK3582
>>>>> board out in the wild and heading to the mainline kernel tree :)
>>>>
>>>> Of course, that was just an example for the future use.
>>>
>>> In fact, I've just discovered that Radxa has recently released Rock
>>> 5C
>>> Lite which is based on RK3582, and starts at just $29 for the 1GB
>>> version, making it interesting for tinkering. Especially given that
>>> its GPU, one of the big-core clusters and one of the VPU cores seem
>>> to
>>> be disabled in software (u-boot) rather than in hardware, which means
>>> there is some chance that a particular SoC specimen would actually
>>> have them in a working condition and possible to re-enable at no
>>> cost.
>>> Ordered myself one to investigate :)
>>
>> Yes, I also saw the RK3582-based ROCK 5C Lite a couple of days ago. :)
>> It seems that the disabled IP blocks are detected as defective during
>> the manufacturing, which means that they might work correctly, or
>> might
>> actually misbehave. It seems similar to the way old three-core AMD
>> Phenom II CPUs could sometimes be made quad-core.
>
> I can confirm that the RK3582 include ip-state in OTP indicating
> unusable cores, any unusable cpu core cannot be taken online and stalls
> Linux kernel a few extra seconds during boot.
Thanks for this confirmation!
> Started working on a patch for U-Boot to remove any broken cpu core
> and/or cluster nodes, similar to what vendor U-Boot does, adopted to
> work with a mainline DT for RK3588.
Nice, thanks for working on that. :)
> On one of my ROCK 5C Lite board one of the cpu cores is unusable,
> U-Boot
> removes the related cpu cluster nodes. On another ROCK 5C Lite board
> one
> rkvdec core is only marked unusable and all cpu cores can be taken
> online, U-Boot does nothing in this case. Guessing we should apply
> similar policy as vendor U-Boot and disable cores anyway.
Just checking, you're referring to disabling the rkvdec core only,
for the latter case?
> Following commit contains early work-in-progress and some debug output.
>
> https://github.com/Kwiboo/u-boot-rockchip/commit/8cdf606e616baa36751f3b4adcfaefc781126c8c
>
> Booting ROCK 5C Lite boards using U-Boot generic-rk3588_defconfig:
>
> ROCK 5C Lite v1.1 (RK3582 with 1 bad cpu core):
>
> cpu-code: 3582
> cpu-version: 08 10
> data: fe 21
> package: 11
> specification: 01
> ip-state: 10 00 00
> bad-state: cpu core 4
>
> ROCK 5C Lite v1.1 (RK3582 with 1 bad rkvdec core):
>
> cpu-code: 3582
> cpu-version: 08 00
> data: fe 21
> package: 11
> specification: 01
> ip-state: 00 80 00
> bad-state: rkvdec core 1
Thanks again for these nice details!
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next prev parent reply other threads:[~2024-05-31 21:25 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-29 2:13 [RFC PATCH] arm64: dts: rockchip: Make preparations for per-RK3588-variant OPPs Dragan Simic
2024-05-29 9:57 ` Alexey Charkov
2024-05-29 10:45 ` Dragan Simic
2024-05-29 12:04 ` Alexey Charkov
2024-05-29 12:22 ` Dragan Simic
2024-05-29 14:05 ` Alexey Charkov
2024-05-30 19:31 ` Dragan Simic
2024-05-31 11:27 ` Jonas Karlman
2024-05-31 11:44 ` Alexey Charkov
2024-05-31 23:32 ` Jonas Karlman
2024-05-31 21:24 ` Dragan Simic [this message]
2024-05-31 23:15 ` Jonas Karlman
2024-05-31 23:39 ` Dragan Simic
2024-06-04 20:48 ` Dragan Simic
2024-05-29 11:09 ` Diederik de Haas
2024-05-29 11:33 ` Dragan Simic
2024-05-31 2:45 ` Dragan Simic
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=66677077acf4e970444cea829436fd0a@manjaro.org \
--to=dsimic@manjaro.org \
--cc=alchark@gmail.com \
--cc=conor+dt@kernel.org \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=didi.debian@cknow.org \
--cc=heiko@sntech.de \
--cc=jonas@kwiboo.se \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=quentin.schulz@cherry.de \
--cc=robh+dt@kernel.org \
--cc=viresh.kumar@linaro.org \
--cc=wens@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