Re: [edk2] Unable to boot Linux with master EDK2

2019-01-21 Thread Julien Grall
Hi Dandan, On 21/01/2019 02:23, Bi, Dandan wrote: I have committed the fix patch. https://github.com/tianocore/edk2/commit/eb76b76218d5bac867414e2ff6dd09c6e7c700dd Please trying the latest EDK2 master. I have tried EDK2 master and got a guest booting with UEFI. Thank you for merging it!

[edk2] [platforms: PATCH 0/3] Armada7k8k memory handling update

2019-01-21 Thread Marcin Wojtas
Hi, This short patchset adjust to the latest Marvell v18.12 ARM-TF sources. They change DRAM configuration registers to be secure, as well as extend the region, which is non-accessible by OS. The patches avoid the issues by shifitng PEI stack base and configuring the memory map, using SiP

Re: [edk2] [PATCH V2 10/15] ArmVirtXen: Use merged variable driver for emulated NV mode

2019-01-21 Thread Zeng, Star
Hi Julien, On 2019/1/18 2:59, Julien Grall wrote: Hi Star, On 17/01/2019 01:26, Zeng, Star wrote: On 2019/1/16 22:26, Julien Grall wrote: Hi Laszlo, On 15/01/2019 09:37, Laszlo Ersek wrote: On 01/14/19 16:19, Star Zeng wrote: REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1323 Merge

[edk2] [platforms: PATCH 3/3] Marvell/Armada7k8k: Read DRAM settings from ARM-TF

2019-01-21 Thread Marcin Wojtas
From: Grzegorz Jaszczyk The memory controller registers are marked as secure in the latest ARM-TF for Armada SoCs. It is available however get the DRAM information via SiP services in the EL3, so use it instead of accessing the registers directly. Contributed-under: TianoCore Contribution

Re: [edk2] [platforms: PATCH 1/3] Marvell: Armada7k8k: Shift PEI stack base

2019-01-21 Thread Leif Lindholm
On Mon, Jan 21, 2019 at 11:52:09AM +0100, Marcin Wojtas wrote: > Recent changes in the ARM-TF configure its runtime serices region > as protected, hence the hitherto PEI stack base address (0x41F) > violated it. > > In order to fix this, extend the region which is non-accessible > by the OS

Re: [edk2] [platforms: PATCH 2/3] Marvell/Library: ArmadaSoCDescLib: Add North Bridge description

2019-01-21 Thread Leif Lindholm
On Mon, Jan 21, 2019 at 11:52:10AM +0100, Marcin Wojtas wrote: > From: Grzegorz Jaszczyk > > For upcomming patch there is need to get AP806 base, provide required > getter function for it. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Marcin Wojtas > --- > >

[edk2] [platforms: PATCH 2/3] Marvell/Library: ArmadaSoCDescLib: Add North Bridge description

2019-01-21 Thread Marcin Wojtas
From: Grzegorz Jaszczyk For upcomming patch there is need to get AP806 base, provide required getter function for it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marcin Wojtas --- Silicon/Marvell/Armada7k8k/Library/Armada7k8kSoCDescLib/Armada7k8kSoCDescLib.h | 1 +

Re: [edk2] [platforms: PATCH 3/3] Marvell/Armada7k8k: Read DRAM settings from ARM-TF

2019-01-21 Thread Leif Lindholm
On Mon, Jan 21, 2019 at 11:52:11AM +0100, Marcin Wojtas wrote: > From: Grzegorz Jaszczyk > > The memory controller registers are marked as secure in the latest > ARM-TF for Armada SoCs. It is available however get the DRAM > information via SiP services in the EL3, so use it instead > of

[edk2] [platforms: PATCH 1/3] Marvell: Armada7k8k: Shift PEI stack base

