[edk2] [PATCH v4 0/4] Juno cleanup -- OpenPlatformPkg edition

Ard Biesheuvel posted 4 patches 7 years ago
Failed in applying to current master (apply log)
Platforms/ARM/Juno/ArmJuno.dsc                                           |  24 ++-
Platforms/ARM/Juno/ArmJuno.fdf                                           |  11 +-
Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/JunoPciHostBridgeLib.c   | 199 ++++++++++++++++++++
Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/JunoPciHostBridgeLib.inf |  77 ++++++++
Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/XPressRich3.c            | 182 ++++++++++++++++++
Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/XPressRich3.h            | 107 +++++++++++
6 files changed, 585 insertions(+), 15 deletions(-)
create mode 100644 Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/JunoPciHostBridgeLib.c
create mode 100644 Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/JunoPciHostBridgeLib.inf
create mode 100644 Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/XPressRich3.c
create mode 100644 Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/XPressRich3.h
[edk2] [PATCH v4 0/4] Juno cleanup -- OpenPlatformPkg edition
Posted by Ard Biesheuvel 7 years ago
Counterpart to the EDK2 series switching Juno to the generic non-discoverable
device driver and generic PCI host bridge driver.

v4: fixed a number of non-functional issues -- include ordering, incorrect
    BASE_NAME, commit log clarifications
    add RBs and TBs

Ard Biesheuvel (4):
  Platforms/Juno: add non-discoverable device driver and library
  Platforms/Juno: add PciHostBridgeLib implementation
  Platforms/Juno: switch to generic PCI host bridge driver
  Platforms/Juno: remove BdsLib dependency

 Platforms/ARM/Juno/ArmJuno.dsc                                           |  24 ++-
 Platforms/ARM/Juno/ArmJuno.fdf                                           |  11 +-
 Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/JunoPciHostBridgeLib.c   | 199 ++++++++++++++++++++
 Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/JunoPciHostBridgeLib.inf |  77 ++++++++
 Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/XPressRich3.c            | 182 ++++++++++++++++++
 Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/XPressRich3.h            | 107 +++++++++++
 6 files changed, 585 insertions(+), 15 deletions(-)
 create mode 100644 Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/JunoPciHostBridgeLib.c
 create mode 100644 Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/JunoPciHostBridgeLib.inf
 create mode 100644 Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/XPressRich3.c
 create mode 100644 Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/XPressRich3.h

-- 
2.9.3

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH v4 0/4] Juno cleanup -- OpenPlatformPkg edition
Posted by Ryan Harkin 7 years ago
On 5 April 2017 at 15:00, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> Counterpart to the EDK2 series switching Juno to the generic non-discoverable
> device driver and generic PCI host bridge driver.
>
> v4: fixed a number of non-functional issues -- include ordering, incorrect
>     BASE_NAME, commit log clarifications
>     add RBs and TBs

I don't see my TBs in there, is gmail messing me about or are they not there?

>
> Ard Biesheuvel (4):
>   Platforms/Juno: add non-discoverable device driver and library
>   Platforms/Juno: add PciHostBridgeLib implementation
>   Platforms/Juno: switch to generic PCI host bridge driver
>   Platforms/Juno: remove BdsLib dependency
>
>  Platforms/ARM/Juno/ArmJuno.dsc                                           |  24 ++-
>  Platforms/ARM/Juno/ArmJuno.fdf                                           |  11 +-
>  Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/JunoPciHostBridgeLib.c   | 199 ++++++++++++++++++++
>  Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/JunoPciHostBridgeLib.inf |  77 ++++++++
>  Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/XPressRich3.c            | 182 ++++++++++++++++++
>  Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/XPressRich3.h            | 107 +++++++++++
>  6 files changed, 585 insertions(+), 15 deletions(-)
>  create mode 100644 Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/JunoPciHostBridgeLib.c
>  create mode 100644 Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/JunoPciHostBridgeLib.inf
>  create mode 100644 Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/XPressRich3.c
>  create mode 100644 Platforms/ARM/Juno/Library/JunoPciHostBridgeLib/XPressRich3.h
>
> --
> 2.9.3
>
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH v4 0/4] Juno cleanup -- OpenPlatformPkg edition
Posted by Ard Biesheuvel 7 years ago
On 5 April 2017 at 15:10, Ryan Harkin <ryan.harkin@linaro.org> wrote:
> On 5 April 2017 at 15:00, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
>> Counterpart to the EDK2 series switching Juno to the generic non-discoverable
>> device driver and generic PCI host bridge driver.
>>
>> v4: fixed a number of non-functional issues -- include ordering, incorrect
>>     BASE_NAME, commit log clarifications
>>     add RBs and TBs
>
> I don't see my TBs in there, is gmail messing me about or are they not there?
>

That appears to be caused by poor git send-email skills on my part,
unfortunately. I added the locally, though, so I will include them
when merging.

Thanks,
Ard.
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH v4 0/4] Juno cleanup -- OpenPlatformPkg edition
Posted by Ard Biesheuvel 7 years ago
On 5 April 2017 at 15:11, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
> On 5 April 2017 at 15:10, Ryan Harkin <ryan.harkin@linaro.org> wrote:
>> On 5 April 2017 at 15:00, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:
>>> Counterpart to the EDK2 series switching Juno to the generic non-discoverable
>>> device driver and generic PCI host bridge driver.
>>>
>>> v4: fixed a number of non-functional issues -- include ordering, incorrect
>>>     BASE_NAME, commit log clarifications
>>>     add RBs and TBs
>>
>> I don't see my TBs in there, is gmail messing me about or are they not there?
>>
>
> That appears to be caused by poor git send-email skills on my part,
> unfortunately. I added the locally, though, so I will include them
> when merging.
>

OK all pushed now (including you Tested-by's)

Thanks!

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