From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-x232.google.com (mail-wr0-x232.google.com [IPv6:2a00:1450:400c:c0c::232]) (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 8E87721A07AA1 for ; Thu, 22 Jun 2017 05:37:22 -0700 (PDT) Received: by mail-wr0-x232.google.com with SMTP id k67so21664938wrc.2 for ; Thu, 22 Jun 2017 05:38:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=yN2G+HMOvVMw317z0mLduZ8X8z4JHXs+fnTtW5XndRA=; b=GWWmUB9PEftbYB1Vm0OhOOa83d7xOrtS5ssi3/0b5+FVsTpubJxZetJIwE5c0BlGvs TQrPhjGvGAxBKTNZYVMnqSDbieoADNBMixFiziMUMHQnX8nSrDjqSXk1o3MZ4QFl70bx enz9FaXI6JKfdLsZTBfc0u8KlTPM1ggFqFfS8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=yN2G+HMOvVMw317z0mLduZ8X8z4JHXs+fnTtW5XndRA=; b=FpJuFct5kcI/pjIiRAucirvYVCTf09Dy46KW6kaktdxkP0sRzMaqtTVSLy8A1jHYBW cXs5PmwJh1HRmdiq3PmWrICdN1H2YuryYGp3vpqBANmJbrYIanLbp7nDopwqnxsQeb2l rnG9CnEfaF5WZEGc9F1hvzB1VQFZysxzMidtvq/n5r1Rxx6es7ojpOLLCMMI8ryDlqCn MrxYaa8n3w/kIfg8xtsme0H+8oBodq9UG9C6qHhBnvI0S2+j7k7O7ZcAWBl6M9JKGi+R SEY2E/50lNrMcENJ2acW4TC8LoYXpn9pyzGRfOYgpQz1SR/EgX8Lrd1e4xv8vM6byviU K7sA== X-Gm-Message-State: AKS2vOxl+0+F3Y3nHiK7DTKuDZG5opMV1erBHffFfM7+pmVKVUwTWxFt PmUpLgU2M4ED/EvD X-Received: by 10.223.139.87 with SMTP id v23mr1827054wra.145.1498135126110; Thu, 22 Jun 2017 05:38:46 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id 201sm1375190wmr.4.2017.06.22.05.38.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Jun 2017 05:38:45 -0700 (PDT) Date: Thu, 22 Jun 2017 13:38:43 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: "edk2-devel@lists.01.org" , Andrew Fish , "Kinney, Michael D" , Linaro UEFI , "Duran, Leo" , "Ni, Ruiyu" Message-ID: <20170622123843.GI26676@bivouac.eciton.net> References: <20170503225539.GQ1657@bivouac.eciton.net> <20170621174456.GH26676@bivouac.eciton.net> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [RFC] migration of OpenPlatformPkg to tianocore 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, 22 Jun 2017 12:37:23 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jun 22, 2017 at 11:39:53AM +0000, Ard Biesheuvel wrote: > On 21 June 2017 at 17:44, Leif Lindholm wrote: > > Hi all, > > > > I have now pushed updated versions of devel-OpenPlatformPkg branches > > to edk2-platforms and edk2-non-osi. I now also have a Readme.md at the > > top-level of edk2-platforms describing > > > > All the silly hacks are gone, and all platforms now build. > > > > I would really appreciate if people could have a look (and a play). > > > > Cello does not build atm in the new arrangement: > > build.py... > : error 000E: File/directory not found in workspace > OpenPlatformPkg/Drivers/Xhci/RenesasFirmwarePD720202/RenesasFirmwarePD720202.inf > is not found in packages path: > /home/ard/build/edk2/../edk2-platforms > /home/ard/build/edk2/../edk2-non-osi Yes, it will fail when you build with RENESAS_XHCI_FW_DIR set, until such a point as that driver appears somewhere. (And since it doesn't live anywhere right now, I didn't have anything to replace the path with.) Ray - could you respond to Ard's reply from 19 April please? Subject: "[PATCH] OptionRomPkg: add firmware loader driver for Renesas PD72020x" I would prefer to keep generic device drivers out of EDK2 platforms, but they need somewhere else to live. Regards, Leif