Re: [edk2] [PATCH V4 0/5] Some improvements on serial terminal
On 07/16/15 10:51, Ard Biesheuvel wrote: > On 16 July 2015 at 10:21, Heyi Guo wrote: >> There were some issues when I ran SCT test against Serial IO Protocol >> on qemu aarch64, and below patches were made after I went through the >> code of TerminalDxe driver and the flow of console devices being >> connected. >> >> V2 is based on TTY terminal patches. >> V3 updates comment for PcdDefaultTerminalType. >> V4 splits the 1st patch. >> > > Thanks Heyi > > Committed as SVN r18023 ... r18027 Cool, thanks. I should have processed my INBOX before replying to v3... Thanks! Laszlo > > Regards, > Ard. > > > >> Cc: Michael D Kinney >> Cc: Liming Gao >> Cc: Jordan Justen >> Cc: Andrew Fish >> Cc: Laszlo Ersek >> Cc: Ard Biesheuvel >> Cc: Feng Tian >> Cc: Ruiyu Ni >> >> Heyi Guo (5): >> MdePkg: Update comment for PcdDefaultTerminalType >> EmulatorPkg: Update comment for PcdDefaultTerminalType >> ArmVirtPkg: Make terminal type consistent >> MdeModulePkg/TerminalDxe: Set NullRemaining to FALSE by default >> MdeModulePkg/TerminalDxe: Some improvements >> >> ArmVirtPkg/ArmVirtQemu.dsc | 8 ++ >> EmulatorPkg/EmulatorPkg.dsc| 2 +- >> .../Universal/Console/TerminalDxe/Terminal.c | 29 >> -- >> MdePkg/MdePkg.dec | 3 ++- >> 4 files changed, 16 insertions(+), 26 deletions(-) >> >> -- >> 2.1.4 >> -- Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/ ___ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
Re: [edk2] [PATCH V4 0/5] Some improvements on serial terminal
On 16 July 2015 at 10:21, Heyi Guo wrote: > There were some issues when I ran SCT test against Serial IO Protocol > on qemu aarch64, and below patches were made after I went through the > code of TerminalDxe driver and the flow of console devices being > connected. > > V2 is based on TTY terminal patches. > V3 updates comment for PcdDefaultTerminalType. > V4 splits the 1st patch. > Thanks Heyi Committed as SVN r18023 ... r18027 Regards, Ard. > Cc: Michael D Kinney > Cc: Liming Gao > Cc: Jordan Justen > Cc: Andrew Fish > Cc: Laszlo Ersek > Cc: Ard Biesheuvel > Cc: Feng Tian > Cc: Ruiyu Ni > > Heyi Guo (5): > MdePkg: Update comment for PcdDefaultTerminalType > EmulatorPkg: Update comment for PcdDefaultTerminalType > ArmVirtPkg: Make terminal type consistent > MdeModulePkg/TerminalDxe: Set NullRemaining to FALSE by default > MdeModulePkg/TerminalDxe: Some improvements > > ArmVirtPkg/ArmVirtQemu.dsc | 8 ++ > EmulatorPkg/EmulatorPkg.dsc| 2 +- > .../Universal/Console/TerminalDxe/Terminal.c | 29 > -- > MdePkg/MdePkg.dec | 3 ++- > 4 files changed, 16 insertions(+), 26 deletions(-) > > -- > 2.1.4 > -- Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/ ___ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
[edk2] [PATCH V4 0/5] Some improvements on serial terminal
There were some issues when I ran SCT test against Serial IO Protocol on qemu aarch64, and below patches were made after I went through the code of TerminalDxe driver and the flow of console devices being connected. V2 is based on TTY terminal patches. V3 updates comment for PcdDefaultTerminalType. V4 splits the 1st patch. Thanks. Cc: Michael D Kinney Cc: Liming Gao Cc: Jordan Justen Cc: Andrew Fish Cc: Laszlo Ersek Cc: Ard Biesheuvel Cc: Feng Tian Cc: Ruiyu Ni Heyi Guo (5): MdePkg: Update comment for PcdDefaultTerminalType EmulatorPkg: Update comment for PcdDefaultTerminalType ArmVirtPkg: Make terminal type consistent MdeModulePkg/TerminalDxe: Set NullRemaining to FALSE by default MdeModulePkg/TerminalDxe: Some improvements ArmVirtPkg/ArmVirtQemu.dsc | 8 ++ EmulatorPkg/EmulatorPkg.dsc| 2 +- .../Universal/Console/TerminalDxe/Terminal.c | 29 -- MdePkg/MdePkg.dec | 3 ++- 4 files changed, 16 insertions(+), 26 deletions(-) -- 2.1.4 -- Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/ ___ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
