From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v2 35/41] arm : acpi add helper function to calculate crc32 Date: Mon, 8 Jun 2015 17:59:45 +0100 Message-ID: <5575CA01.10904@citrix.com> References: <1431893048-5214-1-git-send-email-parth.dixit@linaro.org> <1431893048-5214-36-git-send-email-parth.dixit@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1431893048-5214-36-git-send-email-parth.dixit@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Parth Dixit , xen-devel@lists.xen.org Cc: keir@xen.org, ian.campbell@citrix.com, andrew.cooper3@citrix.com, tim@xen.org, julien.grall@citrix.com, stefano.stabellini@citrix.com, jbeulich@suse.com, christoffer.dall@linaro.org List-Id: xen-devel@lists.xenproject.org Hi, On 17/05/2015 21:04, Parth Dixit wrote: > Add helper functions for calculating crc32. > This is required for computing crc of efi table. > These functions are copied from here > http://mirrors.neusoft.edu.cn/rpi-kernel/lib/xz/xz_crc32.c > Original author's are Lasse Collin and Igor Pavlov. I'm nearly sure this patch will break compilation during bisection... Anyway, the function xz_crc32_* already exist in the tree. Please use them. Regards, -- Julien Grall