On Thu, 12 Dec 2019 at 01:26, Gao, Liming <liming....@intel.com> wrote:
>
> Reviewed-by: Liming Gao <liming....@intel.com>
>

Thanks

Pushed as bfb141cf19dd6f9b8df8b9d0914a5b3b15e1a798


> > -----Original Message-----
> > From: Ard Biesheuvel <ard.biesheu...@linaro.org>
> > Sent: Wednesday, December 11, 2019 6:01 PM
> > To: Pete Batard <p...@akeo.ie>; Kinney, Michael D 
> > <michael.d.kin...@intel.com>; Gao, Liming <liming....@intel.com>
> > Cc: edk2-devel-groups-io <devel@edk2.groups.io>; Leif Lindholm 
> > <leif.lindh...@linaro.org>; Philippe Mathieu-Daudé
> > <phi...@redhat.com>
> > Subject: Re: [edk2][PATCH 1/1] MdePkg/Include: Add DCC and BCM2835 SPCR 
> > UART types
> >
> > (add MdePkg maintainers)
> >
> > On Tue, 10 Dec 2019 at 19:23, Pete Batard <p...@akeo.ie> wrote:
> > >
> > > As per the Microsoft Debug Port Table 2 (DBG2) documentation, that
> > > can be found online, we are missing 2 serial interface types for
> > > Arm DCC and Bcm2835 (the latter being used with the Raspberry Pi).
> > >
> > > These same types are present in DebugPort2Table.h so add them to
> > > SerialPortConsoleRedirectionTable.h too.
> > >
> > > Note that we followed the same idiosyncrasies as DebugPort2Table
> > > for naming these new macros.
> > >
> > > Signed-off-by: Pete Batard <p...@akeo.ie>
> >
> > Acked-by: Ard Biesheuvel <ard.biesheu...@linaro.org>
> >
> > > ---
> > >  MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h | 10 
> > > ++++++++++
> > >  1 file changed, 10 insertions(+)
> > >
> > > diff --git 
> > > a/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h
> > b/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h
> > > index b069fb2be97f..2066c7895e59 100644
> > > --- a/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h
> > > +++ b/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h
> > > @@ -90,6 +90,16 @@ typedef struct {
> > >  ///
> > >  #define 
> > > EFI_ACPI_SERIAL_PORT_CONSOLE_REDIRECTION_TABLE_INTERFACE_TYPE_ARM_SBSA_GENERIC_UART
> > >      0x0e
> > >
> > > +///
> > > +/// ARM DCC
> > > +///
> > > +#define 
> > > EFI_ACPI_SERIAL_PORT_CONSOLE_REDIRECTION_TABLE_INTERFACE_TYPE_DCC         
> > >               0x0f
> > > +
> > > +///
> > > +/// BCM2835 UART
> > > +///
> > > +#define 
> > > EFI_ACPI_SERIAL_PORT_CONSOLE_REDIRECTION_TABLE_INTERFACE_TYPE_BCM2835_UART
> > >               0x10
> > > +
> > >  //
> > >  // Interrupt Type
> > >  //
> > > --
> > > 2.21.0.windows.1
> > >

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#52154): https://edk2.groups.io/g/devel/message/52154
Mute This Topic: https://groups.io/mt/67985290/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to