mbox series

[edk2,edk2-platforms,0/4] SynQuacer updates

Message ID 20180523141444.20033-1-ard.biesheuvel@linaro.org
Headers show
Series SynQuacer updates | expand

Message

Ard Biesheuvel May 23, 2018, 2:14 p.m. UTC
Patch #4 fixes a bug that breaks the DEBUG build. Remaining patches
are general improvements.

Ard Biesheuvel (4):
  Platform/DeveloperBox: add 96boards/Socionext logo
  Platform/DeveloperBox: add PCI serial driver
  Platform/DeveloperBox: switch to protocol based DevicePathLib
  Silicon/Socionext/SynQuacerPciHostBridgeLib: DEPEX on variable
    protocol

 .../Socionext/DeveloperBox/DeveloperBox.dsc   |  13 +-
 .../Socionext/DeveloperBox/DeveloperBox.fdf   |   3 +-
 Platform/Socionext/DeveloperBox/Logo/Logo.bmp | Bin 0 -> 1050122 bytes
 Platform/Socionext/DeveloperBox/Logo/Logo.c   | 149 ++++++++++++++++++
 Platform/Socionext/DeveloperBox/Logo/Logo.idf |  15 ++
 .../Socionext/DeveloperBox/Logo/LogoDxe.inf   |  52 ++++++
 .../SynQuacerPciHostBridgeLib.inf             |   5 +
 7 files changed, 233 insertions(+), 4 deletions(-)
 create mode 100644 Platform/Socionext/DeveloperBox/Logo/Logo.bmp
 create mode 100644 Platform/Socionext/DeveloperBox/Logo/Logo.c
 create mode 100644 Platform/Socionext/DeveloperBox/Logo/Logo.idf
 create mode 100644 Platform/Socionext/DeveloperBox/Logo/LogoDxe.inf

-- 
2.17.0

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Comments

Ard Biesheuvel May 31, 2018, 7:34 a.m. UTC | #1
On 23 May 2018 at 16:14, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> Patch #4 fixes a bug that breaks the DEBUG build. Remaining patches

> are general improvements.

>

> Ard Biesheuvel (4):

>   Platform/DeveloperBox: add 96boards/Socionext logo

>   Platform/DeveloperBox: add PCI serial driver

>   Platform/DeveloperBox: switch to protocol based DevicePathLib

>   Silicon/Socionext/SynQuacerPciHostBridgeLib: DEPEX on variable

>     protocol

>

>  .../Socionext/DeveloperBox/DeveloperBox.dsc   |  13 +-

>  .../Socionext/DeveloperBox/DeveloperBox.fdf   |   3 +-

>  Platform/Socionext/DeveloperBox/Logo/Logo.bmp | Bin 0 -> 1050122 bytes

>  Platform/Socionext/DeveloperBox/Logo/Logo.c   | 149 ++++++++++++++++++

>  Platform/Socionext/DeveloperBox/Logo/Logo.idf |  15 ++

>  .../Socionext/DeveloperBox/Logo/LogoDxe.inf   |  52 ++++++

>  .../SynQuacerPciHostBridgeLib.inf             |   5 +

>  7 files changed, 233 insertions(+), 4 deletions(-)

>  create mode 100644 Platform/Socionext/DeveloperBox/Logo/Logo.bmp

>  create mode 100644 Platform/Socionext/DeveloperBox/Logo/Logo.c

>  create mode 100644 Platform/Socionext/DeveloperBox/Logo/Logo.idf

>  create mode 100644 Platform/Socionext/DeveloperBox/Logo/LogoDxe.inf

>


Ping?
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Leif Lindholm May 31, 2018, 9:04 a.m. UTC | #2
On Wed, May 23, 2018 at 04:14:40PM +0200, Ard Biesheuvel wrote:
> Patch #4 fixes a bug that breaks the DEBUG build. Remaining patches

> are general improvements.

> 

> Ard Biesheuvel (4):

>   Platform/DeveloperBox: add 96boards/Socionext logo

>   Platform/DeveloperBox: add PCI serial driver

>   Platform/DeveloperBox: switch to protocol based DevicePathLib

>   Silicon/Socionext/SynQuacerPciHostBridgeLib: DEPEX on variable

>     protocol


For the series:
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>


(I'll just add that ideally I'd want any series containing binaries to
come with a link to a branch rather than a link to a copy of the file.)

>  .../Socionext/DeveloperBox/DeveloperBox.dsc   |  13 +-

>  .../Socionext/DeveloperBox/DeveloperBox.fdf   |   3 +-

>  Platform/Socionext/DeveloperBox/Logo/Logo.bmp | Bin 0 -> 1050122 bytes

>  Platform/Socionext/DeveloperBox/Logo/Logo.c   | 149 ++++++++++++++++++

>  Platform/Socionext/DeveloperBox/Logo/Logo.idf |  15 ++

>  .../Socionext/DeveloperBox/Logo/LogoDxe.inf   |  52 ++++++

>  .../SynQuacerPciHostBridgeLib.inf             |   5 +

>  7 files changed, 233 insertions(+), 4 deletions(-)

>  create mode 100644 Platform/Socionext/DeveloperBox/Logo/Logo.bmp

>  create mode 100644 Platform/Socionext/DeveloperBox/Logo/Logo.c

>  create mode 100644 Platform/Socionext/DeveloperBox/Logo/Logo.idf

>  create mode 100644 Platform/Socionext/DeveloperBox/Logo/LogoDxe.inf

> 

> -- 

> 2.17.0

> 

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Ard Biesheuvel May 31, 2018, 10:47 a.m. UTC | #3
On 31 May 2018 at 11:04, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> On Wed, May 23, 2018 at 04:14:40PM +0200, Ard Biesheuvel wrote:

>> Patch #4 fixes a bug that breaks the DEBUG build. Remaining patches

>> are general improvements.

>>

>> Ard Biesheuvel (4):

>>   Platform/DeveloperBox: add 96boards/Socionext logo

>>   Platform/DeveloperBox: add PCI serial driver

>>   Platform/DeveloperBox: switch to protocol based DevicePathLib

>>   Silicon/Socionext/SynQuacerPciHostBridgeLib: DEPEX on variable

>>     protocol

>

> For the series:

> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

>

> (I'll just add that ideally I'd want any series containing binaries to

> come with a link to a branch rather than a link to a copy of the file.)

>


Thanks

Pushed as 5fc0e7b54bc1..826910524bc6


>>  .../Socionext/DeveloperBox/DeveloperBox.dsc   |  13 +-

>>  .../Socionext/DeveloperBox/DeveloperBox.fdf   |   3 +-

>>  Platform/Socionext/DeveloperBox/Logo/Logo.bmp | Bin 0 -> 1050122 bytes

>>  Platform/Socionext/DeveloperBox/Logo/Logo.c   | 149 ++++++++++++++++++

>>  Platform/Socionext/DeveloperBox/Logo/Logo.idf |  15 ++

>>  .../Socionext/DeveloperBox/Logo/LogoDxe.inf   |  52 ++++++

>>  .../SynQuacerPciHostBridgeLib.inf             |   5 +

>>  7 files changed, 233 insertions(+), 4 deletions(-)

>>  create mode 100644 Platform/Socionext/DeveloperBox/Logo/Logo.bmp

>>  create mode 100644 Platform/Socionext/DeveloperBox/Logo/Logo.c

>>  create mode 100644 Platform/Socionext/DeveloperBox/Logo/Logo.idf

>>  create mode 100644 Platform/Socionext/DeveloperBox/Logo/LogoDxe.inf

>>

>> --

>> 2.17.0

>>

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel