From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH V5 14/15] Update libfdt to v1.4.0 Date: Tue, 23 Sep 2014 08:43:49 +0100 Message-ID: <1411458229.27559.25.camel@citrix.com> References: <1411080607-32365-1-git-send-email-roy.franz@linaro.org> <1411080607-32365-15-git-send-email-roy.franz@linaro.org> <1411384843.18331.50.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Roy Franz Cc: keir , tim , xen-devel , Stefano Stabellini , Jan Beulich , Fu Wei List-Id: xen-devel@lists.xenproject.org On Mon, 2014-09-22 at 16:57 -0700, Roy Franz wrote: > On Mon, Sep 22, 2014 at 4:20 AM, Ian Campbell wrote: > > On Thu, 2014-09-18 at 15:50 -0700, Roy Franz wrote: > >> Update libfdt to v1.4.0 of libfdt taken from git://git.jdl.com/software/dtc.git > >> Xen changes to libfdt_env.h carried over from existing libfdt (v1.3.0) > >> This update provides the fdt_create_empty_tree() function used by the ARM > >> EFI boot code. > >> > >> Signed-off-by: Roy Franz > > > > Acked-by: Ian Campbell > > > > And I now remember that I planned to apply ths and the previous cache > > flush one independently. So I have now done so. > > > > For the cache flush I dropped the indent on ENTRY as discussed but I > > also dropped the __flush_dcache_all label since ENTRY adds that already. > > I hope that's ok. > > > > Ian. > > > > Sure - I'll leave them out of my next series. > I don't see them on the master branch yet though - is there an ARM > branch they go to first? Things are committed to the "staging" branch which is then propagated to "master" automatically when the tests pass (usually in a day or so, unless there are failures). Ian.