diff mbox series

[edk2,1/1] Platform/Comcast: EDK2 dependencies resolved for RDK Qemu platform * DevicePathLib library class added in DxeMain * NvVarStoreFormattedLib added in VariableRuntimeDxe * DevicePathLib and PcdLib library classes added in DevicePathExe

Message ID bd7cabeb6a5e10b74cf7f75aa14e165c1113e43b.1527761365.git.moorthy.baskaravenkatraman-sambamoorthy@linaro.org
State New
Headers show
Series Platform/Comcast: EDK2 dependencies resolved for RDK Qemu | expand

Commit Message

Moorthy B S June 1, 2018, 11:03 a.m. UTC
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Moorthy Baskaravenkatraman <moorthy.baskaravenkatraman-sambamoorthy@linaro.org>

Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

---
 Platform/Comcast/RDKQemu/RDKQemu.dsc | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

-- 
2.17.0

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

Comments

Ard Biesheuvel June 1, 2018, 12:04 p.m. UTC | #1
On 1 June 2018 at 13:03, Moorthy Baskaravenkatraman
<moorthy.baskaravenkatraman-sambamoorthy@linaro.org> wrote:
> Contributed-under: TianoCore Contribution Agreement 1.1

> Signed-off-by: Moorthy Baskaravenkatraman <moorthy.baskaravenkatraman-sambamoorthy@linaro.org>

> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>


Excuse me? I don't remember reviewing these changes.

> ---

>  Platform/Comcast/RDKQemu/RDKQemu.dsc | 8 +++++++-

>  1 file changed, 7 insertions(+), 1 deletion(-)

>

> diff --git a/Platform/Comcast/RDKQemu/RDKQemu.dsc b/Platform/Comcast/RDKQemu/RDKQemu.dsc

> index 45feeec8764b..1301c5555efe 100644

> --- a/Platform/Comcast/RDKQemu/RDKQemu.dsc

> +++ b/Platform/Comcast/RDKQemu/RDKQemu.dsc

> @@ -251,6 +251,7 @@ [Components.common]

>    MdeModulePkg/Core/Dxe/DxeMain.inf {

>      <LibraryClasses>

>        NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf

> +      DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf

>    }

