Re: [edk2] [PATCH edk2-platforms v1 02/38] Silicon/Hisilicon: Separate PlatformArch.h

2018-08-02 Thread Leif Lindholm
On Tue, Jul 24, 2018 at 03:08:46PM +0800, Ming Huang wrote: > As the mocro of PlatformArch.h is platform special, so Separate mocro -> macro (typo) special -> specific (subtleties of English language :) Separate -> separate (case) > PlatformArch.h to Hi1610,Hi1616,Hi1620 for unifying D0x. > >

Re: [edk2] [PATCH edk2-platforms v1 05/38] Platform/Hisilicon/D06: Add binary file for D06

2018-08-02 Thread Leif Lindholm
Could the subject be changed to "add edk2-non-osi components for D06"? I should point out that I really like how this is done as a separate patch. On Tue, Jul 24, 2018 at 03:08:49PM +0800, Ming Huang wrote: > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ming Huang >

Re: [edk2] [PATCH edk2-platforms v1 08/38] Silicon/Hisilicon/Acpi: Unify HisiAcipPlatformDxe

2018-08-02 Thread Leif Lindholm
On Tue, Jul 24, 2018 at 03:08:52PM +0800, Ming Huang wrote: > The EFI_ACPI_STATIC_RESOURCE_AFFINITY_TABLE struct is used by > UpdateAcpiTable.c and Srat aslc. The struct may be different > according to chips, so move some macro to PlatformArch.h. > > Contributed-under: TianoCore Contribution

Re: [edk2] [PATCH 0/6] BaseTools/Source/C: take EXTRA_OPTFLAGS and EXTRA_LDFLAGS from the caller

2018-08-02 Thread Laszlo Ersek
On 08/02/18 17:40, Gao, Liming wrote: > Laszlo: > I understand this patch set is to provide the way to append compile and > link option for BaseTools source build. Yes. > If so, the extend flag name may be EXTRA_CCFLAGS I can rename EXTRA_OPTFLAGS to EXTRA_CCFLAGS, but in that case,

Re: [edk2] [PATCH edk2-platforms v1 09/38] Hisilicon/D06: Add Debug Serial Port Init Driver

2018-08-02 Thread Leif Lindholm
On Tue, Jul 24, 2018 at 03:08:53PM +0800, Ming Huang wrote: > From: Yan Zhang > > Debug serial port init driver is added to initilize debug > serial port. What is special about this platform that makes it require a separate initialization function for the PL011? / Leif >

Re: [edk2] Undefined types referenced in MdePkg

2018-08-02 Thread Laszlo Ersek
On 08/02/18 15:05, Gao, Liming wrote: > MdePkg provides the basic module type header file, such as PiPei.h, > PiDxe.h, Uefi.h. PiPei.h and PiDxe.h will include the basic PI > definition. They have included PiHob.h and PiFirmwareVolume.h. > Because the module type header file is included into

Re: [edk2] [PATCH edk2-platforms v1 10/38] Hisilicon/D06: Add ACPI Tables for D06

2018-08-02 Thread Ard Biesheuvel
On 2 August 2018 at 20:13, Leif Lindholm wrote: > Graeme, Ard, do either of you have the stamina to go through all this, > or will wi settle for testing it? > Well, without a SoC manual, it is rather difficult to review this in great detail. I did give it a quick skim, and the only thing that

Re: [edk2] [PATCH] ArmPkg/GenericWatchdogDxe: Split 64bit register write to 2x32bit

2018-08-02 Thread Ard Biesheuvel
On 2 August 2018 at 17:12, Marcin Wojtas wrote: > czw., 2 sie 2018 o 16:59 Ard Biesheuvel > napisał(a): >> >> On 2 August 2018 at 16:49, Marcin Wojtas wrote: >> > EDK2 code uses a single 64bit write to update SBSA watchdog >> > compare registers, however an access to mmio registers should >> >

Re: [edk2] [PATCH] PcAtChipsetPkg/AcpiTimerLib: Support Standalone MM.

