From patchwork Mon Dec 19 21:20:04 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 132314 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 4256CB7062 for ; Tue, 20 Dec 2011 08:20:18 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E34B8283CD; Mon, 19 Dec 2011 22:20:14 +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 3Ptt-ua5ufxj; Mon, 19 Dec 2011 22:20:14 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EA95E28378; Mon, 19 Dec 2011 22:20:11 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 81F6A28378 for ; Mon, 19 Dec 2011 22:20:09 +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 kMRrMK6UsWaA for ; Mon, 19 Dec 2011 22:20:07 +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 mail-qw0-f44.google.com (mail-qw0-f44.google.com [209.85.216.44]) by theia.denx.de (Postfix) with ESMTPS id 81F5B28350 for ; Mon, 19 Dec 2011 22:20:06 +0100 (CET) Received: by qadb15 with SMTP id b15so2737532qad.3 for ; Mon, 19 Dec 2011 13:20:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=u/wksGEmeQ9nHzhDhYgQtbMBBnpZDtFxaRpPCCGXxWM=; b=BseNp30I/SOGzaS4fGy3JQwYSBdI/OqeVfwZNKcqbOlBTRDvhRtHeGcByocrzpqqlR Wv3QJ7+3Ob7ch5ovXGAuhPd7MmJsMPL+5xc0tarjovGpfqF4QrPYIEPsMEKrdxiEWPPg tYjFKaET0MHA3qT0MOxaFv9ic3MJhfPFaHIVs= MIME-Version: 1.0 Received: by 10.224.198.10 with SMTP id em10mr27414145qab.44.1324329604690; Mon, 19 Dec 2011 13:20:04 -0800 (PST) Received: by 10.229.94.72 with HTTP; Mon, 19 Dec 2011 13:20:04 -0800 (PST) Date: Mon, 19 Dec 2011 14:20:04 -0700 Message-ID: From: Tom Rini To: Albert ARIBAUD Cc: u-boot@lists.denx.de Subject: [U-Boot] Please pull u-boot-ti/next 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 Hello, The following changes since commit a69c1beefe8d1afb34c79a324a87a8951a793a59: Fabio Estevam (1): vision2: Fix checkpatch warning are available in the git repository at: git://git.denx.de/u-boot-ti.git next Christian Riesch (7): spl: display_options.o is required for SPI flash support in SPL sf: Add spi_boot() to allow booting from SPI flash in an SPL arm, davinci: Add SPL support for DA850 SoCs arm, da850evm: Add an SPL for SPI boot mkimage: Fix variable length header support arm, davinci: Add support for generating AIS images to the Makefile arm, davinci: Fix build warnings for cam_enc_4xx Stefano Babic (2): ARM: omap3: added common configuration for Technexion TAM3517 ARM: omap3: add support to Technexion twister board Thomas Weber (1): Devkit8000: Switch over to enable_gpmc_cs_config .gitignore | 1 + MAINTAINERS | 1 + Makefile | 13 + arch/arm/cpu/arm926ejs/davinci/Makefile | 3 +- arch/arm/cpu/arm926ejs/davinci/spl.c | 35 +++- board/davinci/da8xxevm/da850evm.c | 4 +- board/davinci/da8xxevm/u-boot-spl.lds | 73 ++++++ board/technexion/twister/Makefile | 38 +++ board/technexion/twister/twister.c | 116 +++++++++ board/technexion/twister/twister.h | 411 +++++++++++++++++++++++++++++++ board/timll/devkit8000/devkit8000.c | 19 +- boards.cfg | 1 + doc/README.SPL | 1 + doc/README.davinci | 9 + drivers/mtd/spi/Makefile | 4 + drivers/mtd/spi/spi_spl_load.c | 58 +++++ include/configs/da850evm.h | 87 +++++++ include/configs/tam3517-common.h | 361 +++++++++++++++++++++++++++ include/configs/twister.h | 54 ++++ include/spi_flash.h | 3 + lib/Makefile | 2 + tools/mkimage.c | 97 ++++---- 22 files changed, 1333 insertions(+), 58 deletions(-) create mode 100644 board/davinci/da8xxevm/u-boot-spl.lds create mode 100644 board/technexion/twister/Makefile create mode 100644 board/technexion/twister/twister.c create mode 100644 board/technexion/twister/twister.h create mode 100644 drivers/mtd/spi/spi_spl_load.c create mode 100644 include/configs/tam3517-common.h create mode 100644 include/configs/twister.h Thanks!