From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-x229.google.com (mail-wr0-x229.google.com [IPv6:2a00:1450:400c:c0c::229]) (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 9200721E95E0B for ; Wed, 30 Aug 2017 06:03:05 -0700 (PDT) Received: by mail-wr0-x229.google.com with SMTP id 40so17804305wrv.5 for ; Wed, 30 Aug 2017 06:05: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=v1otolTode7ZckW2XqbWxnBNUzaIp8kMLeEZ1NxZEiE=; b=WqsM5e5vvFGiI1Fs47BirVg6Y8bVM4fbshPPtOeMSLwIRJLoegv++UTEY+qB0sL2h8 fjy1qX//PyNFUhqxr9TmBQIgIcFpLx9ek5Zbd/AM6EPKEdDyhI+Tp7WBMfJCnj0TkLd8 9VQokypliOd2YZYyJ3Fiy/PL7/1Bc2rZCzeH0= 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=v1otolTode7ZckW2XqbWxnBNUzaIp8kMLeEZ1NxZEiE=; b=AN+pHA3XD3j9KSlkayUWjnA8nGpco5b3I+gjz6qYn2zn+uxvdWN0vweciIlysqhP5q R4qOCNyxG3b0eLaqeKHBTV9garh1XZGw+9NLQn6qUHkYJj3N0pVWKbb670JWIIPjvN1E xg00S0STGZphtNGTYYSskHFZvjGyGSKN5NSI2XKnbQ6vx6vFFHNyMozivRq2qEuPSJkO DZ4QJZxK3DfqB3JITkqqKKY8/09eBPanfDtA+UUbmKvnqnYuhoA8TZvcYA6BKr5l8YTK 3xGiCeydAFh0SSUkFwnFPTpAon8ugapn67YltqERcMfEcxLBJA5GQMAf6Ym/kizkTMfY sMwA== X-Gm-Message-State: AHYfb5gwZP3hxOHA7giAD/WuUlLTHs8wGkOxXejRGeJkrZIxFMmdsoDG N1D6bbO1ElXIiEig X-Received: by 10.223.151.135 with SMTP id s7mr996440wrb.233.1504098345187; Wed, 30 Aug 2017 06:05:45 -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 o206sm1481439wmo.10.2017.08.30.06.05.44 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 30 Aug 2017 06:05:44 -0700 (PDT) Date: Wed, 30 Aug 2017 14:05:42 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org Message-ID: <20170830130542.q63jrth6q53qryq4@bivouac.eciton.net> References: <20170830082108.7470-1-ard.biesheuvel@linaro.org> <20170830082108.7470-4-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20170830082108.7470-4-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH 3/6] EmbeddedPkg: implement NonCoherentDmaLib based on ArmDmaLib 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: Wed, 30 Aug 2017 13:03:06 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Aug 30, 2017 at 09:21:05AM +0100, Ard Biesheuvel wrote: > The non-coherent DmaLib implementation in ArmDmaLib no longer relies on > anything in ArmPkg. So clone it into EmbeddedPkg, and rename it to > NonCoherentDmaLib. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm