Re: [edk2-devel] [PATCH v1 1/1] MdeModulePkg/ReportStatusCodeRouter: Revert end pointer on out of resources

2020-04-11 Thread Dandan Bi
Reviewed-by: Dandan Bi Thanks, Dandan > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Michael Kubacki > Sent: Saturday, April 11, 2020 4:50 AM > To: devel@edk2.groups.io > Cc: Bi, Dandan ; Wu, Hao A ; > Wang, Jian J ; Kun Qin ; > Gao, Liming

Re: [edk2-devel] [PATCH v1 1/1] MdeModulePkg/ReportStatusCodeRouter: Update RSC Data on reallocation

2020-04-11 Thread Dandan Bi
Reviewed-by: Dandan Bi Thanks, Dandan > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Michael Kubacki > Sent: Thursday, April 9, 2020 8:05 AM > To: devel@edk2.groups.io > Cc: Bi, Dandan ; Wu, Hao A ; > Wang, Jian J ; Kun Qin ; > Gao, Liming

Re: [edk2-devel] [PATCH v1 1/1] MdeModulePkg/ReportStatusCodeRouter: Clear RSC Data buffer if Data is NULL

2020-04-11 Thread Dandan Bi
Reviewed-by: Dandan Bi Thanks, Dandan > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Michael Kubacki > Sent: Thursday, April 9, 2020 6:12 AM > To: devel@edk2.groups.io > Cc: Bi, Dandan ; Wu, Hao A ; > Wang, Jian J ; Kun Qin ; > Gao, Liming

Re: [edk2-devel] [PATCH v1 1/1] MdeModulePkg/ReportStatusCodeRouter: Take HeaderSize into Consideration

2020-04-11 Thread Dandan Bi
Reviewed-by: Dandan Bi Thanks, Dandan > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Michael Kubacki > Sent: Thursday, April 9, 2020 5:45 AM > To: devel@edk2.groups.io > Cc: Bi, Dandan ; Wu, Hao A ; > Wang, Jian J ; Kun Qin ; > Gao, Liming

[edk2-devel] Upcoming Event: TianoCore Design Meeting - APAC/NAMO - Fri, 04/17/2020 9:30am-10:30am #cal-reminder

