From patchwork Sun Dec 11 13:38:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Albert ARIBAUD X-Patchwork-Id: 130603 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 9EF47B6F98 for ; Mon, 12 Dec 2011 00:38:33 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E4B5328175; Sun, 11 Dec 2011 14:38:29 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UeN-gWE5qZA3; Sun, 11 Dec 2011 14:38:29 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AE86928179; Sun, 11 Dec 2011 14:38:27 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C2BCD28179 for ; Sun, 11 Dec 2011 14:38:24 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id shA4TeohQ3Dm for ; Sun, 11 Dec 2011 14:38:23 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from smtpauth-vit.online.net (smtpauth-vit.online.net [88.190.253.76]) by theia.denx.de (Postfix) with ESMTPS id E967B28175 for ; Sun, 11 Dec 2011 14:38:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=online.net; s=folays; h=Content-Transfer-Encoding:Content-Type:Subject:CC:To:MIME-Version:From:Date:Message-ID; bh=KAbCQ7mwmzXj0hM4/1N2SGwQlDed9sIi+mWofc+/R14=; b=AynQL8+p8Z5ygq4P8l/9OCk9HDFIb5S2tVB/zvr3kbDc7DzDOL49OrUcuWLqaL9eaVvlNQHbnK17L5eLRvi8MMLCerglOdoWQKtQp48u65TgGNfveXIgr85fxCNhfhmb; Received: from [82.235.144.2] (helo=[192.168.128.3]) by smtpauth-vit.online.net with esmtpa (Exim 4.71) (envelope-from ) id 1RZjar-0000pV-Vp; Sun, 11 Dec 2011 14:37:30 +0100 Message-ID: <4EE4B24A.5080307@aribaud.net> Date: Sun, 11 Dec 2011 14:38:18 +0100 From: Albert ARIBAUD User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0 MIME-Version: 1.0 To: Wolfgang Denk X-auth-smtp-user: Cc: U-Boot Subject: [U-Boot] Pull request: u-boot-arm/master X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Hi Wolfgang, The following changes since commit c90a4dd79cb17abb46689f27ff9f1c971362d6e2: post/post.c: Use lldiv for 64-bit divisions (2011-12-10 23:15:14 +0100) are available in the git repository at: git://git.denx.de/u-boot-arm.git master Holger Brunck (1): post: fix compile issue for post tests on kirkwood Wolfgang Grandegger (1): arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaints arch/arm/lib/eabi_compat.c | 4 ++++ post/post.c | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) Amicalement,