public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [platforms: PATCH v3 0/5] Armada7k8k memory handling update
@ 2019-01-28  9:45 Marcin Wojtas
  2019-01-28  9:45 ` [platforms: PATCH v3 1/5] Marvell/Armada7k8k: Refactor reserving memory regions Marcin Wojtas
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Marcin Wojtas @ 2019-01-28  9:45 UTC (permalink / raw)
  To: edk2-devel; +Cc: leif.lindholm, ard.biesheuvel, nadavh, mw, jsd, jaz, kostap

Hi,

The third version of the patchset moves the new common
header for Marvell SMC ID's to the IndustryStandard directory.
What is more important, now 3 regions (described by new PCDs)
are reserved separately. For that purpose a preparation
patch was added, which extract existing reservation code
into a new subroutine. More details can be found in
the changelog below and the commit messages.

Patches are available in the github:
https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/dram-upstream-r20190128

I'm looking forward to the comments and remarks.

Best regards,
Marcin

Changelog:
v2 -> v3
* 1/5
  - New patch - extract memory reservation to a separate routine

* 2/2
  - Add new PCDs and reserve 3 regions (ARM-TF, PEI stack, OP-TEE)
    separately
  - Update commit message accordingly

* 3/5
  - Move MvSmc.h to Include/IndustryStandard

* 4,5/5
  - Add Leif's RB

v1 -> v2:
* 1/4
  - Improve commit log - mention single area size and new PEI stack base

* 2/4 (new patch)
  - Add common header for Marvell SMC ID's

* 3/4
  - Add function description comment
  - Define and use ARMADA7K8K_AP806_INDEX
  - Change function argument to EFI_PHYSICAL_ADDRESS

* 4/4
  - Move new SMC ID to MvSmc.h
  - Include ArmadaSoCDescLib.h directly (instead indirectly via BoardDesc.h)
  - Remove ARMADA7K8K_AP806_INDEX macro

Grzegorz Jaszczyk (2):
  Marvell/Library: ArmadaSoCDescLib: Add North Bridge description
  Marvell/Armada7k8k: Read DRAM settings from ARM-TF

Marcin Wojtas (3):
  Marvell/Armada7k8k: Refactor reserving memory regions
  Marvell/Armada7k8k: Shift PEI stack base and extend memory reservation
  Marvell/Library: Introduce common header for the SMC ID's

 Silicon/Marvell/Marvell.dec                                                                  |   8 +-
 Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc                                                |  16 ++-
 Silicon/Marvell/Armada7k8k/Library/Armada7k8kLib/Armada7k8kLib.inf                           |   3 +
 Silicon/Marvell/Armada7k8k/Library/Armada7k8kMemoryInitPeiLib/Armada7k8kMemoryInitPeiLib.inf |   8 +-
 Silicon/Marvell/Armada7k8k/Library/Armada7k8kLib/Armada7k8kLibMem.h                          |  25 -----
 Silicon/Marvell/Armada7k8k/Library/Armada7k8kSoCDescLib/Armada7k8kSoCDescLib.h               |   6 ++
 Silicon/Marvell/Include/IndustryStandard/MvSmc.h                                             |  24 +++++
 Silicon/Marvell/Include/Library/ArmadaSoCDescLib.h                                           |  28 +++++
 Silicon/Marvell/Library/ComPhyLib/ComPhySipSvc.h                                             |   8 +-
 Silicon/Marvell/Armada7k8k/Library/Armada7k8kLib/Armada7k8kLibMem.c                          |  60 ++++-------
 Silicon/Marvell/Armada7k8k/Library/Armada7k8kMemoryInitPeiLib/Armada7k8kMemoryInitPeiLib.c   | 107 +++++++++++++-------
 Silicon/Marvell/Armada7k8k/Library/Armada7k8kSoCDescLib/Armada7k8kSoCDescLib.c               |  34 +++++++
 Silicon/Marvell/Library/ComPhyLib/ComPhyCp110.c                                              |  14 +--
 13 files changed, 220 insertions(+), 121 deletions(-)
 create mode 100644 Silicon/Marvell/Include/IndustryStandard/MvSmc.h

-- 
2.7.4



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-01-31 12:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-28  9:45 [platforms: PATCH v3 0/5] Armada7k8k memory handling update Marcin Wojtas
2019-01-28  9:45 ` [platforms: PATCH v3 1/5] Marvell/Armada7k8k: Refactor reserving memory regions Marcin Wojtas
2019-01-28  9:45 ` [platforms: PATCH v3 2/5] Marvell/Armada7k8k: Shift PEI stack base and extend memory reservation Marcin Wojtas
2019-01-28  9:45 ` [platforms: PATCH v3 3/5] Marvell/Library: Introduce common header for the SMC ID's Marcin Wojtas
2019-01-28  9:45 ` [platforms: PATCH v3 4/5] Marvell/Library: ArmadaSoCDescLib: Add North Bridge description Marcin Wojtas
2019-01-28  9:45 ` [platforms: PATCH v3 5/5] Marvell/Armada7k8k: Read DRAM settings from ARM-TF Marcin Wojtas
2019-01-30 16:47 ` [platforms: PATCH v3 0/5] Armada7k8k memory handling update Leif Lindholm
2019-01-31  7:01   ` Marcin Wojtas
2019-01-31 10:27     ` Leif Lindholm
2019-01-31 12:06       ` Marcin Wojtas
2019-01-31 12:12         ` Leif Lindholm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox