Message ID | 20170405140055.28937-1-ard.biesheuvel@linaro.org |
---|---|
Headers | show |
Series | Juno cleanup -- OpenPlatformPkg edition | expand |
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
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
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