u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Dragan Simic <dsimic@manjaro.org>
To: Andy Yan <andyshrk@163.com>
Cc: kever.yang@rock-chips.com, jonas@kwiboo.se, u-boot@lists.denx.de
Subject: Re: [PATCH 1/1] board: rockchip: Add support for rk3588 GenBook
Date: Mon, 12 Aug 2024 02:46:35 +0200	[thread overview]
Message-ID: <b799c2bb7e30c7568aa3e482522efc6c@manjaro.org> (raw)
In-Reply-To: <30bf7280.59c.19144046836.Coremail.andyshrk@163.com>

On 2024-08-12 02:37, Andy Yan wrote:
> At 2024-08-12 05:26:36, "Dragan Simic" <dsimic@manjaro.org> wrote:
>> Hello Andy,
>> 
>> Please see a few comments below.
>> 
>> On 2024-08-11 12:02, Andy Yan wrote:
>>> Add support for Cool Pi GenBook.
>>> 
>>> Specification:
>>> - Rockchip RK3588
>>> - LPDDR5X 8/32 GB
>>> - eMMC 64 GB
>>> - HDMI Type A out x 1
>>> - USB 3.0 Host x 1
>>> - USB-C 3.0 with DisplayPort AltMode
>>> - PCIE M.2 E Key for RTL8852BE Wireless connection
>>> - PCIE M.2 M Key for NVME connection
>>> - eDP panel with 1920x1080
>> 
>> It should be mentioned that it actually uses CM5 SoM.
> 
> Okay,will do in v2

Great, thanks.

[snip]

>>> diff --git a/arch/arm/mach-rockchip/rk3588/Kconfig
>>> b/arch/arm/mach-rockchip/rk3588/Kconfig
>>> index e751d64e1a1..dc53d559ed9 100644
>>> --- a/arch/arm/mach-rockchip/rk3588/Kconfig
>>> +++ b/arch/arm/mach-rockchip/rk3588/Kconfig
>>> @@ -6,6 +6,12 @@ config TARGET_EVB_RK3588
>>>  	help
>>>  	  RK3588 EVB is a evaluation board for Rockchp RK3588.
>>> 
>>> +config TARGET_GENBOOK_RK3588
>> 
>> It should be better to use "TARGET_GENBOOK_CM5_RK3588" instead,
>> to leave room for support for any possible future SoMs that might
>> be made available for the GenBook at some point.
> 
> Considering the name of dts is rk3588-coolpi-cm5-genbook.dts , should
> we  use TARGET_CM5_GENBOOK_RK3588  instead of
> TARGET_GENBOOK_CM5_RK3588 here ?

That's a good question, and I already asked myself the same, before
sending over my comments.  It's all about the way U-Boot names the
things internally, i.e. we've got it like "<carrier_board>-<SoM>-<SoC>"
this time, meaning that the "dependency graph" seemingly gets usually
represented that way in U-Boot.

  reply	other threads:[~2024-08-12  0:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-11 10:02 [PATCH 0/1] Add support for Cool Pi GenBook Andy Yan
2024-08-11 10:02 ` [PATCH 1/1] board: rockchip: Add support for rk3588 GenBook Andy Yan
2024-08-11 21:26   ` Dragan Simic
2024-08-12  0:37     ` Andy Yan
2024-08-12  0:46       ` Dragan Simic [this message]
2024-08-12  8:23     ` Quentin Schulz
2024-08-12 10:00       ` Andy Yan
2024-08-12 10:46         ` Quentin Schulz

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=b799c2bb7e30c7568aa3e482522efc6c@manjaro.org \
    --to=dsimic@manjaro.org \
    --cc=andyshrk@163.com \
    --cc=jonas@kwiboo.se \
    --cc=kever.yang@rock-chips.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;
as well as URLs for NNTP newsgroup(s).