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 5DECD221EA0CA for ; Fri, 8 Dec 2017 02:02:45 -0800 (PST) Received: by mail-wm0-x241.google.com with SMTP id n138so2431791wmg.2 for ; Fri, 08 Dec 2017 02:07:19 -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=NueGtmaCtRswNcLlagWAkvsJlVx4lYtbWNoSypMxNt8=; b=fqshcORmoHSFMrhfR59MHkPlkZd8vCcX4hxzC9jZwJG/Y2wgpYoyp0jKUgc4czXzi0 mvre8qAWpWPOMKi12e6gn2xy8thGUIJYucayfLyiTmI7ZxS3HfD3CHB1XDvwKGt4JPP/ e7cy9gj9d31r/ZGXOWhz0BhfbZkEtrOKGuWpk= 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=NueGtmaCtRswNcLlagWAkvsJlVx4lYtbWNoSypMxNt8=; b=pQf4JWwB2S5hNXvk7yIuNzQww//qKZnMdOUUMuHsXEIb6DE8UuEduQ7DPXXwlE1Sja D3+UdkVnCDrdV+tOm+NqoYh1faWDZ5d8I6akXqC3k2VLFcmlIZBVc6hSAu05ZqHXkOwt ssTjV8c3PYoOnl8Vx8dLC8Ad875kXqWDaxaZ7Xe7jCl/0cqBGc8/1GqQAKwsbr08eB8Z cKnGrEyr5Z2oR5ZKdi2/CM9PN+2EdxZCAcP3KQDW/jpKQv90BkfbazX+UD2foJC4WlRg 1VIanPX3U1L0Q5U9GZsSfEzrHWqYGdX7RZ8UIWO0S73VFIPIGJdOBKVTQmyr6dkm54Q5 dxTg== X-Gm-Message-State: AJaThX4I4Xl38rfEukC+lDE+UVq1CeiAWe7UlOkWQQNw8wLQHLWI4h0f YdvJNdD9DhnqzrrQvvol4Sdm1IuOpwoVQS+nACeW5w== X-Google-Smtp-Source: AGs4zMYaQ4xCjM8UaWC8k3q9+VeVX7gg9PQyXaCpTH4tJ9Nk+nDlLpFX6QawyWXg7rgFYbXEXsfljkIo5MfMjZArgDc= X-Received: by 10.80.160.198 with SMTP id 64mr50356229edo.242.1512727637830; Fri, 08 Dec 2017 02:07:17 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.184.113 with HTTP; Fri, 8 Dec 2017 02:07:17 -0800 (PST) In-Reply-To: References: <20171207133424.24674-1-kalyankumar.nagabhirava@linaro.org> From: Kalyan Nagabhirava Date: Fri, 8 Dec 2017 15:37:17 +0530 Message-ID: To: Ard Biesheuvel , Leif Lindholm 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: Fri, 08 Dec 2017 10:02:45 -0000 Content-Type: text/plain; charset="UTF-8" +lief On 7 December 2017 at 19:55, Kalyan Nagabhirava < kalyankumar.nagabhirava@linaro.org> wrote: > 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/RdkBootMan >> agerLib/RdkBootManagerLib.dec >> > create mode 100644 EmbeddedPkg/Application/Dri/Dri.inf >> > create mode 100644 EmbeddedPkg/Application/SecureBoot/SecureBoot.inf >> > create mode 100644 EmbeddedPkg/Library/RdkBootMan >> agerLib/RdkBootManagerLib.inf >> > create mode 100644 EmbeddedPkg/Library/RdkBootMan >> agerLib/Include/DiskIo.h >> > create mode 100644 EmbeddedPkg/Library/RdkBootMan >> agerLib/Include/HttpBoot.h >> > create mode 100644 EmbeddedPkg/Library/RdkBootMan >> agerLib/Include/List.h >> > create mode 100644 EmbeddedPkg/Library/RdkBootMan >> agerLib/Include/RdkBootManagerLib.h >> > create mode 100644 EmbeddedPkg/Library/RdkBootMan >> agerLib/Include/RdkFile.h >> > create mode 100644 EmbeddedPkg/Library/RdkBootMan >> agerLib/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. > -- regards, kalyan.