2019-01-21 Thread Marcin Wojtas
Recent changes in the ARM-TF configure its runtime serices region as protected, hence the hitherto PEI stack base address (0x41F) violated it. In order to fix this, extend the region which is non-accessible by the OS to cover both the ARM-TF (0x400 - 0x420) and OPTEE (0x440 -

Re: [edk2] [PATCH] ArmPkg: delete unused ArmTrustZoneSmc.h

2019-01-21 Thread Ard Biesheuvel
On Mon, 21 Jan 2019 at 14:07, Leif Lindholm wrote: > > ArmPkg/Include/IndustryStandard/ArmTrustZoneSmc.h contains definitions > contradicting the SMC Calling Convention (ARM DEN0028B). > > It also has no users in public trees. So delete before it can cause > damage. > > Contributed-under:

Re: [edk2] [PATCH 1/4] CryptoPkg/SmmCryptLib: permit use by MM_STANDALONE modules

2019-01-21 Thread Ard Biesheuvel
On Mon, 21 Jan 2019 at 13:40, Gao, Liming wrote: > > Ard: > Wang, Jian is the reviewer of CryptoPkg. I think that his review-by is > enough. > OK, thanks! > Thanks > Liming > > -Original Message- > > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > > Sent: Monday, January

Re: [edk2] [PATCH 1/4] CryptoPkg/SmmCryptLib: permit use by MM_STANDALONE modules

2019-01-21 Thread Gao, Liming
Ard: Wang, Jian is the reviewer of CryptoPkg. I think that his review-by is enough. Thanks Liming > -Original Message- > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > Sent: Monday, January 21, 2019 8:36 PM > To: Wang, Jian J ; Ye, Ting > Cc: edk2-devel@lists.01.org;

Re: [edk2] [platforms: PATCH 3/3] Marvell/Armada7k8k: Read DRAM settings from ARM-TF

2019-01-21 Thread Marcin Wojtas
Hi Leif, pon., 21 sty 2019 o 12:51 Leif Lindholm napisał(a): > > On Mon, Jan 21, 2019 at 11:52:11AM +0100, Marcin Wojtas wrote: > > From: Grzegorz Jaszczyk > > > > The memory controller registers are marked as secure in the latest > > ARM-TF for Armada SoCs. It is available however get the DRAM

Re: [edk2] [PATCH v2 1/3] MdeModulePkg/Dhcp4Dxe: Remove unnecessary NULL pointer check.

2019-01-21 Thread Gao, Liming
Thanks Ard and Laszlo. For the minor change in single patch, the patch may be sent separately with the clear subject. Or, the patch set can be sent again. Thanks Liming > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Saturday, January 19, 2019 9:17 AM > To:

Re: [edk2] [PATCH V2 10/15] ArmVirtXen: Use merged variable driver for emulated NV mode

2019-01-21 Thread Julien Grall
Hi, On 21/01/2019 10:46, Zeng, Star wrote: > On 2019/1/18 2:59, Julien Grall wrote: > I saw the discussion at > https://lists.01.org/pipermail/edk2-devel/2019-January/035405.html. > Fortunately, > it has been fixed. > So I did rebase for the code. > Repo: g...@github.com:lzeng14/edk2.git >

[edk2] [PATCH] UefiCpuPkg/MtrrLib: Fix a bug that may wrongly set memory <1MB to UC

2019-01-21 Thread Ruiyu Ni
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1481 Today's MtrrLib contains a bug, for example: when the original cache setting is WB for [0xF_, 0xF_8000) and, a new request to set [0xF_, 0xF_4000) to WP, the cache setting for [0xF_4000, 0xF_8000) is reset to UC. The reason is

Re: [edk2] [PATCH 0/4] Various Packages: add MM_STANDALONE support

2019-01-21 Thread Gao, Liming
Ard: The patches created by you recently is to support the standalone MM authenticated variable stack. This is likely a new feature. Could you help submit BZ for this new feature or reuse the existing BZ? And, update

[edk2] [PATCH] ArmPkg: delete unused ArmTrustZoneSmc.h

2019-01-21 Thread Leif Lindholm
ArmPkg/Include/IndustryStandard/ArmTrustZoneSmc.h contains definitions contradicting the SMC Calling Convention (ARM DEN0028B). It also has no users in public trees. So delete before it can cause damage. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Leif Lindholm ---

Re: [edk2] [PATCH v2 00/11] StandaloneMmPkg: assorted fixes and improvements

2019-01-21 Thread Ard Biesheuvel
On Fri, 18 Jan 2019 at 16:42, Yao, Jiewen wrote: > > Thanks to remind me. > I took a look at all patches. > > I skipped all ARM specific patches, and reviewed rest of them. > All my feedback is provided in the individual patch. > > Thank you > Yao Jiewen > > > -Original Message- > > From:

Re: [edk2] [PATCH v2 1/3] MdeModulePkg/Dhcp4Dxe: Remove unnecessary NULL pointer check.

2019-01-21 Thread Philippe Mathieu-Daudé
Hi, On 1/21/19 1:53 PM, Gao, Liming wrote: > Thanks Ard and Laszlo. For the minor change in single patch, the patch may be > sent separately with the clear subject. Or, the patch set can be sent again. Since it is hard to follow technical discussion when top-posted (see

Re: [edk2] [PATCH 0/4] Various Packages: add MM_STANDALONE support

2019-01-21 Thread Ard Biesheuvel
On Mon, 21 Jan 2019 at 13:49, Gao, Liming wrote: > > Ard: > The patches created by you recently is to support the standalone MM > authenticated variable stack. This is likely a new feature. > > Could you help submit BZ for this new feature or reuse the existing BZ? > And, update >

Re: [edk2] [platforms: PATCH 2/3] Marvell/Library: ArmadaSoCDescLib: Add North Bridge description

2019-01-21 Thread Marcin Wojtas
Hi Leif, pon., 21 sty 2019 o 12:32 Leif Lindholm napisał(a): > > On Mon, Jan 21, 2019 at 11:52:10AM +0100, Marcin Wojtas wrote: > > From: Grzegorz Jaszczyk > > > > For upcomming patch there is need to get AP806 base, provide required > > getter function for it. > > > > Contributed-under:

Re: [edk2] [PATCH 4/4] MdePkg/UefiDevicePathLib: permit use by MM_STANDALONE modules

2019-01-21 Thread Gao, Liming
Reviewed-by: Liming Gao > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Ard > Biesheuvel > Sent: Friday, January 18, 2019 7:07 PM > To: edk2-devel@lists.01.org > Cc: Ye, Ting ; Gao, Liming ; Wu, Hao > A ; Yao, Jiewen > ; Zeng, Star ;

Re: [edk2] [PATCH 1/4] CryptoPkg/SmmCryptLib: permit use by MM_STANDALONE modules

2019-01-21 Thread Ard Biesheuvel
On Fri, 18 Jan 2019 at 12:12, Ard Biesheuvel wrote: > > On Fri, 18 Jan 2019 at 08:08, Wang, Jian J wrote: > > > > > > > > Reviewed-by: Jian J Wang > > > > Ting, do you have any objections to this patch? > Ping? > > > > > -Original Message- > > > From: Ard Biesheuvel

Re: [edk2] [platforms: PATCH 3/3] Marvell/Armada7k8k: Read DRAM settings from ARM-TF

2019-01-21 Thread Leif Lindholm
On Mon, Jan 21, 2019 at 04:47:31PM +0100, Marcin Wojtas wrote: > > > -#define DRAM_REGION_SIZE_EVEN(C)(((C) >= 7) && ((C) <= 26)) > > > -#define GET_DRAM_REGION_SIZE_EVEN(C)((UINT64)1 << ((C) + 16)) > > > -#define DRAM_REGION_SIZE_ODD(C) ((C) <= 4) > > > -#define

Re: [edk2] [PATCH 0/4] Various Packages: add MM_STANDALONE support

2019-01-21 Thread Ard Biesheuvel
On Wed, 16 Jan 2019 at 22:22, Ard Biesheuvel wrote: > > Add MM_STANDALONE to the list of permitted module types of various > libraries that are required to build the standalone MM authenticated > variable stack. > > In some cases, this requires the MODULE_TYPE to be modified to BASE, > given that

Re: [edk2] [PATCH] ArmPkg: delete unused ArmTrustZoneSmc.h

2019-01-21 Thread Philippe Mathieu-Daudé
On 1/21/19 2:07 PM, Ard Biesheuvel wrote: > On Mon, 21 Jan 2019 at 14:07, Leif Lindholm wrote: >> >> ArmPkg/Include/IndustryStandard/ArmTrustZoneSmc.h contains definitions >> contradicting the SMC Calling Convention (ARM DEN0028B). >> >> It also has no users in public trees. So delete before it

Re: [edk2] [platforms: PATCH 1/3] Marvell: Armada7k8k: Shift PEI stack base

2019-01-21 Thread Marcin Wojtas
Hi Leif, pon., 21 sty 2019 o 12:26 Leif Lindholm napisał(a): > > On Mon, Jan 21, 2019 at 11:52:09AM +0100, Marcin Wojtas wrote: > > Recent changes in the ARM-TF configure its runtime serices region > > as protected, hence the hitherto PEI stack base address (0x41F) > > violated it. > > > >

Re: [edk2] [platforms: PATCH 1/3] Marvell: Armada7k8k: Shift PEI stack base

2019-01-21 Thread Leif Lindholm
On Mon, Jan 21, 2019 at 04:34:39PM +0100, Marcin Wojtas wrote: > Hi Leif, > > > pon., 21 sty 2019 o 12:26 Leif Lindholm napisał(a): > > > > On Mon, Jan 21, 2019 at 11:52:09AM +0100, Marcin Wojtas wrote: > > > Recent changes in the ARM-TF configure its runtime serices region > > > as protected,

Re: [edk2] [PATCH edk2-platforms 2/7] Silicon/SynQuacer/Fip006Dxe: factor out DXE specific pieces

2019-01-21 Thread Ard Biesheuvel
On Thu, 17 Jan 2019 at 12:27, Ard Biesheuvel wrote: > > On Thu, 17 Jan 2019 at 11:10, Leif Lindholm wrote: > > > > On Fri, Jan 04, 2019 at 03:43:31PM +0100, Ard Biesheuvel wrote: > > > In preparation of creating a SMM version of the FIP006 NOR flash > > > driver, refactor the existing pieces

Re: [edk2] [PATCH edk2-platforms 2/7] Silicon/SynQuacer/Fip006Dxe: factor out DXE specific pieces

2019-01-21 Thread Ard Biesheuvel
On Mon, 21 Jan 2019 at 17:46, Leif Lindholm wrote: > > On Mon, Jan 21, 2019 at 05:16:09PM +0100, Ard Biesheuvel wrote: > > > > > diff --git > > > > > a/Silicon/Socionext/SynQuacer/Drivers/Fip006Dxe/NorFlashDxe.h > > > > > b/Silicon/Socionext/SynQuacer/Drivers/Fip006Dxe/NorFlash.h > > > > >

Re: [edk2] [PATCH edk2-platforms 2/7] Silicon/SynQuacer/Fip006Dxe: factor out DXE specific pieces

2019-01-21 Thread Leif Lindholm
On Mon, Jan 21, 2019 at 05:16:09PM +0100, Ard Biesheuvel wrote: > > > > diff --git > > > > a/Silicon/Socionext/SynQuacer/Drivers/Fip006Dxe/NorFlashDxe.h > > > > b/Silicon/Socionext/SynQuacer/Drivers/Fip006Dxe/NorFlash.h > > > > similarity index 88% > > > > rename from

Re: [edk2] [PATCH edk2-platforms 2/7] Silicon/SynQuacer/Fip006Dxe: factor out DXE specific pieces

2019-01-21 Thread Leif Lindholm
On Mon, Jan 21, 2019 at 05:47:10PM +0100, Ard Biesheuvel wrote: > On Mon, 21 Jan 2019 at 17:46, Leif Lindholm wrote: > > > > On Mon, Jan 21, 2019 at 05:16:09PM +0100, Ard Biesheuvel wrote: > > > > > > diff --git > > > > > > a/Silicon/Socionext/SynQuacer/Drivers/Fip006Dxe/NorFlashDxe.h > > > > >

Re: [edk2] [PATCH V2 10/15] ArmVirtXen: Use merged variable driver for emulated NV mode

2019-01-21 Thread Ard Biesheuvel
On Mon, 21 Jan 2019 at 14:36, Julien Grall wrote: > > Hi, > > On 21/01/2019 10:46, Zeng, Star wrote: > > On 2019/1/18 2:59, Julien Grall wrote: > > I saw the discussion at > > https://lists.01.org/pipermail/edk2-devel/2019-January/035405.html. > > Fortunately, > > it has been fixed. > > So I did

Re: [edk2] [PATCH edk2-platforms 0/7] Silicon/SynQuacer: implement SMM based secure boot

2019-01-21 Thread Ard Biesheuvel
On Thu, 17 Jan 2019 at 12:14, Leif Lindholm wrote: > > On Fri, Jan 04, 2019 at 03:43:29PM +0100, Ard Biesheuvel wrote: > > Wire up the various pieces so that the authenticated variable store > > runs entirely in standalone MM context residing in a secure partition. > > > > This primarily involves

Re: [edk2] [PATCH] ArmPkg: delete unused ArmTrustZoneSmc.h

2019-01-21 Thread Leif Lindholm
On Mon, Jan 21, 2019 at 02:29:17PM +0100, Philippe Mathieu-Daudé wrote: > On 1/21/19 2:07 PM, Ard Biesheuvel wrote: > > On Mon, 21 Jan 2019 at 14:07, Leif Lindholm > > wrote: > >> > >> ArmPkg/Include/IndustryStandard/ArmTrustZoneSmc.h contains definitions > >> contradicting the SMC Calling

Re: [edk2] [PATCH edk2-platforms 6/7] Platform/DeveloperBox: add .DSC/.FDF description of MM components

2019-01-21 Thread Ard Biesheuvel
On Thu, 17 Jan 2019 at 13:18, Ard Biesheuvel wrote: > > On Thu, 17 Jan 2019 at 13:08, Leif Lindholm wrote: > > > > On Thu, Jan 17, 2019 at 12:10:01PM +0100, Ard Biesheuvel wrote: > > > > > > > > > > > > > > > # >

Re: [edk2] [PATCH edk2-platforms 6/7] Platform/DeveloperBox: add .DSC/.FDF description of MM components

2019-01-21 Thread Leif Lindholm
On Mon, Jan 21, 2019 at 05:57:20PM +0100, Ard Biesheuvel wrote: > On Thu, 17 Jan 2019 at 13:18, Ard Biesheuvel > wrote: > > > > On Thu, 17 Jan 2019 at 13:08, Leif Lindholm > > wrote: > > > > > > On Thu, Jan 17, 2019 at 12:10:01PM +0100, Ard Biesheuvel wrote: > > > > > > > > > > > >

Re: [edk2] [PATCH] UefiCpuPkg/MtrrLib: Fix a bug that may wrongly set memory <1MB to UC

2019-01-21 Thread Chiu, Chasel
Reviewed-by: Chasel Chiu > -Original Message- > From: Ni, Ray > Sent: Monday, January 21, 2019 11:17 PM > To: edk2-devel@lists.01.org > Cc: Ni, Ray ; Dong, Eric ; Chiu, Chasel > > Subject: [PATCH] UefiCpuPkg/MtrrLib: Fix a bug that may wrongly set memory > <1MB to UC > > REF:

Re: [edk2] [PATCH V2 10/15] ArmVirtXen: Use merged variable driver for emulated NV mode

2019-01-21 Thread Ard Biesheuvel
On Mon, 21 Jan 2019 at 22:22, Ard Biesheuvel wrote: > > On Mon, 21 Jan 2019 at 22:15, Laszlo Ersek wrote: > > > > Hi Julien, > > > > On 01/21/19 14:36, Julien Grall wrote: > > > Hi, > > > > > > On 21/01/2019 10:46, Zeng, Star wrote: > > >> On 2019/1/18 2:59, Julien Grall wrote: > > >> I saw the

Re: [edk2] [PATCH v2 1/3] MdeModulePkg/Dhcp4Dxe: Remove unnecessary NULL pointer check.

2019-01-21 Thread Philippe Mathieu-Daudé
On 1/21/19 10:21 PM, Laszlo Ersek wrote: > Hi Phil, > > On 01/21/19 14:26, Philippe Mathieu-Daudé wrote: >> Hi, >> >> On 1/21/19 1:53 PM, Gao, Liming wrote: >>> Thanks Ard and Laszlo. For the minor change in single patch, the patch may >>> be sent separately with the clear subject. Or, the patch

Re: [edk2] [PATCH V2 10/15] ArmVirtXen: Use merged variable driver for emulated NV mode

2019-01-21 Thread Laszlo Ersek
Hi Julien, On 01/21/19 14:36, Julien Grall wrote: > Hi, > > On 21/01/2019 10:46, Zeng, Star wrote: >> On 2019/1/18 2:59, Julien Grall wrote: >> I saw the discussion at >> https://lists.01.org/pipermail/edk2-devel/2019-January/035405.html. >> Fortunately, >> it has been fixed. >> So I did

Re: [edk2] [PATCH V2 10/15] ArmVirtXen: Use merged variable driver for emulated NV mode

2019-01-21 Thread Ard Biesheuvel
On Mon, 21 Jan 2019 at 22:15, Laszlo Ersek wrote: > > Hi Julien, > > On 01/21/19 14:36, Julien Grall wrote: > > Hi, > > > > On 21/01/2019 10:46, Zeng, Star wrote: > >> On 2019/1/18 2:59, Julien Grall wrote: > >> I saw the discussion at > >>

Re: [edk2] [PATCH v2 1/3] MdeModulePkg/Dhcp4Dxe: Remove unnecessary NULL pointer check.

2019-01-21 Thread Laszlo Ersek
Hi Phil, On 01/21/19 14:26, Philippe Mathieu-Daudé wrote: > Hi, > > On 1/21/19 1:53 PM, Gao, Liming wrote: >> Thanks Ard and Laszlo. For the minor change in single patch, the patch may >> be sent separately with the clear subject. Or, the patch set can be sent >> again. > > Since it is hard

[edk2] [platforms: PATCH v2 2/4] Marvell/Library: Introduce common header for the SMC ID's

2019-01-21 Thread Marcin Wojtas
Marvell firmware allows to use SiP services other than for ComPhy handling. In order to avoid spreading the SMC ID's definitions across many files, introduce common header for that purpose. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marcin Wojtas ---

[edk2] [platforms: PATCH v2 4/4] Marvell/Armada7k8k: Read DRAM settings from ARM-TF

2019-01-21 Thread Marcin Wojtas
From: Grzegorz Jaszczyk The memory controller registers are marked as secure in the latest ARM-TF for Armada SoCs. It is available however get the DRAM information via SiP services in the EL3, so use it instead of accessing the registers directly. Contributed-under: TianoCore Contribution

[edk2] [platforms: PATCH v2 0/4] Armada7k8k memory handling update

2019-01-21 Thread Marcin Wojtas
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:

[edk2] [platforms: PATCH v2 1/4] Marvell/Armada7k8k: Shift PEI stack base

2019-01-21 Thread Marcin Wojtas
Recent changes in the ARM-TF configure its runtime serices region as protected, hence the hitherto PEI stack base address (0x41F) violated it. In order to fix this, extend the region which is non-accessible by the OS to cover both the ARM-TF (0x400 - 0x420) and OPTEE (0x440 -

Re: [edk2] [PATCH 1/4] CryptoPkg/SmmCryptLib: permit use by MM_STANDALONE modules

2019-01-21 Thread Ye, Ting
Yes. No objections from me. Sorry for missed the previous mail. Thanks, Ting -Original Message- From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] Sent: Monday, January 21, 2019 8:41 PM To: Gao, Liming Cc: Wang, Jian J ; Ye, Ting ; edk2-devel@lists.01.org; Kinney, Michael D ;

Re: [edk2] [PATCH V2 10/15] ArmVirtXen: Use merged variable driver for emulated NV mode

2019-01-21 Thread Zeng, Star
Hi, On 2019/1/22 3:40, Ard Biesheuvel wrote: On Mon, 21 Jan 2019 at 14:36, Julien Grall wrote: Hi, On 21/01/2019 10:46, Zeng, Star wrote: On 2019/1/18 2:59, Julien Grall wrote: I saw the discussion at https://lists.01.org/pipermail/edk2-devel/2019-January/035405.html. Fortunately, it has

[edk2] [platforms: PATCH v2 3/4] Marvell/Library: ArmadaSoCDescLib: Add North Bridge description

2019-01-21 Thread Marcin Wojtas
From: Grzegorz Jaszczyk For upcomming patch there is need to get AP806 base, provide required getter function for it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marcin Wojtas --- Silicon/Marvell/Armada7k8k/Library/Armada7k8kSoCDescLib/Armada7k8kSoCDescLib.h | 6

Re: [edk2] [PATCH] SD/eMMC : Fix Command Argument for SD/eMMC R/W operation.

2019-01-21 Thread Meenakshi Aggarwal
Hi Jun, Haojian, Please review the patch. Thanks, Meenakshi > -Original Message- > From: Leif Lindholm > Sent: Thursday, January 17, 2019 4:54 PM > To: Meenakshi Aggarwal > Cc: ard.biesheu...@linaro.org; edk2-devel@lists.01.org; Jun Nie > ; Haojian Zhuang > Subject: Re: [PATCH]