public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Marcin Wojtas" <mw@semihalf.com>
To: Leif Lindholm <leif.lindholm@linaro.org>
Cc: edk2-devel-groups-io <devel@edk2.groups.io>,
	Ard Biesheuvel <ard.biesheuvel@linaro.org>,
	 "jsd@semihalf.com" <jsd@semihalf.com>,
	Grzegorz Jaszczyk <jaz@semihalf.com>,
	 Kostya Porotchkin <kostap@marvell.com>
Subject: Re: [edk2-platforms: PATCH 0/9] Marvell Octeon CN913X SoC family support
Date: Thu, 8 Aug 2019 19:05:29 +0200	[thread overview]
Message-ID: <CAPv3WKenjMqghBHj1Qx2xjAK6C_K5wOpN=jguUZ_8ojHHV64QQ@mail.gmail.com> (raw)
In-Reply-To: <20190808164822.GE25813@bivouac.eciton.net>

czw., 8 sie 2019 o 18:48 Leif Lindholm <leif.lindholm@linaro.org> napisał(a):
>
> Hi Marcin.
>
> On Thu, Aug 08, 2019 at 03:51:15PM +0200, Marcin Wojtas wrote:
> > > > This patchset adds all necessary components (.dsc/.fdf,
> > > > libraries, ACPI, DT) to support all 3 variants, which
> > > > are available on a modular CN913x Development Board.
> > >
> > > Thanks for this contribution.
> > > Do you have any further information on this SoC/Devboard?
> > > Searching only gets me the CN8xxx SoCs.
> >
> > Indeed :/ I guess there should be some public information soon,
> > unfortunately I'm not in charge of it.
> >
> > FYI, 2 days ago the support for it was submitted to the Linux lists:
> > https://www.spinics.net/lists/arm-kernel/msg746208.html
>
> Ah, good to know, thanks.
>
> > In high level this SoC is successor of Armada - enhanced modularity,
> > more interfaces, higher freq, new DDR controller and so on.
>
> OK. Yes, I see now these platforms are implemented as overlays on top
> of existing Armada DB.
>
> > > This does not affect Cn9132DbA, since that one does not include the
> > > ACPI module. Is this intenional?
> > >
> >
> > Maybe I should've mention this explicitly - yes, as for now we do not
> > support ACPI on triple-CP115 variant. The reason is following -
> > currently we have a static configuration of the ICU (CP115 interrupt
> > controller) to GIC. Thanks to that, we can assign GIC interrupts in
> > static ACPI tables. Unfortunately dual CP115/CP110 setup uses all
> > available GIC IRQs for this. We need to create mapping only for the
> > used devices and pass it to the ACPI tables.
> >
> > What is needed to fix it properly:
> > - create ICU-GIC dynamic mapping
> > - dynamically fill this information in DSDT/SSDT.
> >
> > > Which version of iasl has this been tested with?
> > >
> >
> > I built it successfully with iasl versions: 20180105 and 20160108-2.
> >
> > Anyway, in v2 I'll shorten OEM table ID to 8 characters ( "CN9130DBA"
> > is 9 character).
>
> OK. Working around this manually (shortening the name), the 9130
> builds fine. The 9131 needs an identical change to Ssdt.aml.
>
> However, all platforms still fail when I try building for ARM (which
> is supported according to the .dsc files).
> It seems the build fails from the missing PcdDramRemapTarget
> definition, in the build of
> Silicon/Marvell/Armada7k8k/Library/Armada7k8kLib/ARM/ArmPlatformHelper.S
>
> Moreover, this also affects existing Armada70x0/80x0 platforms.
> Could you look into this issue separately?

Thanks for the notice, I will take a look.

>
> On a higher level, I confess to not being entirely convinced about the
> triplicate .dsc/.dsc.inc/.fdf.inc setup. (Of the three, the .dsc.inc
> is the one I object the least to.)
> For the .dscs, I understand the desire to separate the build
> directories, but could this be achieved with -D build flags instead?
> Certainly the differences in .fdf.inc could be handled via
> conditional statements determined in a single .dsc.
>
> If (and this is a possibility) the 3 different .dscs is the right way
> forward, I still think everything other than the [defines] section
> should be kept in a common .dsc.inc.
>

I will try the -D option. How about:
- single .dsc / .fdf.inc
- triple .dsc.inc (they overlap in really minimal way and show pretty
good the differences between 3 variants)
?

> (This quite possibly concludes my commentary on v1. Don't hold back a
> v2 waiting for more.)
>

Ok, thanks!
Marcin

> Best Regards,
>
> Leif

  reply	other threads:[~2019-08-08 17:05 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-07 23:30 [edk2-platforms: PATCH 0/9] Marvell Octeon CN913X SoC family support Marcin Wojtas
2019-08-07 23:30 ` [edk2-platforms: PATCH 1/9] Marvell/Cn9130Db: Add ACPI tables Marcin Wojtas
2019-08-07 23:30 ` [edk2-platforms: PATCH 2/9] Marvell/Cn9130Db: Add DeviceTree Marcin Wojtas
2019-08-07 23:30 ` [edk2-platforms: PATCH 3/9] Marvell/Cn9130Db: Introduce board support Marcin Wojtas
2019-08-07 23:30 ` [edk2-platforms: PATCH 4/9] Marvell/Library: ArmadaSoCDescLib: Extend Xenon information Marcin Wojtas
2019-08-07 23:30 ` [edk2-platforms: PATCH 5/9] Marvell/Library: MppLib: Allow to configure more Xenon PHYs Marcin Wojtas
2019-08-07 23:30 ` [edk2-platforms: PATCH 6/9] Marvell/Library: IcuLib: Fix debug information Marcin Wojtas
2019-08-07 23:30 ` [edk2-platforms: PATCH 7/9] Marvell/Cn9131Db: Introduce board support Marcin Wojtas
2019-08-07 23:30 ` [edk2-platforms: PATCH 8/9] Marvell/Cn9132Db: " Marcin Wojtas
2019-08-07 23:30 ` [edk2-platforms: PATCH 9/9] Marvell/Drivers: SmbiosPlatformDxe: Use more generic board name Marcin Wojtas
2019-08-08 11:51 ` [edk2-platforms: PATCH 0/9] Marvell Octeon CN913X SoC family support Leif Lindholm
2019-08-08 13:51   ` Marcin Wojtas
2019-08-08 16:48     ` Leif Lindholm
2019-08-08 17:05       ` Marcin Wojtas [this message]
2019-08-08 17:53         ` Leif Lindholm
2019-08-09  6:36           ` Marcin Wojtas

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-list 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='CAPv3WKenjMqghBHj1Qx2xjAK6C_K5wOpN=jguUZ_8ojHHV64QQ@mail.gmail.com' \
    --to=devel@edk2.groups.io \
    /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