Re: [edk2] [PATCH v2] VariableDxe: convert mLockedVariableList to virtual addresses

2013-06-12 Thread Ni, Ruiyu
Reviewed-by: Ruiyu Ni Do you have the rights to check in the patch? If not I can help to do that. Thanks, Ray -Original Message- From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Sunday, June 09, 2013 5:47 PM To: Ni, Ruiyu; edk2-devel@lists.sourceforge.net Subject: [PATCH v2] Variabl

[edk2] ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-*.fdf FD layout mistake???

2013-06-12 Thread Kirkendall, Garrett
I was looking through the ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-RTSM-*.fdf files, and there looks like an FD section anomaly. The Size variable is set to 0x0028, but the regions add up to 0x0030. What size is really intended? Too bad the tools don't catch this kind of thing. Size

Re: [edk2] UEFI BIOS variable service on NAND storage device

2013-06-12 Thread Andrew Fish
On Jun 12, 2013, at 12:26 PM, "Pant, Alok" wrote: > Hi all, > May I seek suggestions or pointers as to how a UEFI BIOS can support runtime > variable service over NAND devices (such as eMMC/UFS etc.). > > As I understand once BIOS handoff control to OS the OS driver takes control > and own

[edk2] UEFI BIOS variable service on NAND storage device

2013-06-12 Thread Pant, Alok
Hi all, May I seek suggestions or pointers as to how a UEFI BIOS can support runtime variable service over NAND devices (such as eMMC/UFS etc.). As I understand once BIOS handoff control to OS the OS driver takes control and own the host controller to send command. If later OS call UEFI runtime

Re: [edk2] unit testing...how to?

2013-06-12 Thread ranga rao
UEFI SCT is a good option for DXE drivers & Applications. SCT has test cases for each of the UEFI driver model protocols defined in 2.3.1 You can build the SCT and you need to provide the driver handle & controller handle so that SCT can detect your driver On Wed, Jun 12, 2013 at 10:20 PM, Thoma

[edk2] unit testing...how to?

2013-06-12 Thread Thomas Rognon
How are you guys doing unit testing for DXE drivers and applications? Is anyone using Visual Studio's testing features? Is anyone doing it with VMware Workstation? My test environment is very primitive and I'd like to improve it. Right now I have a script to pull the latest from source control, b