>    MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {

>      <LibraryClasses>

> @@ -265,6 +266,7 @@ [Components.common]

>    MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {

>      <LibraryClasses>

>        NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf

> +      NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf

>        # don't use unaligned CopyMem () on the UEFI varstore NOR flash region

>        BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf

>    }

> @@ -326,7 +328,11 @@ [Components.common]

>    #

>    # Bds

>    #

> -  MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf

> +  MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {

> +    <LibraryClasses>

> +      DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf

> +      PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf

> +  }

>    MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf

>    MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf

>    MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf

> --

> 2.17.0

>

> _______________________________________________

> edk2-devel mailing list

> edk2-devel@lists.01.org

> https://lists.01.org/mailman/listinfo/edk2-devel

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Moorthy B S June 1, 2018, 12:14 p.m. UTC | #2
Hi Ard,

RDK package Secure boot and DRI application for QEMU platform were
up-streamed by Kalyan under edk2-platforms. Now, I'm continuing the same
for further maintenance.

Regards,
Moorthy


On 1 June 2018 at 17:34, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:

> On 1 June 2018 at 13:03, Moorthy Baskaravenkatraman

> <moorthy.baskaravenkatraman-sambamoorthy@linaro.org> wrote:

> > Contributed-under: TianoCore Contribution Agreement 1.1

> > Signed-off-by: Moorthy Baskaravenkatraman <moorthy.baskaravenkatraman-

> sambamoorthy@linaro.org>

> > Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

>

> Excuse me? I don't remember reviewing these changes.

>

> > ---

> >  Platform/Comcast/RDKQemu/RDKQemu.dsc | 8 +++++++-

> >  1 file changed, 7 insertions(+), 1 deletion(-)

> >

> > diff --git a/Platform/Comcast/RDKQemu/RDKQemu.dsc

> b/Platform/Comcast/RDKQemu/RDKQemu.dsc

> > index 45feeec8764b..1301c5555efe 100644

> > --- a/Platform/Comcast/RDKQemu/RDKQemu.dsc

> > +++ b/Platform/Comcast/RDKQemu/RDKQemu.dsc

> > @@ -251,6 +251,7 @@ [Components.common]

> >    MdeModulePkg/Core/Dxe/DxeMain.inf {

> >      <LibraryClasses>

> >        NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/

> DxeCrc32GuidedSectionExtractLib.inf

> > +      DevicePathLib|MdePkg/Library/UefiDevicePathLib/

> UefiDevicePathLib.inf

> >    }

> >    MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {

> >      <LibraryClasses>

> > @@ -265,6 +266,7 @@ [Components.common]

> >    MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {

> >      <LibraryClasses>

> >        NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf

> > +      NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/

> NvVarStoreFormattedLib.inf

> >        # don't use unaligned CopyMem () on the UEFI varstore NOR flash

> region

> >        BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf

> >    }

> > @@ -326,7 +328,11 @@ [Components.common]

> >    #

> >    # Bds

> >    #

> > -  MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf

> > +  MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {

> > +    <LibraryClasses>

> > +      DevicePathLib|MdePkg/Library/UefiDevicePathLib/

> UefiDevicePathLib.inf

> > +      PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf

> > +  }

> >    MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf

> >    MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf

> >    MdeModulePkg/Universal/DriverHealthManagerDxe/

> DriverHealthManagerDxe.inf

> > --

> > 2.17.0

> >

> > _______________________________________________

> > edk2-devel mailing list

> > edk2-devel@lists.01.org

> > https://lists.01.org/mailman/listinfo/edk2-devel

>




-- 
Regards,
Moorthy
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Ard Biesheuvel June 1, 2018, 12:15 p.m. UTC | #3
On 1 June 2018 at 14:14, Moorthy Baskaravenkatraman Sambamoorthy
<moorthy.baskaravenkatraman-sambamoorthy@linaro.org> wrote:
> Hi Ard,

>

> RDK package Secure boot and DRI application for QEMU platform were

> up-streamed by Kalyan under edk2-platforms. Now, I'm continuing the same for

> further maintenance.

>


That is fine. But that does *not* allow you to add my reviewed-by
under a patch that I have never seen in my life.

> On 1 June 2018 at 17:34, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:

>>

>> On 1 June 2018 at 13:03, Moorthy Baskaravenkatraman

>> <moorthy.baskaravenkatraman-sambamoorthy@linaro.org> wrote:

>> > Contributed-under: TianoCore Contribution Agreement 1.1

>> > Signed-off-by: Moorthy Baskaravenkatraman

>> > <moorthy.baskaravenkatraman-sambamoorthy@linaro.org>

>> > Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

>>

>> Excuse me? I don't remember reviewing these changes.

>>

>> > ---

>> >  Platform/Comcast/RDKQemu/RDKQemu.dsc | 8 +++++++-

>> >  1 file changed, 7 insertions(+), 1 deletion(-)

>> >

>> > diff --git a/Platform/Comcast/RDKQemu/RDKQemu.dsc

>> > b/Platform/Comcast/RDKQemu/RDKQemu.dsc

>> > index 45feeec8764b..1301c5555efe 100644

>> > --- a/Platform/Comcast/RDKQemu/RDKQemu.dsc

>> > +++ b/Platform/Comcast/RDKQemu/RDKQemu.dsc

>> > @@ -251,6 +251,7 @@ [Components.common]

>> >    MdeModulePkg/Core/Dxe/DxeMain.inf {

>> >      <LibraryClasses>

>> >

>> > NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf

>> > +

>> > DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf

>> >    }

>> >    MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {

>> >      <LibraryClasses>

>> > @@ -265,6 +266,7 @@ [Components.common]

>> >    MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {

>> >      <LibraryClasses>

>> >        NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf

>> > +

>> > NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf

>> >        # don't use unaligned CopyMem () on the UEFI varstore NOR flash

>> > region

>> >        BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf

>> >    }

>> > @@ -326,7 +328,11 @@ [Components.common]

>> >    #

>> >    # Bds

>> >    #

>> > -  MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf

>> > +  MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {

>> > +    <LibraryClasses>

>> > +

>> > DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf

>> > +      PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf

>> > +  }

>> >    MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf

>> >    MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf

>> >

>> > MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf

>> > --

>> > 2.17.0

>> >

>> > _______________________________________________

>> > edk2-devel mailing list

>> > edk2-devel@lists.01.org

>> > https://lists.01.org/mailman/listinfo/edk2-devel

>

>

>

>

> --

> Regards,

> Moorthy

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Moorthy B S June 1, 2018, 12:34 p.m. UTC | #4
Sorry for that. I have mistakenly followed the same template used for the
last reviewed RDKPkg upstream.
Let me remove that field and send for review again.

Regards,
Moorthy


On 1 June 2018 at 17:45, Ard Biesheuvel <ard.biesheuvel@linaro.org> wrote:

> On 1 June 2018 at 14:14, Moorthy Baskaravenkatraman Sambamoorthy

> <moorthy.baskaravenkatraman-sambamoorthy@linaro.org> wrote:

> > Hi Ard,

> >

> > RDK package Secure boot and DRI application for QEMU platform were

> > up-streamed by Kalyan under edk2-platforms. Now, I'm continuing the same

> for

> > further maintenance.

> >

>

> That is fine. But that does *not* allow you to add my reviewed-by

> under a patch that I have never seen in my life.

>

> > On 1 June 2018 at 17:34, Ard Biesheuvel <ard.biesheuvel@linaro.org>

> wrote:

> >>

> >> On 1 June 2018 at 13:03, Moorthy Baskaravenkatraman

> >> <moorthy.baskaravenkatraman-sambamoorthy@linaro.org> wrote:

> >> > Contributed-under: TianoCore Contribution Agreement 1.1

> >> > Signed-off-by: Moorthy Baskaravenkatraman

> >> > <moorthy.baskaravenkatraman-sambamoorthy@linaro.org>

> >> > Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

> >>

> >> Excuse me? I don't remember reviewing these changes.

> >>

> >> > ---

> >> >  Platform/Comcast/RDKQemu/RDKQemu.dsc | 8 +++++++-

> >> >  1 file changed, 7 insertions(+), 1 deletion(-)

> >> >

> >> > diff --git a/Platform/Comcast/RDKQemu/RDKQemu.dsc

> >> > b/Platform/Comcast/RDKQemu/RDKQemu.dsc

> >> > index 45feeec8764b..1301c5555efe 100644

> >> > --- a/Platform/Comcast/RDKQemu/RDKQemu.dsc

> >> > +++ b/Platform/Comcast/RDKQemu/RDKQemu.dsc

> >> > @@ -251,6 +251,7 @@ [Components.common]

> >> >    MdeModulePkg/Core/Dxe/DxeMain.inf {

> >> >      <LibraryClasses>

> >> >

> >> > NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/

> DxeCrc32GuidedSectionExtractLib.inf

> >> > +

> >> > DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf

> >> >    }

> >> >    MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {

> >> >      <LibraryClasses>

> >> > @@ -265,6 +266,7 @@ [Components.common]

> >> >    MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf

> {

> >> >      <LibraryClasses>

> >> >        NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf

> >> > +

> >> > NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/

> NvVarStoreFormattedLib.inf

> >> >        # don't use unaligned CopyMem () on the UEFI varstore NOR flash

> >> > region

> >> >        BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf

> >> >    }

> >> > @@ -326,7 +328,11 @@ [Components.common]

> >> >    #

> >> >    # Bds

> >> >    #

> >> > -  MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf

> >> > +  MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {

> >> > +    <LibraryClasses>

> >> > +

> >> > DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf

> >> > +      PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf

> >> > +  }

> >> >    MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf

> >> >    MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf

> >> >

> >> > MdeModulePkg/Universal/DriverHealthManagerDxe/

> DriverHealthManagerDxe.inf

> >> > --

> >> > 2.17.0

> >> >

> >> > _______________________________________________

> >> > edk2-devel mailing list

> >> > edk2-devel@lists.01.org

> >> > https://lists.01.org/mailman/listinfo/edk2-devel

> >

> >

> >

> >

> > --

> > Regards,

> > Moorthy

>




-- 
Regards,
Moorthy
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Ard Biesheuvel June 1, 2018, 12:35 p.m. UTC | #5
On 1 June 2018 at 14:34, Moorthy Baskaravenkatraman Sambamoorthy
<moorthy.baskaravenkatraman-sambamoorthy@linaro.org> wrote:
> Sorry for that. I have mistakenly followed the same template used for the

> last reviewed RDKPkg upstream.

> Let me remove that field and send for review again.

>


Please read the instructions here

https://github.com/tianocore/tianocore.github.io/wiki/Laszlo's-unkempt-git-guide-for-edk2-contributors-and-maintainers

before sending out any more patches for review.

Thanks,
Ard.
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
diff mbox series

Patch

diff --git a/Platform/Comcast/RDKQemu/RDKQemu.dsc b/Platform/Comcast/RDKQemu/RDKQemu.dsc
index 45feeec8764b..1301c5555efe 100644
--- a/Platform/Comcast/RDKQemu/RDKQemu.dsc
+++ b/Platform/Comcast/RDKQemu/RDKQemu.dsc
@@ -251,6 +251,7 @@  [Components.common]
   MdeModulePkg/Core/Dxe/DxeMain.inf {
     <LibraryClasses>
       NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
+      DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
   }
   MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
     <LibraryClasses>
@@ -265,6 +266,7 @@  [Components.common]
   MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
     <LibraryClasses>
       NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
+      NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf
       # don't use unaligned CopyMem () on the UEFI varstore NOR flash region
       BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
   }
@@ -326,7 +328,11 @@  [Components.common]
   #
   # Bds
   #
-  MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
+  MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
+    <LibraryClasses>
+      DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
+      PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
+  }
   MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
   MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
   MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf