From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=tBXG8gfL; spf=pass (domain: linaro.org, ip: 209.85.128.45, mailfrom: leif.lindholm@linaro.org) Received: from mail-wm1-f45.google.com (mail-wm1-f45.google.com [209.85.128.45]) by groups.io with SMTP; Tue, 28 May 2019 01:39:22 -0700 Received: by mail-wm1-f45.google.com with SMTP id v19so1711345wmh.0 for ; Tue, 28 May 2019 01:39:21 -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=xyLIXt+tcGMmdMyQFdYauSs3ZUHTItHjskqQI6wjlZ0=; b=tBXG8gfLLFN9DPiptmTir0E6fNQGpJ0+qgQF+H0+Rf/OuHGfmmUODEfbdKXzAzxrF0 lCM2hIKa0NF+8RvpAJzU45TxKxPILmiT2Yw17pJe9TE/5g20aNSLEE4M10W4a2y5KA8+ mKDPfB229adY0NZ6nCfpZevnIIRtyohsnz5IEzsf5nw+jDF8Iok13kYwv8r0VGluytNu YyFf4zqapnqNJO2J+DAOL9XvWi/lbLEzDzAz5BVRuREDRFvbVG6hP+TkEpnpu6El7O6k sRsitcBZP7PWyO+f3fNfVwJfs3vgk34oa6MXkUcVHz0cA+By7gTqUwpeLhup6RDmI2ei AXfQ== 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=xyLIXt+tcGMmdMyQFdYauSs3ZUHTItHjskqQI6wjlZ0=; b=h6A5Ugsd1Sl0N1Ttgc9fNGCfgYu8UanggSICX13TDRFltbxit4dN5DF5HYURzK/Yy4 yUW/iAX2BVkO5MlFeCWreTPYYKp+BO8z0pYCVkBZfAybuho9ZcsweN/HFO0ct8lomNQA y241dmKUd+VLSzaE8ylp9X8FCbcb/pBK8+P1qjeqSmXM0773Zrin2JtKuCoZV/DA/li8 R7+w/WWhQeox+O1kZL2qD5h59+ojxFMIRVTiZqlolJF5W6BeIRVWJB6xAQqq9Tf62oC3 KyGYjNcL4atirVmRaqC+AlCY8I74sUSZ1+DPN92lvreKwAldsc4KV8PYowR8UGG858XL kFsQ== X-Gm-Message-State: APjAAAXjUM0E0sAqWKDBBghCo5lkumqAzH0HcHvWDz1XxP0WlGvOFgHv Ke7KeKfN+BhwP+0mYsUHj0fY5pCF/S4= X-Google-Smtp-Source: APXvYqyo6n2rkHZyUZjqt4JpjOOTssAFBwHaUQq3w/kSzH4rRUMPkLjxMkP2eF1DiDA4Ck27ne1D2w== X-Received: by 2002:a1c:407:: with SMTP id 7mr1652995wme.113.1559032760201; Tue, 28 May 2019 01:39:20 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id z74sm2558240wmc.2.2019.05.28.01.39.19 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 28 May 2019 01:39:19 -0700 (PDT) Date: Tue, 28 May 2019 09:39:18 +0100 From: "Leif Lindholm" To: devel@edk2.groups.io, rebecca@bluestop.org Cc: Ard Biesheuvel , Michael D Kinney , Marcin Wojtas Subject: Re: [edk2-devel] Adding HTTP and TLS support to Armada80x0McBin (from the MarvellEmbeddedProcessors edk2-open-platforms repo) Message-ID: <20190528083917.pdoshkxrpyjsoz5r@bivouac.eciton.net> References: <76eaedd5-c173-0952-0308-1ca5096f53a1@bluestop.org> MIME-Version: 1.0 In-Reply-To: <76eaedd5-c173-0952-0308-1ca5096f53a1@bluestop.org> User-Agent: NeoMutt/20170113 (1.7.2) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Rebecca, On Mon, May 27, 2019 at 05:34:08PM -0600, rebecca@bluestop.org wrote: > I've been working with the MACCHIATObin board, and noticed settings for > HTTP and TLS in Platform/SolidRun/Armada80x0McBin/Armada80x0McBin.dsc in > the repo > https://github.com/MarvellEmbeddedProcessors/edk2-open-platform.git . > I'd like to enable them if possible to help with debugging a problem > with a boot loader. I added TlsLib to the build and things appeared to > work, but enrolling a server certificate, and entering an HTTP boot URL > fails ("HTTP is disabled"), presumably because I didn't build in the > underlying support. This was actually enabled in the upstream edk2-platforms repository as part of the "use fragment config files for network config" set: 205d5621a35eb6251481526039d24b17374efdf0 Since the PCIe updates just went in, that should now be a valid replacement for the MarvellEmbededProcessors repo. And will let you include HTTP with -D NETWORK_HTTP_BOOT_ENABLE=TRUE. / Leif > > I'm not sure if this is the right place to ask about it since it's in > the MarvellEmbeddedProcessors project and not TianoCore, but - I was > wondering where the place would be to add support libraries needed to > enable HTTP and TLS support? Would it be in > Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc, or in > NetworkPkg/Network.dsc.inc in the main edk2 repo? > > > -- > Rebecca Cran > > > >