Re: [edk2] [PATCH 0/5] Get SIO data from SIO interface

2016-06-12 Thread Dong, Eric
Reviewed-by: Eric Dong <eric.d...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Ruiyu > Ni > Sent: Sunday, June 12, 2016 5:24 PM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH 0/5] Get SIO

[edk2] [PATCH 0/5] Get SIO data from SIO interface

2016-06-12 Thread Ruiyu Ni
LegacyBios driver originally only fills the SIO data from IsaIo interface. When the system doesn't have IsaIo interface but only SIO interface, the code which gets the SIO data needs to be updated to handle the new case. Ruiyu Ni (5): IntelFrameworkModulePkg/LegacyBios: Get SIO data in separate