From patchwork Tue Jul 12 06:23:02 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 104322 X-Patchwork-Delegate: wd@denx.de 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 5D4C2B6F75 for ; Tue, 12 Jul 2011 16:22:59 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4B165280A2; Tue, 12 Jul 2011 08:22:57 +0200 (CEST) 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 ws2BYJzV6R+2; Tue, 12 Jul 2011 08:22:57 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 61F9628094; Tue, 12 Jul 2011 08:22:55 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7C8D328094 for ; Tue, 12 Jul 2011 08:22:53 +0200 (CEST) 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 rqJyw6GTUOtv for ; Tue, 12 Jul 2011 08:22:52 +0200 (CEST) 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 smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by theia.denx.de (Postfix) with ESMTPS id DD86328093 for ; Tue, 12 Jul 2011 08:22:51 +0200 (CEST) Received: from localhost.localdomain (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id D51A32AC1E5; Tue, 12 Jul 2011 06:22:47 +0000 (UTC) From: Mike Frysinger To: Wolfgang Denk Date: Tue, 12 Jul 2011 02:23:02 -0400 Message-Id: <1310451782-19008-1-git-send-email-vapier@gentoo.org> X-Mailer: git-send-email 1.7.6 In-Reply-To: <1309289787-7846-1-git-send-email-vapier@gentoo.org> References: <1309289787-7846-1-git-send-email-vapier@gentoo.org> Cc: u-boot@lists.denx.de Subject: [U-Boot] Pull request u-boot-blackfin.git X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de The following changes since commit 68d4230c3ccce96a72c5b99e48399bf1796fe3c6: powerpc/85xx: Add default usb mode and phy type to hwconfig (2011-07-11 13:24:21 -0500) are available in the git repository at: git://www.denx.de/git/u-boot-blackfin.git master Harald Krapfenbauer (2): Blackfin: cm-bf537e/cm-bf537u/tcm-bf537: update network settings Blackfin: cm-bf537e/cm-bf537u/tcm-bf537: enable mmc_spi support Mike Frysinger (19): Blackfin: uart: move debug buffers into local bss Blackfin: uart: add multiple serial support Blackfin: adi boards: enable multi serial support by default Blackfin: dont reset SWRST on newer bf526 parts Blackfin: add init.elf helper code Blackfin: uart: fix printf warning Blackfin: post: setup default CONFIG_SYS_POST_WORD_ADDR Blackfin: gpio: optimize free path a little Blackfin: sync MMR read/write helpers with Linux Blackfin: portmux: allow header to be included in assembly files Blackfin: drop unused dma.h header from start code Blackfin: adi boards: enable pretty flash progress output Blackfin: split out async setup Blackfin: serial: convert to bfin_{read,write} helpers Blackfin: update anomaly lists to latest public info Blackfin: adi boards: also set stderr to nc with helper Blackfin: serial: move early debug strings into .rodata section Blackfin: switch to common display_options() Blackfin: jtag-console: fix timer usage Makefile | 3 +- arch/blackfin/cpu/.gitignore | 3 + arch/blackfin/cpu/Makefile | 7 +- arch/blackfin/cpu/cpu.c | 16 +- arch/blackfin/cpu/gpio.c | 2 + arch/blackfin/cpu/init.S | 9 + arch/blackfin/cpu/init.lds.S | 25 +++ arch/blackfin/cpu/initcode.c | 61 ++----- arch/blackfin/cpu/initcode.h | 71 +++++++ arch/blackfin/cpu/jtag-console.c | 4 +- arch/blackfin/cpu/reset.c | 4 +- arch/blackfin/cpu/serial.c | 234 ++++++++++++++++++------ arch/blackfin/cpu/serial.h | 70 +++++--- arch/blackfin/cpu/start.S | 1 - arch/blackfin/include/asm/blackfin_local.h | 88 +++++----- arch/blackfin/include/asm/config.h | 3 + arch/blackfin/include/asm/gpio.h | 3 +- arch/blackfin/include/asm/mach-bf506/anomaly.h | 25 ++- arch/blackfin/include/asm/mach-bf518/anomaly.h | 28 ++- arch/blackfin/include/asm/mach-bf527/anomaly.h | 38 +++-- arch/blackfin/include/asm/mach-bf533/anomaly.h | 23 ++- arch/blackfin/include/asm/mach-bf537/anomaly.h | 37 +++-- arch/blackfin/include/asm/mach-bf538/anomaly.h | 42 +++-- arch/blackfin/include/asm/mach-bf548/anomaly.h | 227 +++++++++++++---------- arch/blackfin/include/asm/mach-bf561/anomaly.h | 136 ++++++++------ arch/blackfin/include/asm/portmux.h | 4 + arch/blackfin/lib/board.c | 6 +- board/cm-bf537e/cm-bf537e.c | 34 +++-- board/cm-bf537u/cm-bf537u.c | 39 ++-- board/tcm-bf537/tcm-bf537.c | 34 +++-- common/serial.c | 3 + include/configs/bf537-stamp.h | 1 - include/configs/bfin_adi_common.h | 12 +- include/configs/cm-bf537e.h | 20 ++- include/configs/cm-bf537u.h | 24 ++- include/configs/tcm-bf537.h | 20 ++- include/serial.h | 9 + 37 files changed, 904 insertions(+), 462 deletions(-) create mode 100644 arch/blackfin/cpu/init.S create mode 100644 arch/blackfin/cpu/init.lds.S create mode 100644 arch/blackfin/cpu/initcode.h