2018-08-02 Thread Gao, Liming
Marvin: I suggest to verify this library functionality on Standalone MM driver first, then propose how to change it to support more module type. Thanks Liming > -Original Message- > From: Marvin H?user [mailto:marvin.haeu...@outlook.com] > Sent: Monday, July 23, 2018 9:02 PM > To:

Re: [edk2] Question about memory map entries

2018-08-02 Thread Rafael Machado
Thanks Andrew and Laszlo for the clarification and guidance. About Laszlo questions >Is the reboot automatic (from the platform firmware), or application / >user initiated? Yes. We just do some clean up, finish the events and "return EFI_SUCCESS;" >Do you exit the application before the system

Re: [edk2] [PATCH] ArmPkg/GenericWatchdogDxe: Split 64bit register write to 2x32bit

2018-08-02 Thread Ard Biesheuvel
On 2 August 2018 at 16:49, Marcin Wojtas wrote: > EDK2 code uses a single 64bit write to update SBSA watchdog > compare registers, however an access to mmio registers should > be 32bit for some SoCs. Current usage of MmioWrite64 resulted > in an unpredicted behavior. Fix this by modifying >

Re: [edk2] [PATCH edk2-platforms v1 06/38] Hisilicon/D06: Add OemMiscLibD06

2018-08-02 Thread Leif Lindholm
On Tue, Jul 24, 2018 at 03:08:50PM +0800, Ming Huang wrote: > This library include BoardFeatureD06.c and OemMiscLibD06.c c file, > use for several modules like PciHostBridgeLib and Smbios. > Enlarge macro PCIEDEVICE_REPORT_MAX for D06. > > Contributed-under: TianoCore Contribution Agreement 1.1 >

Re: [edk2] [PATCH v2 0/2] Introduce UEFI PI 1.5 MM PPI.

2018-08-02 Thread Gao, Liming
This version change is good to me. Reviewed-by: Liming Gao > -Original Message- > From: Marvin Häuser [mailto:marvin.haeu...@outlook.com] > Sent: Tuesday, July 24, 2018 8:10 PM > To: edk2-devel@lists.01.org > Cc: Kinney, Michael D ; Gao, Liming > ; Zeng, Star ; Dong, > Eric ; Ni,

Re: [edk2] [PATCH edk2-platforms v1 00/38] Upload for D06 platform

2018-08-02 Thread Graeme Gregory
On Thu, Aug 02, 2018 at 11:12:56AM +0100, Leif Lindholm wrote: > On Thu, Aug 02, 2018 at 09:46:13AM +0800, Ming wrote: > > I am sorry for the first issue, the modify FIRMWARE_VER patch is add > > alone just befor send out the patchset. > > > > For generating acpi table, I use acpica-tools

Re: [edk2] [PATCH edk2-platforms v1 03/38] Hisilicon/D06: Add several basal file for D06

2018-08-02 Thread Leif Lindholm
On Tue, Jul 24, 2018 at 03:08:47PM +0800, Ming Huang wrote: > Add several basal head file and add several build configuration basal -> base > for D06. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ming Huang > Signed-off-by: Heyi Guo Ah, yes - please drop the

Re: [edk2] [PATCH 0/6] BaseTools/Source/C: take EXTRA_OPTFLAGS and EXTRA_LDFLAGS from the caller

2018-08-02 Thread Gao, Liming
Laszlo: I understand this patch set is to provide the way to append compile and link option for BaseTools source build. If so, the extend flag name may be EXTRA_CCFLAGS and EXTRA_LDFLAGS. And, the extend flags are appended in the tail. Besides, Pccts is the internal tool to generate

Re: [edk2] [PATCH edk2-platforms v1 07/38] Silicon/Hisilicon/D06: Wait for all disk ready

2018-08-02 Thread Leif Lindholm
On Tue, Jul 24, 2018 at 03:08:51PM +0800, Ming Huang wrote: > This patch is relative to D06 SasDxe driver. The SasDxe set a > variable to notice this libray. Here Wait for all disk ready > for 30S at most. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ming Huang >

Re: [edk2] [PATCH edk2-platforms v1 10/38] Hisilicon/D06: Add ACPI Tables for D06

