Re: [edk2] Problems in Image Decoding in HII Database code

2013-11-04 Thread Dong, Eric
Tim, Agree with your analysis, I will follow up to fix it. Thanks, Eric From: Tim Lewis [mailto:[email protected]] Sent: Tuesday, November 05, 2013 12:57 AM To: [email protected] Subject: Re: [edk2] Problems in Image Decoding in HII Database code Eric - For example, it is pos

Re: [edk2] [PATCH] OvmfPkg/QemuVideoDxe: use child handle to open parent protocols

2013-11-04 Thread Laszlo Ersek
comments related to the UEFI driver model at the bottom On 11/04/13 07:21, Chris Ruffin wrote: >>From c799ca97b4dfb8e8c39ee93e72be92a8d1b693ff Mon Sep 17 00:00:00 2001 > From: Chris Ruffin > Date: Sun, 3 Nov 2013 21:40:34 -0500 > Subject: [PATCH] OvmfPkg/QemuVideoDxe: use child handle to open par

Re: [edk2] Problems in Image Decoding in HII Database code

2013-11-04 Thread Tim Lewis
Eric - For example, it is possible to encode SKIP1 as EXT4 with BlockType2 set to IIBT_SKIP1. This is consistent with the pattern found in all other HII database block types. The purpose of EXT1, EXT2 and EXT4 is to provide an alternate encoding of IIBT blocks where the size is explicit. The ot

Re: [edk2] Problems in Image Decoding in HII Database code

2013-11-04 Thread Dong, Eric
Hi Tim, Add my comments below. Thanks, Eric From: Tim Lewis [mailto:[email protected]] Sent: Friday, November 01, 2013 1:16 AM To: [email protected] Subject: [edk2] Problems in Image Decoding in HII Database code We noticed that the curr