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::234; helo=mail-wm0-x234.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x234.google.com (mail-wm0-x234.google.com [IPv6:2a00:1450:400c:c09::234]) (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 DF6D621F3882E for ; Thu, 12 Oct 2017 08:40:21 -0700 (PDT) Received: by mail-wm0-x234.google.com with SMTP id u138so14328543wmu.5 for ; Thu, 12 Oct 2017 08:43:52 -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=hRpx3Vys7y58mzeCpdaB0aFMaA+eV2gH+JXAFWgAE5g=; b=NkL8cBrb4yIicmDGLVgolqinEcDfuM5g6CA+yreFsR5eijK6x8EicLmtP3w1mS/Kmh TDIAXeehnGDvU/QWL7ILowlDKGMqeC0FLFoLa+jh7lxH7/jCZ9HEJc0J05kqCbzEOxHZ bdaVqfYZ/QK4Iv2X2q0QmiHY1I94Vnt/PS/C8= 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=hRpx3Vys7y58mzeCpdaB0aFMaA+eV2gH+JXAFWgAE5g=; b=WQBSG+NSaKepHddk9Frh55ivuC4ngNKecVsiiJWZe0wzG+8z9gGzDy8zpbsTZDoWQ8 x+I4tkpK5IrpYaiw83ZhBgc62u26N7+nI+eoz1WcVIdBLkR46JNdCE4r0aXf6K/wDkTV uymTFSzlM+hVfFTLOfqIN+4vhkY55o598J7JgS1IECGU4CaOAy1BPea4Cjy4di1XO8lh /pEO2YyG1Oi1zsrhn3RC6/oxNVxpE1zjFfY70Ca4mNc9s/rPSNA8U1GNV2s2RX9qWCYm BZ0vdo2y82MtW3Sd9uq0ob61j5jj3+uRG5Z9uVB/pYf5w/i2GtUPvPHSHb6S863whG6a fK9w== X-Gm-Message-State: AMCzsaVFGsoRKNNaYO8F3JnKevAdXILG3xlTHqvmoYBZF24amZxmx8Cu uT3pnir5WnVVojZ6EnC31b9KAQ== X-Google-Smtp-Source: AOwi7QBpCSSoEvxVEDFwOmIXKxmJ+hYaD/zVaLyBAKKCvFsO07I7pHCU4qyzhno97sZYiz9i5mbL7A== X-Received: by 10.223.136.90 with SMTP id e26mr2426361wre.143.1507823030290; Thu, 12 Oct 2017 08:43:50 -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 x185sm348997wmx.35.2017.10.12.08.43.48 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 12 Oct 2017 08:43:48 -0700 (PDT) Date: Thu, 12 Oct 2017 16:43:47 +0100 From: Leif Lindholm To: Evan Lloyd Cc: "Yao, Jiewen" , "edk2-devel@lists.01.org" , Matteo.Carlini@arm.com, ard.biesheuvel@linaro.org, Stephanie.Hughes-Fitt@arm.com, thomas.abraham@arm.com, Arvind.Chauhan@arm.com, Daniil.Egranov@arm.com Message-ID: <20171012154346.g3pw5asmfgbv2ist@bivouac.eciton.net> References: <20171002194753.4316-1-evan.lloyd@arm.com> <74D8A39837DF1E4DA445A8C0B3885C503A9D7016@shsmsx102.ccr.corp.intel.com> MIME-Version: 1.0 In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH 0/2] Dynamic Tables 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, 12 Oct 2017 15:40:22 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Oct 10, 2017 at 06:52:02PM +0000, Evan Lloyd wrote: > > I notice you only defined ARM namespace in this patch, and implemented > > ARM library instance. > > Also most consumers of ConfigurationManager are from ARM platform > > package. So if it urgent from ARM platform, you may consider to check into > > ArmPkg at first. > > [[Evan Lloyd]] This sounds sensible, and I will discuss it with > Leif. Another option might be to start up a new module. My preference would be for this to start as a branch in edk2-staging. While there, we can bikeshed over the naming and placement (but I will admit to a certain affinity for Sean's suggestion to keep it separate). I do not think it is a good fit for ArmPkg. If Evan can send out a request for creation as described in https://github.com/tianocore/edk2-staging/blob/about/README, I am happy to do the mechanics. / Leif