2018-08-02 Thread Leif Lindholm
Graeme, Ard, do either of you have the stamina to go through all this, or will wi settle for testing it? On Tue, Jul 24, 2018 at 03:08:54PM +0800, Ming Huang wrote: > From: Yan Zhang > > ACPI tables for D06 2P, especially,Hi1620Iort.asl is include smmu > and Hi1620IortNoSmmu.asl is without

Re: [edk2] [PATCH] ArmPkg/GenericWatchdogDxe: Split 64bit register write to 2x32bit

2018-08-02 Thread Marcin Wojtas
czw., 2 sie 2018 o 16:59 Ard Biesheuvel napisał(a): > > On 2 August 2018 at 16:49, Marcin Wojtas wrote: > > EDK2 code uses a single 64bit write to update SBSA watchdog > > compare registers, however an access to mmio registers should > > be 32bit for some SoCs. Current usage of MmioWrite64

Re: [edk2] [PATCH edk2-platforms v1 04/38] Platform/Hisilicon/D06: Add M41T83RealTimeClockLib

2018-08-02 Thread Leif Lindholm
On Tue, Jul 24, 2018 at 03:08:48PM +0800, Ming Huang wrote: > Add M41T83RealTimeClockLib for RTC. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ming Huang > Signed-off-by: Heyi Guo > --- > Platform/Hisilicon/D06/D06.dsc

Re: [edk2] Question about memory map entries

2018-08-02 Thread Laszlo Ersek
On 08/02/18 18:42, Rafael Machado wrote: > Thanks Andrew and Laszlo for the clarification and guidance. > > About Laszlo questions > >> Is the reboot automatic (from the platform firmware), or application / >> user initiated? > Yes. We just do some clean up, finish the events and "return

Re: [edk2] [platforms: PATCH v2 0/6] Armada7k8k ComPhy rework

2018-08-02 Thread Ard Biesheuvel
On 26 July 2018 at 09:21, Marcin Wojtas wrote: > Hi, > > The second version of the patchset brings minor corrections, > that were pointed out during review. Details can be found > int the commit logs. > > The patches are available in the github: >

[edk2] [PATCH v1 1/1] PatchCheck - add error message for invalid parameter

2018-08-02 Thread Jaben Carsey
Currently if an invalid parameter is passed, it gives a stack trace. This changes it to an error message. Cc: Liming Gao Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jaben Carsey --- BaseTools/Scripts/PatchCheck.py | 9 ++--- 1 file changed, 6

Re: [edk2] Question about memory map entries

2018-08-02 Thread Rafael Machado
Hi Laszlo Got your point. Thanks for the comment. I'll keep working on it. In case someone has some other information or idea feel free to share. Thanks Rafael Em qui, 2 de ago de 2018 às 14:48, Laszlo Ersek escreveu: > On 08/02/18 18:42, Rafael Machado wrote: > > Thanks Andrew and Laszlo

Re: [edk2] Question about memory map entries

2018-08-02 Thread Rafael Machado
Just found something interesting. Based on the logs from the serial port. This system works fine: "PeiInstallPeiMemory MemoryBegin 0x93D5, MemoryLength 0xA2B Temp Stack : BaseAddress=0x40 Length=0x8 Temp Heap : BaseAddress=0x48 Length=0x8 Total temporary memory:

[edk2] [Patch] BaseTools/BinToPcd: Encode string returned from ByteArray()

2018-08-02 Thread Kinney, Michael D
https://bugzilla.tianocore.org/show_bug.cgi?id=1069 The ByteArray() method returns a string with the hex bytes of a PCD value. Make sure the string is always encoded as a string, so it can be used to build a complete PCD statement string and be written out to a file. This change is required for

Re: [edk2] Question about memory map entries

2018-08-02 Thread Laszlo Ersek
On 08/02/18 21:18, Rafael Machado wrote: > Just found something interesting. > Based on the logs from the serial port. > > This system works fine: > > "PeiInstallPeiMemory MemoryBegin 0x93D5, MemoryLength 0xA2B > Temp Stack : BaseAddress=0x40 Length=0x8 > Temp Heap :

Re: [edk2] [PATCH] ArmPkg/GenericWatchdogDxe: Split 64bit register write to 2x32bit

