On Wed, Jan 15, 2014 at 8:28 AM, Olivier Martin olivier.martin@arm.com wrote:
I believed your suggestion was to update both patches (NorFlash & Ethernet changes) with the SUPPORT_QEMU flag. I was not expected you will squash both patch together. Anyway, I pushed your patch without the Ethernet changes. I cannot accept the ethernet change at this time as the support is not yet into SVN...
As I told you in another email, I am waiting for the USWG to take an action on the Ethernet initialization clarification to push support into Tianocore. Once, we will have Ethernet support in SVN, I will add the Ethernet part of your patch.
Sorry about that - I misunderstood the state of the network support in Arm. Thanks for taking the flash stuff - we will carry the networking changes in the Linaro tree until all of the networking stuff can be merged.
Thanks, Roy
-----Original Message----- From: Roy Franz [mailto:roy.franz@linaro.org] Sent: 15 January 2014 04:38 To: edk2-devel@lists.sourceforge.net; linaro-uefi@lists.linaro.org; Olivier Martin Cc: patches@linaro.org; ryan.harkin@linaro.org; Roy Franz Subject: [PATCH V2] Add QEMU support to ARM VExpress builds
This patchset is a combination of my two previous patchsets adding QEMU support. Both the networking driver change and the flash address for variable storage are now controlled by the EDK2_ARMVE_SUPPORT_QEMU build macro. If the macro is not set the normal RTSM configuration is built.
With this patchset persistent storage and networking work on the A15 VExpress QEMU platform.
Changes since v1:
- Combined both changes into one patch
- changed flash address selection to be controlled by build macro
- changed build macro name to be more generic
Roy Franz (1): Add build option to support VExpress A15 QEMU emulation
.../ArmVExpressPkg/ArmVExpress-RTSM-A15.dsc | 22 +++++++++++++++++--- .../ArmVExpressPkg/ArmVExpress-RTSM-A15.fdf | 8 ++++++- .../ArmVExpressPkg/ArmVExpress-RTSM-A15_MPCore.dsc | 10 +++++++++ 3 files changed, 36 insertions(+), 4 deletions(-)
-- 1.7.10.4