public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Marcin Wojtas via groups.io" <mw=semihalf.com@groups.io>
To: devel@edk2.groups.io, ndhillon@marvell.com
Cc: quic_llindhol@quicinc.com, sbalcerak@marvell.com
Subject: Re: [edk2-devel] [edk2-platforms PATCH 1/1] Silicon/Marvell/OdysseyPkg: New Marvell Odyssey processor
Date: Fri, 8 Dec 2023 17:37:22 +0100	[thread overview]
Message-ID: <CAPv3WKcswGmkfDdCD4FprQLU=qUAmen9rH-QOaSeF=c-1Ye8-g@mail.gmail.com> (raw)
In-Reply-To: <20231130151427.15841-1-ndhillon@marvell.com>

Hi Narinder,


czw., 30 lis 2023 o 16:14 Narinder Dhillon <ndhillon@marvell.com> napisał(a):
>
> From: Narinder Dhillon <ndhillon@marvell.com>
>
> This patch adds support for Marvell Odyssey processor.
>
> It contains only the very basic elements needed to boot to EDK2 UiApp.
> - ARM BL31 firmware component copies EDK2 image into memory, so it is
>   always executing from memory
> - There is a SMC library to get system information from BL31
> - There are drivers to get board configuration details from a device
>   tree
> - There is no on-chip RTC, a dummy driver is used
> - Emulated variable storage is used for now
>
> Signed-off-by: Narinder Dhillon <ndhillon@marvell.com>
> ---
>  Platform/Marvell/OdysseyPkg/OdysseyPkg.dsc    | 216 ++++++++++
>  Platform/Marvell/OdysseyPkg/OdysseyPkg.fdf    | 304 +++++++++++++
>  .../Drivers/Fdt/FdtClientDxe/FdtClientDxe.c   | 382 ++++++++++++++++
>  .../Drivers/Fdt/FdtClientDxe/FdtClientDxe.inf |  43 ++
>  .../Drivers/Fdt/FdtPlatformDxe/FdtPlatform.c  | 361 ++++++++++++++++
>  .../Drivers/Fdt/FdtPlatformDxe/FdtPlatform.h  | 102 +++++
>  .../Fdt/FdtPlatformDxe/FdtPlatformDxe.inf     |  60 +++
>  .../Fdt/FdtPlatformDxe/FdtPlatformDxe.uni     | 106 +++++
>  .../Drivers/Fdt/FdtPlatformDxe/README.txt     |  69 +++
>  .../Drivers/Fdt/FdtPlatformDxe/ShellDumpFdt.c | 283 ++++++++++++
>  .../Marvell/Drivers/Null/RtcNull/RtcNullDxe.c | 281 ++++++++++++
>  .../Marvell/Drivers/Null/RtcNull/RtcNullDxe.h |  41 ++
>  .../Drivers/Null/RtcNull/RtcNullDxe.inf       |  46 ++
>  .../Drivers/Wdt/GtiWatchdogDxe/GtiWatchdog.c  | 408 ++++++++++++++++++
>  .../Wdt/GtiWatchdogDxe/GtiWatchdogDxe.inf     |  45 ++
>  .../AArch64/ArmPlatformHelper.S               |  86 ++++
>  .../Library/ArmPlatformLib/ArmPlatformLib.c   |  79 ++++
>  .../Library/ArmPlatformLib/ArmPlatformLib.inf |  55 +++
>  .../ArmPlatformLib/ArmPlatformLibMem.c        | 131 ++++++
>  Silicon/Marvell/Library/SmcLib/SmcLib.c       | 189 ++++++++
>  Silicon/Marvell/Library/SmcLib/SmcLib.inf     |  32 ++
>  .../Include/Library/SmcLib.h                  |  71 +++
>  .../Include/Protocol/FdtClient.h              | 180 ++++++++
>  .../MarvellSiliconPkg/MarvellSiliconPkg.dec   |  19 +
>  Silicon/Marvell/OdysseyPkg/OdysseyPkg.dsc.inc | 394 +++++++++++++++++
>  .../PrePi/AArch64/ModuleEntryPoint.S          | 136 ++++++
>  .../ArmPlatformPkg/PrePi/PeiMPCore.inf        | 110 +++++
>  .../Override/ArmPlatformPkg/PrePi/PrePi.c     | 238 ++++++++++

To ease the review, can you please split this huge commit into several
patches, e.g.:
1. Add FdtPlatfromDxe
2. Add RtcNull
3. Add Wdt
4-6. Add libraries + headers
7. Add ArmPlatformPkg
8. Add OdysseyPkg.dsc.inc
9, Add Platform/Marvell/OdysseyPkg (in the latter you may also add
some README file, see other Marvell/SolidRun platforms for reference)

Thanks,
Marcin


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#112237): https://edk2.groups.io/g/devel/message/112237
Mute This Topic: https://groups.io/mt/102895289/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



      reply	other threads:[~2023-12-08 16:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-30 15:14 [edk2-devel] [edk2-platforms PATCH 1/1] Silicon/Marvell/OdysseyPkg: New Marvell Odyssey processor Narinder Dhillon
2023-12-08 16:37 ` Marcin Wojtas via groups.io [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-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='CAPv3WKcswGmkfDdCD4FprQLU=qUAmen9rH-QOaSeF=c-1Ye8-g@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