From patchwork Thu Jan 31 00:21:39 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Schwierzeck X-Patchwork-Id: 217059 X-Patchwork-Delegate: trini@ti.com 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 BA6562C0291 for ; Thu, 31 Jan 2013 11:27:53 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A25D14A107; Thu, 31 Jan 2013 01:27:49 +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 Z-kMx+lSzxfF; Thu, 31 Jan 2013 01:27:49 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4B58A4A109; Thu, 31 Jan 2013 01:27:48 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1797D4A109 for ; Thu, 31 Jan 2013 01:27:46 +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 Q6t+aGEmnj5T for ; Thu, 31 Jan 2013 01:27:44 +0100 (CET) X-Greylist: delayed 361 seconds by postgrey-1.27 at theia; Thu, 31 Jan 2013 01:27:42 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 mail-ea0-f174.google.com (mail-ea0-f174.google.com [209.85.215.174]) by theia.denx.de (Postfix) with ESMTPS id DE00E4A107 for ; Thu, 31 Jan 2013 01:27:42 +0100 (CET) Received: by mail-ea0-f174.google.com with SMTP id 1so984775eaa.33 for ; Wed, 30 Jan 2013 16:27:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to:cc :content-type; bh=zVVTf2bSWgjgthKh5WJ5ahsC7hsov19Ovw2Bm2DAu+c=; b=g2Mtn3rWxzdMhQv8kpuNvSV76Y/eTBuLqoOX+vgMHrXCgGbMmrHJUwGqEdHjRcLXJg dmNNbcvvttm9TmwRE4fGtvj06YuO1YcH/UnRNg2vATpTlAUebnwr87wjws+spMsz3NO1 S1ikyW+D9/0MaPu8wGIuy9aZznyzYJ8OFoPJnUf1nz382J9jTtsVMPRWDaTA9d368pLM tTRTmN4iA3e0NUhiOVF7O6AKyv9ZZSGnBnV+zA46jvgqT5V6xlDHXfVabHf4GfO8yA1K S/gA224TSVNdj5jsI0Jn+zJM3UvTDX4TAZRT/5Iecl/JcuHp8pvqyb/Y6+zwmLhgNAwM 1Yuw== MIME-Version: 1.0 X-Received: by 10.14.193.131 with SMTP id k3mr20575325een.45.1359591699942; Wed, 30 Jan 2013 16:21:39 -0800 (PST) Received: by 10.14.22.8 with HTTP; Wed, 30 Jan 2013 16:21:39 -0800 (PST) Date: Thu, 31 Jan 2013 01:21:39 +0100 Message-ID: From: Daniel Schwierzeck To: Tom Rini Cc: u-boot@lists.denx.de Subject: [U-Boot] [GIT PULL] u-boot-mips/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 The following changes since commit 54b08efcf2f4ff532ce99c53f341a59c193331a5: README.mips: update known issues and TODOs (2013-01-16 10:52:08 +0100) are available in the git repository at: git://git.denx.de/u-boot-mips.git master for you to fetch changes up to e93b98e216831d56b3fb0150f9723b1a15fb42a2: MIPS: qi_lb60: remove custom u-boot.lds script (2013-01-31 00:27:58 +0100) ---------------------------------------------------------------- Gabor Juhos (18): MIPS: use inline directive for __in*s functions MIPS: convert IO port accessor functions to 'static inline' MIPS: start{, 64}.S: fill branch delay slots with NOP instructions MIPS: start.S: fix boundary check in relocate_code MIPS: start.S: set sp register directly MIPS: start.S: save reused arguments earlier in relocate_code MIPS: start.S: simplify relocation offset calculation MIPS: start.S: don't save flush_cache parameters in advance MIPS: simplify relocated _G_O_T_ address calculation MIPS: xburst: simplify relocation offset calculation MIPS: remove OUTPUT_FORMAT from linker scripts MIPS: add unified u-boot.lds file MIPS: qemu-mips: use the unified u-boot.lds script MIPS: pb1x00: remove custom u-boot.lds script MIPS: vct: remove custom u-boot.lds script MIPS: incaip: remove custom u-boot.lds script MIPS: dbau1x00: remove custom u-boot.lds script MIPS: qi_lb60: remove custom u-boot.lds script arch/mips/cpu/mips32/config.mk | 6 ++++++ arch/mips/cpu/mips32/start.S | 41 +++++++++++++---------------------------- arch/mips/cpu/mips64/start.S | 40 ++++++++++++---------------------------- {board/micronas/vct => arch/mips/cpu}/u-boot.lds | 45 ++++++++++++++++++++++++++++++--------------- arch/mips/cpu/xburst/config.mk | 6 ++++++ arch/mips/cpu/xburst/start.S | 19 +++++-------------- arch/mips/include/asm/io.h | 8 ++++---- board/dbau1x00/u-boot.lds | 69 --------------------------------------------------------------------- board/incaip/u-boot.lds | 69 --------------------------------------------------------------------- board/pb1x00/u-boot.lds | 69 --------------------------------------------------------------------- board/qemu-mips/u-boot.lds | 78 ------------------------------------------------------------------------------ board/qi/qi_lb60/u-boot.lds | 63 --------------------------------------------------------------- 12 files changed, 76 insertions(+), 437 deletions(-) rename {board/micronas/vct => arch/mips/cpu}/u-boot.lds (73%) delete mode 100644 board/dbau1x00/u-boot.lds delete mode 100644 board/incaip/u-boot.lds delete mode 100644 board/pb1x00/u-boot.lds delete mode 100644 board/qemu-mips/u-boot.lds delete mode 100644 board/qi/qi_lb60/u-boot.lds