2018-08-02 Thread Leif Lindholm
On Thu, Aug 02, 2018 at 08:32:18PM +0200, Ard Biesheuvel wrote: > On 2 August 2018 at 17:12, Marcin Wojtas wrote: > > czw., 2 sie 2018 o 16:59 Ard Biesheuvel > > napisał(a): > >> > >> On 2 August 2018 at 16:49, Marcin Wojtas wrote: > >> > EDK2 code uses a single 64bit write to update SBSA

[edk2] [PATCH v2 1/1] ArmPkg/GenericWatchdogDxe: Split 64bit register write to 2x32bit

2018-08-02 Thread Marcin Wojtas
According to the SBSA specification the Watchdog Compare Register is split into two separate 32bit registers. EDK2 code uses a single 64bit transaction to update them, which can be problematic, depending on the SoC implementation and could result in an unpredicted behavior. Fix this by modifying

Re: [edk2] Missing boot related measurements at TPM 2.0 PCRs 0-7 with OVMF

2018-08-02 Thread Zhang, Chao B
Tks Lazslo. And please make sure PcdLib is correctly lined in OVMF From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Thursday, August 2, 2018 9:14 PM To: Zhang, Chao B ; Ricardo Araújo ; Marc-André Lureau Cc: edk2-devel@lists.01.org; Gao, Liming ; Zeng, Star Subject: Re: [edk2] Missing

[edk2] [Patch] UefiCpuPkg/RegisterCpuFeaturesLib: Implement AllocateAcpiCpuData function.

2018-08-02 Thread Eric Dong
Current code logic can't confirm CpuS3DataDxe driver start before CpuFeaturesDxe driver. So the assumption in CpuFeaturesDxe not valid. Add implementation for AllocateAcpiCpuData function to remove this assumption. Pass OS boot and resume from S3 test. Cc: Laszlo Ersek Cc: Ruiyu Ni

[edk2] [PATCH] OvmfPkg/PlatformDebugLibIoPort: fix port detection for use in the DXE Core

2018-08-02 Thread Laszlo Ersek
The DXE Core is one of those modules that call ProcessLibraryConstructorList() manually. Before DxeMain() [MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c] calls ProcessLibraryConstructorList(), and through it, our PlatformDebugLibIoPortConstructor() function, DxeMain() invokes the DEBUG() macro multiple

Re: [edk2] [Patch] BaseTools/BinToPcd: Encode string returned from ByteArray()

2018-08-02 Thread Zhu, Yonghong
Reviewed-by: Yonghong Zhu Best Regards, Zhu Yonghong -Original Message- From: Kinney, Michael D Sent: Friday, August 3, 2018 5:26 AM To: edk2-devel@lists.01.org Cc: Sun, Yanyan ; Zhu, Yonghong ; Gao, Liming ; Kinney, Michael D Subject: [Patch] BaseTools/BinToPcd: Encode string

Re: [edk2] [Patch] BaseTools/Pkcs7Sign: Add PKCS7 test key include files

2018-08-02 Thread Zhu, Yonghong
Reviewed-by: Yonghong Zhu Best Regards, Zhu Yonghong -Original Message- From: Kinney, Michael D Sent: Friday, August 3, 2018 9:39 AM To: edk2-devel@lists.01.org Cc: Zhu, Yonghong ; Gao, Liming ; Kinney, Michael D Subject: [Patch] BaseTools/Pkcs7Sign: Add PKCS7 test key include

Re: [edk2] Tool to check memory leaks

2018-08-02 Thread Udit Kumar
Thanks Jiewen > -Original Message- > From: Yao, Jiewen [mailto:jiewen@intel.com] > Sent: Thursday, August 2, 2018 6:24 PM > To: Udit Kumar ; edk2-devel@lists.01.org > Cc: Sumit Batra > Subject: RE: Tool to check memory leaks > > Please refer to >

Re: [edk2] [PATCH] MdePkg/BaseLib: Add an additional check within AsciiStriCmp

2018-08-02 Thread Wu, Hao A
Reviewed-by: Hao Wu Best Regards, Hao Wu > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Ruiyu > Ni > Sent: Friday, August 03, 2018 11:41 AM > To: edk2-devel@lists.01.org > Cc: Wu, Hao A > Subject: [edk2] [PATCH] MdePkg/BaseLib: Add an

