Re: [edk2-devel] [PATCH 1/3] MdeModulePkg: Add ClockRate field to SerialPortInfo

2023-10-11 Thread MrChromebox
hi Pedro, thanks for the input, I will adjust the patch to append for v2 On Wed, Oct 11, 2023 at 2:16 PM Pedro Falcato wrote: > On Mon, Oct 9, 2023 at 4:54 PM Matt DeVillier > wrote: > > > > On Thu, Oct 5, 2023 at 12:45 PM Pedro Falcato > wrote: > >> > >> On Wed, Oct 4, 2023 at 9:01 PM MrChro

Re: [edk2-devel] [PATCH 1/3] MdeModulePkg: Add ClockRate field to SerialPortInfo

2023-10-11 Thread Pedro Falcato
On Mon, Oct 9, 2023 at 4:54 PM Matt DeVillier wrote: > > On Thu, Oct 5, 2023 at 12:45 PM Pedro Falcato wrote: >> >> On Wed, Oct 4, 2023 at 9:01 PM MrChromebox wrote: >> > >> > Add the ClockRate field to the UNIVERSAL_PAYLOAD_SERIAL_PORT_INFO >> > struct, so that the field can be used by UefiPayl

Re: [edk2-devel] [PATCH 1/3] MdeModulePkg: Add ClockRate field to SerialPortInfo

2023-10-09 Thread MrChromebox
On Thu, Oct 5, 2023 at 12:45 PM Pedro Falcato wrote: > On Wed, Oct 4, 2023 at 9:01 PM MrChromebox > wrote: > > > > Add the ClockRate field to the UNIVERSAL_PAYLOAD_SERIAL_PORT_INFO > > struct, so that the field can be used by UefiPayloadPkg to properly > > set up the serial port on boards using

Re: [edk2-devel] [PATCH 1/3] MdeModulePkg: Add ClockRate field to SerialPortInfo

2023-10-05 Thread Pedro Falcato
On Wed, Oct 4, 2023 at 9:01 PM MrChromebox wrote: > > Add the ClockRate field to the UNIVERSAL_PAYLOAD_SERIAL_PORT_INFO > struct, so that the field can be used by UefiPayloadPkg to properly > set up the serial port on boards using a non-standard clock rate. > > Signed-off-by: Matt DeVillier > Cha

[edk2-devel] [PATCH 1/3] MdeModulePkg: Add ClockRate field to SerialPortInfo

2023-10-04 Thread MrChromebox
Add the ClockRate field to the UNIVERSAL_PAYLOAD_SERIAL_PORT_INFO struct, so that the field can be used by UefiPayloadPkg to properly set up the serial port on boards using a non-standard clock rate. Signed-off-by: Matt DeVillier Change-Id: I9bcaf03ab63f6a45d2cf25a580f7a2eba388cbbd --- MdeModule