Re: [edk2] [PATCH V4 10/13] ArmPlatformPkg: Use SerialDxe in MdeModulePkg instead of EmbeddedPkg

2016-01-15 Thread Ryan Harkin
On 15 January 2016 at 10:03, Zeng, Star wrote: > On 2016/1/15 16:56, Ryan Harkin wrote: >> >> " >> >> On 15 January 2016 at 08:51, Zeng, Star wrote: >>> >>> On 2016/1/15 16:08, Ryan Harkin wrote: On 15 January 2016 at 06:50, Zeng, Star

Re: [edk2] [PATCH V4 10/13] ArmPlatformPkg: Use SerialDxe in MdeModulePkg instead of EmbeddedPkg

2016-01-15 Thread Leif Lindholm
Hi Star, On Fri, Jan 15, 2016 at 06:03:10PM +0800, Zeng, Star wrote: > >>>git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18378 > >>>6f19259b-4bc3-4df7-8a09-765794883524 > >>> > >>>This is because Intel BDS using cursor keys, ARM BDS does not. > >> > >> > >>Sorry, I am not familiar

[edk2] [PATCH] MdeModulePkg, AtaBusDxe: Bounce buffer IO operations if unaligned

2016-01-15 Thread Jeremy Linton
BlockIo Protocol devices specify a buffer alignment requirement in their media descriptors. This should be honored by users of the protocol. In cases where the user of the protocol (grub2 in this case) fail to correctly align their buffers, IO failures occur. Apparently this has been known for a

[edk2] [PATCH] MdeModulePkg/SerialDxe: fix porting error from EmbeddedPkg

2016-01-15 Thread Ard Biesheuvel
SerialDxe was migrated to MdeModulePkg from EmbeddedPkg, and all users of the latter were moved to the former. However, the new version is not quite identical to the original, in ways that break ARM platforms that use the PL011 driver. In SerialReset(), the serial port is reset to its default

Re: [edk2] [PATCH V4 10/13] ArmPlatformPkg: Use SerialDxe in MdeModulePkg instead of EmbeddedPkg

2016-01-15 Thread Ryan Harkin
On 15 January 2016 at 17:05, Laszlo Ersek wrote: > Hi, > > snipping context liberally... > >> Whilst simple text input seems to work ok, cursor support does not. >> And we need cursor support for Intel BDS. > > (1) I think this is important. See below. > >> When

Re: [edk2] [PATCH V4 10/13] ArmPlatformPkg: Use SerialDxe in MdeModulePkg instead of EmbeddedPkg

2016-01-15 Thread Laszlo Ersek
On 01/15/16 18:33, Ryan Harkin wrote: > On 15 January 2016 at 17:05, Laszlo Ersek wrote: >> Hi, >> >> snipping context liberally... >> >>> Whilst simple text input seems to work ok, cursor support does not. >>> And we need cursor support for Intel BDS. >> >> (1)

Re: [edk2] [PATCH] ShellPkg: Update 'dh' command to reflect correct driver handle information

2016-01-15 Thread Carsey, Jaben
Thanks for the Contributed-under line update. Done 19648. > -Original Message- > From: Tapan Shah [mailto:tapands...@hpe.com] > Sent: Friday, January 15, 2016 9:04 AM > To: edk2-devel@lists.01.org; Carsey, Jaben > Cc: samer.el-haj-mahm...@hpe.com;

Re: [edk2] [PATCH] MdeModulePkg/SerialDxe: fix porting error from EmbeddedPkg

2016-01-15 Thread Laszlo Ersek
On 01/15/16 17:17, Leif Lindholm wrote: > Hi Ard, > > On Fri, Jan 15, 2016 at 04:42:25PM +0100, Ard Biesheuvel wrote: >> SerialDxe was migrated to MdeModulePkg from EmbeddedPkg, and all >> users of the latter were moved to the former. However, the new >> version is not quite identical to the

Re: [edk2] [PATCH] MdeModulePkg/SerialDxe: fix porting error from EmbeddedPkg

2016-01-15 Thread Laszlo Ersek
On 01/15/16 17:07, Ryan Harkin wrote: > On 15 January 2016 at 15:42, Ard Biesheuvel wrote: >> SerialDxe was migrated to MdeModulePkg from EmbeddedPkg, and all >> users of the latter were moved to the former. However, the new >> version is not quite identical to the

Re: [edk2] Marvell Yukon Driver Status

2016-01-15 Thread Jeremy Linton
On 01/07/2016 04:07 PM, Alan Ott wrote: Hi all, I'm interested in the status of the Marvell Yukon driver mentioned in this thread: http://thread.gmane.org/gmane.comp.bios.tianocore.devel/17544/focus=697 It looks like Leif Lindholm expressed an interest in getting it into his OpenPlatformPkg,

Re: [edk2] [PATCH] MdeModulePkg/SerialDxe: fix porting error from EmbeddedPkg

2016-01-15 Thread Laszlo Ersek
On 01/15/16 16:42, Ard Biesheuvel wrote: > SerialDxe was migrated to MdeModulePkg from EmbeddedPkg, and all > users of the latter were moved to the former. However, the new > version is not quite identical to the original, in ways that break > ARM platforms that use the PL011 driver. > > In

