Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/edk2 tags/patchew/20180212103122.10729-1-moorthy.baskaravenkatraman-sambamoorthy@linaro.org
Platform/Comcast/Library/RdkBootManagerLib/RdkBootManagerLib.dec | 50 ++
Platform/Comcast/RDKQemu/RDKQemu.dsc | 431 ++++++++++++++++
Platform/Comcast/RDKQemu/RDKQemu.fdf | 128 +++++
Platform/Comcast/Application/Dri/Dri.inf | 43 ++
Platform/Comcast/Application/DriSecureBoot/DriSecureBoot.inf | 43 ++
Platform/Comcast/Application/SecureBoot/SecureBoot.inf | 43 ++
Platform/Comcast/Library/RdkBootManagerLib/RdkBootManagerLib.inf | 76 +++
Platform/Comcast/Library/RdkBootManagerLib/RdkBootManagerLib.h | 99 ++++
Platform/Comcast/Application/Dri/Dri.c | 26 +
Platform/Comcast/Application/DriSecureBoot/DriSecureBoot.c | 32 ++
Platform/Comcast/Application/SecureBoot/SecureBoot.c | 30 ++
Platform/Comcast/Library/RdkBootManagerLib/DiskIo.c | 376 ++++++++++++++
Platform/Comcast/Library/RdkBootManagerLib/HttpBoot.c | 350 +++++++++++++
Platform/Comcast/Library/RdkBootManagerLib/RdkFile.c | 389 +++++++++++++++
Platform/Comcast/Library/RdkBootManagerLib/SecureBoot.c | 523 ++++++++++++++++++++
Platform/Comcast/RDKQemu/README | 73 +++
16 files changed, 2712 insertions(+)
create mode 100644 Platform/Comcast/Library/RdkBootManagerLib/RdkBootManagerLib.dec
create mode 100644 Platform/Comcast/RDKQemu/RDKQemu.dsc
create mode 100644 Platform/Comcast/RDKQemu/RDKQemu.fdf
create mode 100644 Platform/Comcast/Application/Dri/Dri.inf
create mode 100644 Platform/Comcast/Application/DriSecureBoot/DriSecureBoot.inf
create mode 100644 Platform/Comcast/Application/SecureBoot/SecureBoot.inf
create mode 100644 Platform/Comcast/Library/RdkBootManagerLib/RdkBootManagerLib.inf
create mode 100644 Platform/Comcast/Library/RdkBootManagerLib/RdkBootManagerLib.h
create mode 100644 Platform/Comcast/Application/Dri/Dri.c
create mode 100644 Platform/Comcast/Application/DriSecureBoot/DriSecureBoot.c
create mode 100644 Platform/Comcast/Application/SecureBoot/SecureBoot.c
create mode 100644 Platform/Comcast/Library/RdkBootManagerLib/DiskIo.c
create mode 100644 Platform/Comcast/Library/RdkBootManagerLib/HttpBoot.c
create mode 100644 Platform/Comcast/Library/RdkBootManagerLib/RdkFile.c
create mode 100644 Platform/Comcast/Library/RdkBootManagerLib/SecureBoot.c
create mode 100644 Platform/Comcast/RDKQemu/README