From: Marcin Wojtas <mw@semihalf.com>
To: edk2-devel@lists.01.org
Cc: leif.lindholm@linaro.org, ard.biesheuvel@linaro.org,
nadavh@marvell.com, mw@semihalf.com, jsd@semihalf.com,
jaz@semihalf.com, kostap@marvell.com
Subject: [platforms: PATCH v2 0/4] Armada7k8k memory handling update
Date: Tue, 22 Jan 2019 02:32:18 +0100 [thread overview]
Message-ID: <1548120742-11928-1-git-send-email-mw@semihalf.com> (raw)
Hi,
The second version of the patchset introduces the new common
header for Marvell SMC ID's, and answers other remarks
pointed out in v1 review. The details can be found in the
changelog below.
Patches are available in the github:
https://github.com/MarvellEmbeddedProcessors/edk2-open-platform/commits/dram-upstream-r20190122
I'm looking forward to the comments and remarks.
Best regards,
Marcin
Changelog:
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 (2):
Marvell/Armada7k8k: Shift PEI stack base
Marvell/Library: Introduce common header for the SMC ID's
Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 4 +-
Silicon/Marvell/Armada7k8k/Library/Armada7k8kLib/Armada7k8kLib.inf | 3 +
Silicon/Marvell/Armada7k8k/Library/Armada7k8kLib/Armada7k8kLibMem.h | 25 --------
Silicon/Marvell/Armada7k8k/Library/Armada7k8kSoCDescLib/Armada7k8kSoCDescLib.h | 6 ++
Silicon/Marvell/Include/Library/ArmadaSoCDescLib.h | 28 +++++++++
Silicon/Marvell/Include/Library/MvSmc.h | 24 ++++++++
Silicon/Marvell/Library/ComPhyLib/ComPhySipSvc.h | 8 +--
Silicon/Marvell/Armada7k8k/Library/Armada7k8kLib/Armada7k8kLibMem.c | 60 ++++++--------------
Silicon/Marvell/Armada7k8k/Library/Armada7k8kSoCDescLib/Armada7k8kSoCDescLib.c | 34 +++++++++++
Silicon/Marvell/Library/ComPhyLib/ComPhyCp110.c | 14 ++---
10 files changed, 125 insertions(+), 81 deletions(-)
create mode 100644 Silicon/Marvell/Include/Library/MvSmc.h
--
2.7.4
next reply other threads:[~2019-01-22 1:32 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-22 1:32 Marcin Wojtas [this message]
2019-01-22 1:32 ` [platforms: PATCH v2 1/4] Marvell/Armada7k8k: Shift PEI stack base Marcin Wojtas
2019-01-22 17:26 ` Leif Lindholm
2019-01-22 18:26 ` Marcin Wojtas
2019-01-22 19:06 ` Leif Lindholm
2019-01-22 19:27 ` Marcin Wojtas
2019-01-22 20:26 ` Leif Lindholm
2019-01-22 20:56 ` Marcin Wojtas
2019-01-22 21:09 ` Leif Lindholm
2019-01-23 8:28 ` Marcin Wojtas
2019-01-23 9:42 ` Leif Lindholm
2019-01-23 9:45 ` Marcin Wojtas
2019-01-22 1:32 ` [platforms: PATCH v2 2/4] Marvell/Library: Introduce common header for the SMC ID's Marcin Wojtas
2019-01-22 17:35 ` Leif Lindholm
2019-01-22 18:15 ` Marcin Wojtas
2019-01-22 1:32 ` [platforms: PATCH v2 3/4] Marvell/Library: ArmadaSoCDescLib: Add North Bridge description Marcin Wojtas
2019-01-22 17:38 ` Leif Lindholm
2019-01-22 1:32 ` [platforms: PATCH v2 4/4] Marvell/Armada7k8k: Read DRAM settings from ARM-TF Marcin Wojtas
2019-01-22 17:39 ` Leif Lindholm
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=1548120742-11928-1-git-send-email-mw@semihalf.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