[edk2] [Patch] BaseTools/Pkcs7Sign: Add PKCS7 test key include files

2018-08-02 Thread Kinney, Michael D
https://bugzilla.tianocore.org/show_bug.cgi?id=1073 Add PCD statement include files for the PKCS7 test key. * gEfiSecurityPkgTokenSpaceGuid.PcdPkcs7CertBuffer * gFmpDevicePkgTokenSpaceGuid.PcdFmpDevicePkcs7CertBufferXdr These include files can be used in !include statements in PCD sections of a

[edk2] [PATCH] ShellPkg/acpi: Code cleanup to pass static code checker

2018-08-02 Thread Ruiyu Ni
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni Cc: Hao A Wu --- ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiParser.c | 2 +- ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiView.c | 1 +

[edk2] [PATCH] MdePkg/BaseLib: Add an additional check within AsciiStriCmp

2018-08-02 Thread Ruiyu Ni
This commit adds an addtional check in AsciiStriCmp. It explicitly checks the end of the sting pointed by 'SecondString' to make the code logic easier for reading and to prevent possible mis-reports by static code checkers. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by:

Re: [edk2] [PATCH] ShellPkg/acpi: Code cleanup to pass static code checker

2018-08-02 Thread Wu, Hao A
Reviewed-by: Hao Wu Best Regards, Hao Wu > -Original Message- > From: Ni, Ruiyu > Sent: Friday, August 03, 2018 11:42 AM > To: edk2-devel@lists.01.org > Cc: Wu, Hao A > Subject: [PATCH] ShellPkg/acpi: Code cleanup to pass static code checker > > Contributed-under: TianoCore

Re: [edk2] Question about memory map entries

2018-08-02 Thread Andrew Fish
> On Aug 2, 2018, at 5:39 AM, Rafael Machado > wrote: > > Hi everyone > > After some other tasks I am back to this case :) > > After some debug, we detected the moment where things start to go wrong, but > I am not sure what may cause this. > > What we noticed is that the following assert

Re: [edk2] [PATCH edk2-platforms v1 01/38] Silicon/Hisilicon: Modify the MRC interface for other module

2018-08-02 Thread Leif Lindholm
On Tue, Jul 24, 2018 at 03:08:45PM +0800, Ming Huang wrote: > This patch is to unify D0x. Add pGBL_INTERFACE struct define > and remove useless interfece. Replace DMRC pGblData with pGblInterface; > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Zhou You >

Re: [edk2] Question about memory map entries

2018-08-02 Thread Laszlo Ersek
On 08/02/18 14:39, Rafael Machado wrote: > Hi everyone > > After some other tasks I am back to this case :) > > After some debug, we detected the moment where things start to go wrong, > but I am not sure what may cause this. > > What we noticed is that the following assert is reached: >

Re: [edk2] [PATCH 1/6] MdePkg/UefiLib: introduce EfiOpenFileByDevicePath()

2018-08-02 Thread Laszlo Ersek
On 08/02/18 06:06, Gao, Liming wrote: > Laszlo: > I have no other comments. IntelFrameworkPkg has another UefiLib library > instance FrameworkUefiLib. Could you help update it also? > > For MdePkg, you can add Reviewed-by: Liming Gao Thanks! I have now enough feedback for posting v2.

[edk2] [PATCH] MdeModulePkg: Remove redundant library classes and GUIDs

2018-08-02 Thread shenglei
Some redundant library classes and GUIDs have been removed in inf, .c and .h files. https://bugzilla.tianocore.org/show_bug.cgi?id=1044 https://bugzilla.tianocore.org/show_bug.cgi?id=1045 https://bugzilla.tianocore.org/show_bug.cgi?id=1047 https://bugzilla.tianocore.org/show_bug.cgi?id=1049

Re: [edk2] [PATCH] BaseTools: Guid.xref doesn't specify the correct GUID value for Driver