2020-04-11 Thread devel@edk2.groups.io Calendar
*Reminder:* TianoCore Design Meeting - APAC/NAMO *When:* Friday, 17 April 2020, 9:30am to 10:30am, (GMT+08:00) Asia/Chongqing *Where:* BlueJeans Meeting View Event ( https://edk2.groups.io/g/devel/viewevent?eventid=700773 ) *Organizer:* Ray Ni ray...@intel.com ( ray...@intel.com?subject=Re:%20

Re: [edk2-devel] [PATCH v1 1/1] NetworkPkg

2020-04-11 Thread Siyuan, Fu
Acked-by: Siyuan Fu > -Original Message- > From: devel@edk2.groups.io On Behalf Of Chang, > Abner (HPS SW/FW Technologist) > Sent: 2020年4月10日 15:28 > To: devel@edk2.groups.io > Cc: Chang, Abner (HPS SW/FW Technologist) ; Chen, > Gilbert ; Leif Lindholm ; > Fu, Siyuan ; Wu, Jiaxin > Subj

[edk2-devel] [edk2-staging/EdkRepo] [PATCH] EdkRepo: Update combo displayed in shell after checkout

2020-04-11 Thread Nate DeSimone
With the current version of the command completion script, after running "edkrepo checkout" the branch combination listed in the shell prompt is not updated to reflect the new branch combination. The reason for this is because the branch combination isn't checked for changes unless the present work

Re: [edk2-devel] [edk2-platform][PATCH v1 1/3] Platform/RaspberryPi/RPi4: Switch to common GraphicsConsoleDxe

2020-04-11 Thread Samer El-Haj-Mahmoud
Thanks Ard... Will take care of it next time. From: devel@edk2.groups.io on behalf of Ard Biesheuvel via groups.io Sent: Saturday, April 11, 2020, 3:45 PM To: Samer El-Haj-Mahmoud Cc: edk2-devel-groups-io; Leif Lindholm; Pete Batard Subject: Re: [edk2-devel] [e

Re: [edk2-devel] [edk2-platform][PATCH v1 1/3] Platform/RaspberryPi/RPi4: Switch to common GraphicsConsoleDxe

2020-04-11 Thread Ard Biesheuvel
On Sat, 11 Apr 2020 at 21:45, Ard Biesheuvel wrote: > > On Sat, 11 Apr 2020 at 17:56, Samer El-Haj-Mahmoud > wrote: > > > > Switch from the PI specific GraphicsConsoleDxe driver to the > > common driver in MdeModulePkg. There is no need to carry RPi specific > > version. > > > > This resolves htt

Re: [edk2-devel] [edk2-platform][PATCH v1 1/3] Platform/RaspberryPi/RPi4: Switch to common GraphicsConsoleDxe

2020-04-11 Thread Ard Biesheuvel
On Sat, 11 Apr 2020 at 17:56, Samer El-Haj-Mahmoud wrote: > > Switch from the PI specific GraphicsConsoleDxe driver to the > common driver in MdeModulePkg. There is no need to carry RPi specific > version. > > This resolves https://github.com/pftf/RPi4/issues/32 > > Cc: Leif Lindholm > Cc: Ard Bi

[edk2-devel] [edk2-platform][PATCH v1 3/3] Platform/RaspberryPi:Remove RPi GraphicsConsoleDxe

2020-04-11 Thread Samer El-Haj-Mahmoud
Remove the PI specific GraphicsConsoleDxe driver, since RPi3/RPi4 switched to using the common driver in MdeModulePkg. This resolves https://github.com/pftf/RPi4/issues/32 Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Pete Batard Signed-off-by: Samer El-Haj-Mahmoud --- Platform/RaspberryPi/Driver

[edk2-devel] [edk2-platform][PATCH v1 0/3] Platform/RaspberryPi : Switch to common GraphicsConsoleDxe

2020-04-11 Thread Samer El-Haj-Mahmoud
Switch RaspberryPi from using a private GraphicsConsoleDxe to the common GraphicsConsoleDxe in MdeModulePkg. Samer El-Haj-Mahmoud (3): Platform/RaspberryPi/RPi4: Switch to common GraphicsConsoleDxe Platform/RaspberryPi/RPi3: Switch to common GraphicsConsoleDxe Platform/RaspberryPi:Remove RP

[edk2-devel] [edk2-platform][PATCH v1 1/3] Platform/RaspberryPi/RPi4: Switch to common GraphicsConsoleDxe

2020-04-11 Thread Samer El-Haj-Mahmoud
Switch from the PI specific GraphicsConsoleDxe driver to the common driver in MdeModulePkg. There is no need to carry RPi specific version. This resolves https://github.com/pftf/RPi4/issues/32 Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Pete Batard Signed-off-by: Samer El-Haj-Mahmoud --- Platfo

[edk2-devel] [edk2-platform][PATCH v1 2/3] Platform/RaspberryPi/RPi3: Switch to common GraphicsConsoleDxe

2020-04-11 Thread Samer El-Haj-Mahmoud
Switch from the PI specific GraphicsConsoleDxe driver to the common driver in MdeModulePkg. There is no need to carry RPi specific version. This resolves https://github.com/pftf/RPi4/issues/32 Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Pete Batard Signed-off-by: Samer El-Haj-Mahmoud --- Platfo

[edk2-devel] RFC: ASIX USB drivers

2020-04-11 Thread Samer El-Haj-Mahmoud
EDK2 community, (and CCing OptionRomPkg maintainers), ASIX (https://www.asix.com.tw/) has graciously contributed the source code of their latest USB NIC drivers to be up-streamed to TianoCore. The original contribution (ZIP files) is available here: https://github.com/samerhaj/uefi_drivers/tre

Re: [edk2-devel] [PATCH 1/1] MdeModulePkg: UART Dynamic clock freq Support

2020-04-11 Thread Pankaj Bansal
> > Leif, > Please understand that the concern of this change is all the platforms that > uses > this serial port lib must be changed otherwise build breaks. > > Ard, > Using Guided HOB sounds a good idea to me: ) > The benefits of using HOB is: > Length field in the HOB header can be used for