Re: [edk2] [PATCH V4 10/13] ArmPlatformPkg: Use SerialDxe in MdeModulePkg instead of EmbeddedPkg

2016-01-15 Thread Ard Biesheuvel
On 15 January 2016 at 18:05, Laszlo Ersek wrote: > Hi, > > snipping context liberally... > >> Whilst simple text input seems to work ok, cursor support does not. >> And we need cursor support for Intel BDS. > > (1) I think this is important. See below. > >> When

Re: [edk2] [PATCH] MdeModulePkg/SerialDxe: fix porting error from EmbeddedPkg

2016-01-15 Thread Carsey, Jaben
> -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Laszlo Ersek > Sent: Friday, January 15, 2016 9:22 AM > To: Ryan Harkin ; Ard Biesheuvel > > Cc: edk2-de...@ml01.01.org; Zeng, Star

Re: [edk2] [PATCH] MdeModulePkg/SerialDxe: fix porting error from EmbeddedPkg

2016-01-15 Thread Laszlo Ersek
On 01/15/16 18:25, Carsey, Jaben wrote: > >> -Original Message- >> From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of >> Laszlo Ersek >> Sent: Friday, January 15, 2016 9:22 AM >> To: Ryan Harkin ; Ard Biesheuvel >> >>

Re: [edk2] [PATCH] ShellPkg: Update 'dh' command to reflect correct driver handle information

2016-01-15 Thread El-Haj-Mahmoud, Samer
Reviewed-by: Samer El-Haj-Mahmoud -Original Message- From: Shah, Tapan Sent: Thursday, January 14, 2016 1:00 PM To: edk2-devel@lists.01.org; jaben.car...@intel.com Cc: El-Haj-Mahmoud, Samer ; Shah, Tapan Subject:

Re: [edk2] [PATCH] MdeModulePkg/SerialDxe: fix porting error from EmbeddedPkg

2016-01-15 Thread Ryan Harkin
On 15 January 2016 at 15:42, Ard Biesheuvel wrote: > SerialDxe was migrated to MdeModulePkg from EmbeddedPkg, and all > users of the latter were moved to the former. However, the new > version is not quite identical to the original, in ways that break > ARM platforms

Re: [edk2] [PATCH] MdeModulePkg/SerialDxe: fix porting error from EmbeddedPkg

2016-01-15 Thread Ard Biesheuvel
On 15 January 2016 at 17:07, Ryan Harkin wrote: > On 15 January 2016 at 15:42, Ard Biesheuvel wrote: >> SerialDxe was migrated to MdeModulePkg from EmbeddedPkg, and all >> users of the latter were moved to the former. However, the new >> version

Re: [edk2] [PATCH] MdeModulePkg/SerialDxe: fix porting error from EmbeddedPkg

2016-01-15 Thread Leif Lindholm
Hi Ard, On Fri, Jan 15, 2016 at 04:42:25PM +0100, Ard Biesheuvel wrote: > SerialDxe was migrated to MdeModulePkg from EmbeddedPkg, and all > users of the latter were moved to the former. However, the new > version is not quite identical to the original, in ways that break > ARM platforms that use

Re: [edk2] [PATCH V4 10/13] ArmPlatformPkg: Use SerialDxe in MdeModulePkg instead of EmbeddedPkg

2016-01-15 Thread Ryan Harkin
On 15 January 2016 at 18:32, Laszlo Ersek wrote: > On 01/15/16 18:59, Ryan Harkin wrote: >> On 15 January 2016 at 17:39, Laszlo Ersek wrote: >>> On 01/15/16 18:33, Ryan Harkin wrote: On 15 January 2016 at 17:05, Laszlo Ersek wrote: >

Re: [edk2] [PATCH V4 10/13] ArmPlatformPkg: Use SerialDxe in MdeModulePkg instead of EmbeddedPkg

2016-01-15 Thread Andrew Fish
> On Jan 15, 2016, at 11:14 AM, Ryan Harkin wrote: > > On 15 January 2016 at 18:32, Laszlo Ersek wrote: >> On 01/15/16 18:59, Ryan Harkin wrote: >>> On 15 January 2016 at 17:39, Laszlo Ersek wrote: On 01/15/16 18:33, Ryan

Re: [edk2] [PATCH V4 10/13] ArmPlatformPkg: Use SerialDxe in MdeModulePkg instead of EmbeddedPkg

2016-01-15 Thread Laszlo Ersek
On 01/15/16 18:59, Ryan Harkin wrote: > On 15 January 2016 at 17:39, Laszlo Ersek wrote: >> On 01/15/16 18:33, Ryan Harkin wrote: >>> On 15 January 2016 at 17:05, Laszlo Ersek wrote: Ryan, can you please test the following patch? > diff --git

Re: [edk2] UEFI ROM

2016-01-15 Thread Michael Zimmermann
what's the architecture of the device you want to port UEFI to? assuming that by "how to develop a whole UEFI BIOS" you mean porting EDKII and not writing your own UEFI implementation, the first step would be implementing the minimally required drivers(UART, timer, etc). Later you can add more

Re: [edk2] [PATCH V4 10/13] ArmPlatformPkg: Use SerialDxe in MdeModulePkg instead of EmbeddedPkg

2016-01-15 Thread Leif Lindholm
On Fri, Jan 15, 2016 at 06:05:03PM +0100, Laszlo Ersek wrote: > snipping context liberally... Snipping clear and very detailed (and useful) explanation. > (4) My opinion: > > - The new driver's ReceiveFifoDepth setting, on init and on Reset, is > correct. (Conforms to the spec.) > > - The

[edk2] Transition to GitHub Update

2016-01-15 Thread Jarlstrom, Laurie
To: EDK II Community This message is an update on the transition from SourceForge to GitHub for EDK II development. The schedule is currently targeting the last week of January or the first week of February to perform the transition. The transition process should only take one to two days to

Re: [edk2] Transition to GitHub Update

2016-01-15 Thread Bruce Cran
On 1/15/16 2:14 PM, Jarlstrom, Laurie wrote: To: EDK II Community This message is an update on the transition from SourceForge to GitHub for EDK II development. The schedule is currently targeting the last week of January or the first week of February to perform the transition. The

Re: [edk2] Transition to GitHub Update

2016-01-15 Thread Bjorge, Erik C
> -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Bruce Cran > Sent: Friday, January 15, 2016 4:02 PM > To: Jarlstrom, Laurie ; edk2- > de...@lists.01.org > Subject: Re: [edk2] Transition to GitHub Update > > On

Re: [edk2] [patch 1/2] MdePkg: Update MorLock comment to latest doc.

2016-01-15 Thread Zhang, Chao B
Reviewed-by: Chao Zhang Thanks & Best regards Chao Zhang -Original Message- From: Yao, Jiewen Sent: Friday, January 15, 2016 2:24 PM To: edk2-de...@ml01.01.org Cc: Yao, Jiewen; Zhang, Chao B Subject: [patch 1/2] MdePkg: Update MorLock comment to latest doc.

Re: [edk2] [PATCH V4 10/13] ArmPlatformPkg: Use SerialDxe in MdeModulePkg instead of EmbeddedPkg

2016-01-15 Thread Zeng, Star
On 2016/1/15 16:08, Ryan Harkin wrote: On 15 January 2016 at 06:50, Zeng, Star wrote: On 2016/1/15 14:36, Ryan Harkin wrote: On 15 Jan 2016 01:41, "Zeng, Star" wrote: Hi Ryan, On 2016/1/15 3:10, Ryan Harkin wrote: Hi Star, This patch breaks

Re: [edk2] [PATCH V4 10/13] ArmPlatformPkg: Use SerialDxe in MdeModulePkg instead of EmbeddedPkg

2016-01-15 Thread Ryan Harkin
" On 15 January 2016 at 08:51, Zeng, Star wrote: > On 2016/1/15 16:08, Ryan Harkin wrote: >> >> On 15 January 2016 at 06:50, Zeng, Star wrote: >>> >>> On 2016/1/15 14:36, Ryan Harkin wrote: On 15 Jan 2016 01:41, "Zeng, Star"

Re: [edk2] [PATCH v2] MdeModulePkg:Fix the potential memory leak issue in Display Engine

2016-01-15 Thread Gao, Liming
Reviewed-by: Liming Gao -Original Message- From: Bi, Dandan Sent: Thursday, January 07, 2016 11:42 AM To: edk2-devel@lists.01.org Cc: Gao, Liming; Dong, Eric Subject: [PATCH v2] MdeModulePkg:Fix the potential memory leak issue in Display Engine The MenuOption

Re: [edk2] [Patch 0/2] VOID* PCDs in VPD region must be aligned based on value type

2016-01-15 Thread Gao, Liming
Reviewed-by: Liming Gao -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Yonghong Zhu Sent: Monday, January 11, 2016 5:17 PM To: edk2-devel@lists.01.org Subject: [edk2] [Patch 0/2] VOID* PCDs in VPD region must be aligned

Re: [edk2] [Patch] BaseTools: Fix GenPatchPcdTable to support '-' characters in file names

2016-01-15 Thread Gao, Liming
Reviewed-by: Liming Gao -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Yonghong Zhu Sent: Monday, January 11, 2016 10:54 AM To: edk2-devel@lists.01.org Subject: [edk2] [Patch] BaseTools: Fix GenPatchPcdTable to support '-'

Re: [edk2] [PATCH V4 10/13] ArmPlatformPkg: Use SerialDxe in MdeModulePkg instead of EmbeddedPkg

2016-01-15 Thread Zeng, Star
On 2016/1/15 16:56, Ryan Harkin wrote: " On 15 January 2016 at 08:51, Zeng, Star wrote: On 2016/1/15 16:08, Ryan Harkin wrote: On 15 January 2016 at 06:50, Zeng, Star wrote: On 2016/1/15 14:36, Ryan Harkin wrote: On 15 Jan 2016 01:41, "Zeng,