2018-08-02 Thread Zhu, Yonghong
Reviewed-by: Yonghong Zhu Best Regards, Zhu Yonghong -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Yonghong Zhu Sent: Tuesday, July 31, 2018 8:19 PM To: edk2-devel@lists.01.org Cc: Gao, Liming Subject: [edk2] [PATCH] BaseTools: Guid.xref

[edk2] Tool to check memory leaks

2018-08-02 Thread Udit Kumar
Hi All Is there some tool/debug option in edk2 to detect memory leak. Thanks Udit ___ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel

Re: [edk2] [PATCH] MdeModulePkg: Remove redundant library classes and GUIDs

2018-08-02 Thread Zeng, Star
Shenglei, I suggest merging this patch with https://lists.01.org/pipermail/edk2-devel/2018-August/027883.html to one patch. Thanks, Star -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of shenglei Sent: Thursday, August 2, 2018 4:45 PM To:

Re: [edk2] [PATCH edk2-platforms v1 00/38] Upload for D06 platform

2018-08-02 Thread Leif Lindholm
On Thu, Aug 02, 2018 at 09:46:13AM +0800, Ming wrote: > I am sorry for the first issue, the modify FIRMWARE_VER patch is add > alone just befor send out the patchset. > > For generating acpi table, I use acpica-tools 20180508 version and it works. > I think acpica-tools are not backward

Re: [edk2] [PATCH v2] NetworkPkg/HttpDxe: Strip square brackets in IPv6 expressed HostName.

2018-08-02 Thread Laszlo Ersek
On 08/02/18 03:20, Jiaxin Wu wrote: > *v2: Optimize the patch by calculating AsciiStrSize() only once. > > In URI, the colon (:) is used to terminate the HostName path before > a port number. However, if HostName is expressed as IPv6 format, colon > characters in IPv6 addresses will conflict with

Re: [edk2] Tool to check memory leaks

2018-08-02 Thread Yao, Jiewen
Please refer to https://github.com/tianocore/tianocore.github.io/wiki/Memory-leak-detection-with-memory-profile-feature Thank you Yao Jiewen > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Udit > Kumar > Sent: Thursday, August 2, 2018 5:00

Re: [edk2] Undefined types referenced in MdePkg

2018-08-02 Thread Gao, Liming
MdePkg provides the basic module type header file, such as PiPei.h, PiDxe.h, Uefi.h. PiPei.h and PiDxe.h will include the basic PI definition. They have included PiHob.h and PiFirmwareVolume.h. Because the module type header file is included into AutoGen.h based on the module type. And,

Re: [edk2] Missing boot related measurements at TPM 2.0 PCRs 0-7 with OVMF

2018-08-02 Thread Laszlo Ersek
On 08/02/18 04:04, Zhang, Chao B wrote: > Hi Laszlo & Ricardo > The patch was intended to reduce the time to read TPM interface ID register. > The interface type should not change within boot cycle according to PTP spec. > I agree to add some ASSERT after PCDSetxxsS. > But It is a core solution

Re: [edk2] [PATCH edk2-platforms 3/3] Platform/Microsoft: Add Lauterbach debug library

2018-08-02 Thread Leif Lindholm
On Thu, Aug 02, 2018 at 01:27:16AM +, Chris Co wrote: > > > The 'data.load.elf' statement in > > > PeCoffLoaderRelocateImageExtraAction() is particular to Lauterbach > > > > Oh, right. > > > > That (original) code badly needs reformatting. > > > > Still, if that's the only difference - and

Re: [edk2] [PATCH edk2-platforms 1/3] Platform/Microsoft: Add SdMmc Dxe Driver

2018-08-02 Thread Leif Lindholm
On Thu, Aug 02, 2018 at 12:05:38AM +, Chris Co wrote: > > Hmm, I'm already slightly unhappy that we have duplication between > > EmbeddedPkg and MdeModulePkg (not to mention the extra fork for > > Marvell's XenonDxe). > > > > I'm obviously keen for the added functionality to be available to

Re: [edk2] Question about memory map entries

2018-08-02 Thread Rafael Machado
Hi everyone After some other tasks I am back to this case :) After some debug, we detected the moment where things start to go wrong, but I am not sure what may cause this. What we noticed is that the following assert is reached: