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::230; helo=mail-wm0-x230.google.com; envelope-from=kalyankumar.nagabhirava@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) (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 82755203564B9 for ; Tue, 28 Nov 2017 04:57:23 -0800 (PST) Received: by mail-wm0-x230.google.com with SMTP id n74so1741994wmi.3 for ; Tue, 28 Nov 2017 05:01:46 -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=QA2fSMUFU3PhH5ga/6rpXUkIpK+q56GULVbzTO3aMjw=; b=S5gzl3ajO7BxdpjsF8RXpTlRhlJDwzDTTtRAWy73eWNTuf9DDG9WeE6xZX4CGhZLuO ge66W34ldhNa173kGmpNjG5Fjdum4TgUM9GqO2srlQGSH+hDT8dMVrSYB2qJc4hDnGT0 XrM96rhqlF05OJOqchcKiHQ+/XBjU0pedpJR4= 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=QA2fSMUFU3PhH5ga/6rpXUkIpK+q56GULVbzTO3aMjw=; b=B///JBbIM0gln2yUxJQH0Gw0er6+pQAAyNiQm84g/gPyLjHvHuk0pCKrx+GtPiq1I7 lPAK8BRYJom6ZY77JYQbOvctABHCZVa9hR4aM8XayXIHbxvm9ny51q6YIRlGAHZKDw67 JDbnTrVg+wyD06pWBGuMvOPO/T6eaGqmRiLuTnKociTwraTclpBZ5Hau3XULhtGGzMI7 PKL1Px4FaP5ovvWIHrngDU4sn3Ov9pLS3sRHzs31t6hP5mIxxSDrFyHyjJEvermZpVSJ J7zeKp+rBLAF+820wsePtfaUMri/b0ZSkTAu3YNTbicwQqYbH3eiD/Yzh3NdaXDtNAKW tu/w== X-Gm-Message-State: AJaThX4DxwPSjEnd3Tj65DaNetblrjozaW5t/vx7Q0jHKWPh7su7YFqZ yR0yk4Luh8NUNncLhJbmwA5spbJoyGr77EQcELy0Dw== X-Google-Smtp-Source: AGs4zMba1opPUsYN93MGF6vYl8zMZ/ZMirABetmlOtYN2AVTpuolCBt2EnxRA5aftDTfbEf8yk33aiGGnioreswBmsU= X-Received: by 10.80.135.182 with SMTP id a51mr2512764eda.98.1511874104792; Tue, 28 Nov 2017 05:01:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.184.113 with HTTP; Tue, 28 Nov 2017 05:01:44 -0800 (PST) In-Reply-To: <20171128123730.ijrm7xmndnzln7gh@bivouac.eciton.net> References: <20171121105336.26699-1-kalyankumar.nagabhirava@linaro.org> <20171126152206.yhb7gvofp4ne6f62@bivouac.eciton.net> <20171127165736.drp63cy7vdxc2sak@bivouac.eciton.net> <20171128123730.ijrm7xmndnzln7gh@bivouac.eciton.net> From: Kalyan Nagabhirava Date: Tue, 28 Nov 2017 18:31:44 +0530 Message-ID: To: Leif Lindholm Cc: Laszlo Ersek , edk2-devel@lists.01.org, Ard Biesheuvel , Mark Gregotski X-Content-Filtered-By: Mailman/MimeDel 2.1.22 Subject: Re: [PATCH] [edk2-platforms]:Enabling Secure boot feature support on hikey platfrom 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: Tue, 28 Nov 2017 12:57:23 -0000 Content-Type: text/plain; charset="UTF-8" Hi Leif, haojian zhuang from linaro has shared below openplatformPkg repo (branch is hikey-wip) for Hikey platform to support USB host : https://github.com/jlinton/OpenPlatformPkg Regards, kalyan. On 28 November 2017 at 18:07, Leif Lindholm wrote: > On Tue, Nov 28, 2017 at 01:05:35PM +0530, Kalyan Nagabhirava wrote: > > HI Leif, > > we didn't implemented enabling USB host and Secure boot support on > Hikey > > , we just took the code from openplatfrompkg (hikey branch) > > There is no hikey branch in OpenPlatformPkg. > If you are referring to some sort of fork somewhere, then please point > it out explicitly. > > > , we have implemented secureboot and DRI -disaster recovery image (HTTP > > image download) application > > and tested on HIkey platform , so for that purpose we are trying to > > upstream the hikey code. > > > > but hikey platform code looks in bad shape (as per ard and your > comments) > > ,so we are planning to upstream > > only our application code which is independent of platform. > > I understand, but I cannot merge new code which is not used by any > upstream platform. If you do not have the time and bandwidth to clean > up these drivers, can you ask whoever looks after that fork to > upstream their platform support? > > Best Regards, > > Leif > -- regards, kalyan.