public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Moorthy Baskaravenkatraman <moorthy.baskaravenkatraman-sambamoorthy@linaro.org>
To: edk2-devel@lists.01.org
Subject: [PATCH v1 0/4] edk2-platforms:Comcast:RDK Qemu platform for RDK UEFI application
Date: Mon, 12 Feb 2018 16:01:18 +0530	[thread overview]
Message-ID: <20180212103122.10729-1-moorthy.baskaravenkatraman-sambamoorthy@linaro.org> (raw)

Linaro and RDK are working on standardizing the boot process for RDK
STB boxes using Uefi. Implmented couple of RDK UEFI apllications (secure
boot and DRI) which are tested on RDK Qemu platform

Kalyan Nagabhirava (4):
  edk2-platforms:comcast: RDK boot manager Library implementation
  edk2-platforms:comcast: RDK secure boot Application
  edk2-platforms:comcast: RDK DRI Application
  edk2-platforms: created RDK Qemu platform for RDK UEFI applications

 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

-- 
2.15.0



             reply	other threads:[~2018-02-12 10:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-12 10:31 Moorthy Baskaravenkatraman [this message]
2018-02-12 10:31 ` [PATCH v1 1/4] edk2-platforms:comcast: RDK boot manager Library implementation Moorthy Baskaravenkatraman
2018-02-12 10:31 ` [PATCH v1 2/4] edk2-platforms:comcast: RDK secure boot Application Moorthy Baskaravenkatraman
2018-02-12 10:31 ` [PATCH v1 3/4] edk2-platforms:comcast: RDK DRI Application Moorthy Baskaravenkatraman
2018-02-12 10:31 ` [PATCH v1 4/4] edk2-platforms: created RDK Qemu platform for RDK UEFI applications Moorthy Baskaravenkatraman
2018-03-02 14:49   ` Ard Biesheuvel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180212103122.10729-1-moorthy.baskaravenkatraman-sambamoorthy@linaro.org \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox