Re: [edk2] [PATCH] Fix VfrCompiler bug on the misued memcpy()

2014-01-20 Thread Gao, Liming
The patch is good to me. Reviewed-by: Gao, Liming Thanks Liming -Original Message- From: Gary Ching-Pang Lin [mailto:g...@suse.com] Sent: Monday, January 20, 2014 2:41 PM To: edk2-devel@lists.sourceforge.net Subject: [edk2] [PATCH] Fix VfrCompiler bug on the misued memcpy() VfrCompiler

Re: [edk2] [PATCH] Fix VfrCompiler bug on the misued memcpy()

2014-01-20 Thread Laszlo Ersek
On 01/20/14 07:40, Gary Ching-Pang Lin wrote: > VfrCompiler used memcpy() on the overlapped buffer and caused > data corruption. This commit replaces memcpy() with memmove() > if the source or the destination buffer is not created in the > function, so that the overlapped buffers can be copied corr

[edk2] How to enable USB to Ethernet adapter under UEFI Shell

2014-01-20 Thread Zhengsu
Hi All: I saw the OptionromPkg has a USB to Ethernet adapter driver. Currently, I need to enable network stack and develop a network application running under UEFI shell. But only option I have is a USB interface. I have seen this driver, and tried, but always get locate IP4Config prot

Re: [edk2] [edk2-ARM] ARMv8 bootloader question

2014-01-20 Thread TigerLiu
Hi, Oliver: Thanks for your reply! I tried : ./Foundation_v8 --cores=2 --no-secure-memory --no-gicv3 --data="./bl1.bin"@0x0 --nsdata=./RTSM_VE_FOUNDATIONV8_EFI.fd@0xA000 But it failed to load and run EFI.fd. Best wishes, -邮件原件- 发件人: Olivier Martin [mailto:olivier.mar...@arm.com] 发送时

Re: [edk2] [edk2-ARM] ARMv8 bootloader question

2014-01-20 Thread Olivier Martin
Hi Tiger, sorry if I was not clear enough in my previous email. But using ARM Trusted Firmware instead of Bootstrap is the right approach to follow. As I said in my previous email, I have not had time to update the Tianocore wikipage. Thanks, Olivier From:

Re: [edk2] [edk2-ARM] ARMv8 bootloader question

2014-01-20 Thread TigerLiu
Hi, Oliver: Based on arm trusted firmware's doc : user-guide.md . I followed these steps to get a dedicated version uefi code: git clone -n https://github.com/tianocore/edk2.git cd edk2 git checkout 75f630347cace34e2d3abed2a5556ba71cfc50a9 After compiled it, I could run it with the fol