Re: [edk2] Filesystem issues since "OvmfPkg: enable SATA controller"

2015-11-10 Thread Gary Ching-Pang Lin
On Tue, Nov 10, 2015 at 04:55:16PM +, Mark Rutland wrote: > I've been trying to test an EFI application on x86_64 using Ubuntu 14.04's > QEMU > 2.0.0. I have a directory 'foo' containing the application, and I get QEMU to > create a virtual FAT device: > > $ qemu-system-x86_64 -nographic \ >

Re: [edk2] [PATCH v2] NetworkPkg:Enable Http Boot over Ipv6 stack

2015-11-08 Thread Gary Ching-Pang Lin
On Tue, Nov 03, 2015 at 04:13:27PM +0800, Zhang Lubo wrote: > v2: > *Rewrite the logic of setting ipv6 gateway in httpboot driver and update some > comment. > > Fix a potential bug which can cause assert when setting ipv6 Gateway. If > there is no > router in network environment, it will fail

Re: [edk2] [patch] MdeModulePkg:Fix a bug that HttpLib can not parse Ipv6 address correctly.

2015-11-06 Thread Gary Ching-Pang Lin
On Fri, Nov 06, 2015 at 04:11:45PM +0800, Zhang Lubo wrote: > v2: > *Add a Url Parse state machine to indicate the host is ipv6 expressed url and > can parse > the ipv6 address correctly. > This patch works for me. The IPv6 address was extracted from my url. Tested-by: Gary Ch

Re: [edk2] [PATCH v2] NetworkPkg:Enable Http Boot over Ipv6 stack

2015-11-04 Thread Gary Ching-Pang Lin
On Tue, Nov 03, 2015 at 04:13:27PM +0800, Zhang Lubo wrote: > v2: > *Rewrite the logic of setting ipv6 gateway in httpboot driver and update some > comment. > > Fix a potential bug which can cause assert when setting ipv6 Gateway. If > there is no > router in network environment, it will fail

Re: [edk2] Confused about OVMF and qemu debugging

2015-09-04 Thread Gary Ching-Pang Lin
On Fri, Sep 04, 2015 at 03:56:11AM +, Shubha Ramani wrote: > Using this link I was able to get qemu installed on my Ubuntu virtual > machine. UEFI/OVMF - Ubuntu Wiki > > |   | > |   |   |   |   |   | > | UEFI/OVMF - Ubuntu WikiOVMF is a port of Intel's tianocore firmware to the > qemu

Re: [edk2] Network disconnected after NBP was loaded

2015-08-30 Thread Gary Ching-Pang Lin
Of Gary Ching-Pang Lin Sent: Friday, August 28, 2015 4:02 PM To: edk2-devel@lists.01.org Subject: [edk2] Network disconnected after NBP was loaded Hi, I was under the impression that the UEFI firmware would maintain the network connection unless a EFI program or OS determine to create

Re: [edk2] [PATCH] OvmfPkg: Build HTTP utilities driver

2015-08-27 Thread Gary Ching-Pang Lin
On Thu, Aug 27, 2015 at 12:54:13PM +0200, Laszlo Ersek wrote: Gary, On 08/27/15 05:41, Gary Ching-Pang Lin wrote: The HTTP driver now needs the HTTP utilities driver to parse the headers of HTTP requests. Can you point out the SVN rev / git commit that makes this necessary? I'd like

Re: [edk2] [PATCH v3 1/2] NetworkPkg: Remove the hostname from the http request URL

2015-08-20 Thread Gary Ching-Pang Lin
-Original Message- From: Gary Ching-Pang Lin [mailto:g...@suse.com] Sent: Thursday, August 20, 2015 11:49 AM To: edk2-devel@lists.01.org Cc: Laszlo Ersek; Justen, Jordan L; Fu, Siyuan Subject: [PATCH v3 1/2] NetworkPkg: Remove the hostname from the http request URL Per RFC7230

[edk2] [PATCH v3 0/2] Add HttpBoot support to OvmfPkg

2015-08-19 Thread Gary Ching-Pang Lin
from some featureless http daemon such as thttpd. Gary Ching-Pang Lin (2): NetworkPkg: Remove the hostname from the http request URL OvmfPkg: Add HttpBoot support NetworkPkg/HttpDxe/HttpImpl.c | 19 ++- OvmfPkg/OvmfPkgIa32.dsc | 10 ++ OvmfPkg/OvmfPkgIa32.fdf

[edk2] [PATCH v3 1/2] NetworkPkg: Remove the hostname from the http request URL

2015-08-19 Thread Gary Ching-Pang Lin
so that the HTTP server can interpret the request properly. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Ching-Pang Lin g...@suse.com Reviewed-by: Ye Ting ting...@intel.com --- NetworkPkg/HttpDxe/HttpImpl.c | 19 ++- 1 file changed, 18 insertions

[edk2] [PATCH v2 2/2] OvmfPkg: Add HttpBoot support

2015-08-17 Thread Gary Ching-Pang Lin
,HTTPClient dhcp-boot=http://tap ip/efi file It's similar to the PXE server settings except the tftp function is disabled, the option 60 must be HTTPClient, and the boot uri is a http url. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Ching-Pang Lin g...@suse.com

Re: [edk2] [PATCH 0/2] Add HttpBoot support to OvmfPkg

2015-08-16 Thread Gary Ching-Pang Lin
On Fri, Aug 14, 2015 at 07:58:31AM -0700, Blibbet wrote: On 08/14/2015 02:03 AM, Gary Ching-Pang Lin wrote: Although the current HttpBoot implementation is incomplete, it would be easier to develop and test the software stack with a virtual machine. THANKS for adding to OVMF! Besides

Re: [edk2] [PATCH 0/2] Add HttpBoot support to OvmfPkg

2015-08-14 Thread Gary Ching-Pang Lin
On Fri, Aug 14, 2015 at 10:27:31AM +0100, David Woodhouse wrote: On Fri, 2015-08-14 at 17:03 +0800, Gary Ching-Pang Lin wrote: I've tested the HttpBoot implementation with a simple test environment: Is this tested with IPv6? No, IPv6 is not implemented in HttpBootDxe, so I only tested