From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::241; helo=mail-wm0-x241.google.com; envelope-from=kalyankumar.nagabhirava@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 1D3AB21B02833 for ; Thu, 7 Dec 2017 06:21:28 -0800 (PST) Received: by mail-wm0-x241.google.com with SMTP id b76so13305469wmg.1 for ; Thu, 07 Dec 2017 06:26:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=DtAgbwA6oUX+cTgAQictNtKEoETLavuAAtEiZHRhLm8=; b=M+faBRlm00ZZVb/qsXbRNb+dPjPUzTDCwoP8kbdtX9VQNavxQAvhBEtksOpuj8X/nL iTK60g+LhrDuNSBKT7WbdDpLWfqRR54YyZRLCPt+IzkPfACHVxRy6hw0cSKaxEldeE+p ZzuPRC096mOBHSmU83hw2RlA3Hj3TUdHAfjtc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=DtAgbwA6oUX+cTgAQictNtKEoETLavuAAtEiZHRhLm8=; b=TJrvsWmSSOngyMKc/AM9aW5OuWVYrZlDfsIz0xEAPLvwH4pYQVLqNIRBc6uTbsi1CR a09NYhcKzAVYLdaWYqdVNxlsqjEIHR+RptxHG6QgUs5xDQzvZ1dA19B5uBZZ25SI6W+V 5/8Id5SY+Vib4w/SWWgy8r8YIPVoduCFHhweMnVQ967oyex22h5Fwo18bp076UB3rHkx DbFsZQo28DrbF1LvboDZ23I2GepMFEWQEi61F87Z44c259ar0G3Gf875VTr2Soqi2JZG ksyFeTL72e8w2FAIdY6Z0NWmrSx4PZYegE1BqUeFCSWXvOCYQutoJClBlxCcxnKReaYC 0zTQ== X-Gm-Message-State: AJaThX4Tntuw91CAi+qtYifxTvyWh2OVXa7r9aRBbsImDI4wiAf7sV5K 9d8i1gHtIMWW0bMQ2LrgIRp0E7jZ2RWtBlCT7cf9Ag== X-Google-Smtp-Source: AGs4zMaO1Cy2IVrriVteR22qs2rM9zCtVbx06zlG3kjiQNnPA2e7mvGALt5a0B+l0NL6USVc6izGpQrzit2blqSVdWU= X-Received: by 10.80.181.130 with SMTP id a2mr44403610ede.263.1512656759992; Thu, 07 Dec 2017 06:25:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.184.113 with HTTP; Thu, 7 Dec 2017 06:25:59 -0800 (PST) In-Reply-To: References: <20171207133424.24674-1-kalyankumar.nagabhirava@linaro.org> From: Kalyan Nagabhirava Date: Thu, 7 Dec 2017 19:55:59 +0530 Message-ID: To: Ard Biesheuvel Cc: "edk2-devel@lists.01.org" X-Content-Filtered-By: Mailman/MimeDel 2.1.22 Subject: Re: [PATCH v2 0/3] Adding secure boot and HTTP image download features for Linux based platform X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2017 14:21:29 -0000 Content-Type: text/plain; charset="UTF-8" yes Ard, but this is not platform sepecfic only application code, leif has given comments on this application , addressed his comments and send the patch. On 7 December 2017 at 19:36, Ard Biesheuvel wrote: > On 7 December 2017 at 13:34, kalyan-nagabhirava > wrote: > > Linaro and RDK are working on standardizing the boot process for RDK > STB boxes using Uefi. > > Added applications are reference implementation of RDK STB boot process > on Arm platforms > > > > Please don't add this to EmbeddedPkg. I thought we agreed to put this > in edk2-platforms/Platform/Comcast? > > > kalyan-nagabhirava (3): > > [edk2 EmbeddedPkg]:Implementation of secure boot and HTTP Image > > download > > EmbeddedPkg: secureboot application using RdkBootManagerLib > > EmbeddedPkg: Httpimage downlaod application > > > > EmbeddedPkg/Library/RdkBootManagerLib/RdkBootManagerLib.dec | > 52 ++ > > EmbeddedPkg/Application/Dri/Dri.inf | > 56 ++ > > EmbeddedPkg/Application/SecureBoot/SecureBoot.inf | > 57 ++ > > EmbeddedPkg/Library/RdkBootManagerLib/RdkBootManagerLib.inf | > 81 +++ > > EmbeddedPkg/Library/RdkBootManagerLib/Include/DiskIo.h | > 20 + > > EmbeddedPkg/Library/RdkBootManagerLib/Include/HttpBoot.h | > 7 + > > EmbeddedPkg/Library/RdkBootManagerLib/Include/List.h | > 52 ++ > > EmbeddedPkg/Library/RdkBootManagerLib/Include/RdkBootManagerLib.h | > 31 ++ > > EmbeddedPkg/Library/RdkBootManagerLib/Include/RdkFile.h | > 20 + > > EmbeddedPkg/Library/RdkBootManagerLib/Include/SecureBoot.h | > 40 ++ > > EmbeddedPkg/Application/Dri/Dri.c | > 26 + > > EmbeddedPkg/Application/SecureBoot/SecureBoot.c | > 30 + > > EmbeddedPkg/Library/RdkBootManagerLib/DiskIo.c | > 536 ++++++++++++++++++ > > EmbeddedPkg/Library/RdkBootManagerLib/HttpBoot.c | > 315 +++++++++++ > > EmbeddedPkg/Library/RdkBootManagerLib/RdkFile.c | > 259 +++++++++ > > EmbeddedPkg/Library/RdkBootManagerLib/SecureBoot.c | > 577 ++++++++++++++++++++ > > 16 files changed, 2159 insertions(+) > > create mode 100644 EmbeddedPkg/Library/RdkBootManagerLib/ > RdkBootManagerLib.dec > > create mode 100644 EmbeddedPkg/Application/Dri/Dri.inf > > create mode 100644 EmbeddedPkg/Application/SecureBoot/SecureBoot.inf > > create mode 100644 EmbeddedPkg/Library/RdkBootManagerLib/ > RdkBootManagerLib.inf > > create mode 100644 EmbeddedPkg/Library/RdkBootManagerLib/Include/ > DiskIo.h > > create mode 100644 EmbeddedPkg/Library/RdkBootManagerLib/Include/ > HttpBoot.h > > create mode 100644 EmbeddedPkg/Library/RdkBootManagerLib/Include/List.h > > create mode 100644 EmbeddedPkg/Library/RdkBootManagerLib/Include/ > RdkBootManagerLib.h > > create mode 100644 EmbeddedPkg/Library/RdkBootManagerLib/Include/ > RdkFile.h > > create mode 100644 EmbeddedPkg/Library/RdkBootManagerLib/Include/ > SecureBoot.h > > create mode 100644 EmbeddedPkg/Application/Dri/Dri.c > > create mode 100644 EmbeddedPkg/Application/SecureBoot/SecureBoot.c > > create mode 100644 EmbeddedPkg/Library/RdkBootManagerLib/DiskIo.c > > create mode 100644 EmbeddedPkg/Library/RdkBootManagerLib/HttpBoot.c > > create mode 100644 EmbeddedPkg/Library/RdkBootManagerLib/RdkFile.c > > create mode 100644 EmbeddedPkg/Library/RdkBootManagerLib/SecureBoot.c > > > > -- > > 2.15.0 > > > > _______________________________________________ > > edk2-devel mailing list > > edk2-devel@lists.01.org > > https://lists.01.org/mailman/listinfo/edk2-devel > -- regards, kalyan.