From patchwork Sun Nov 25 11:45:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Henrik_Nordstr=C3=B6m?= X-Patchwork-Id: 201539 X-Patchwork-Delegate: albert.aribaud@free.fr 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 0993C2C0084 for ; Sun, 25 Nov 2012 22:59:28 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 85B174A098; Sun, 25 Nov 2012 12:58:32 +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 Wr8ez7eWOp9w; Sun, 25 Nov 2012 12:58:32 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5BBEB4A113; Sun, 25 Nov 2012 12:56:58 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0F27A4A0A1 for ; Sun, 25 Nov 2012 12:56:42 +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 hEYg4RYUjKN4 for ; Sun, 25 Nov 2012 12:56:37 +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 vps1.hno.se (vps1.hno.se [31.192.227.87]) by theia.denx.de (Postfix) with ESMTPS id F15C64A0A8 for ; Sun, 25 Nov 2012 12:56:26 +0100 (CET) Received: from home.hno.se (home.hno.se [IPv6:2001:470:df90::1]) (authenticated bits=128) by vps1.hno.se (8.14.4/8.14.4) with ESMTP id qAPBuJ10014236 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 25 Nov 2012 12:56:24 +0100 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by home.hno.se (8.14.5/8.14.5) with ESMTP id qAPBjD3i015952 for ; Sun, 25 Nov 2012 12:45:13 +0100 Message-ID: <1353843913.17518.26.camel@home.hno.se> From: Henrik =?ISO-8859-1?Q?Nordstr=F6m?= To: U-Boot Mailing List Date: Sun, 25 Nov 2012 12:45:13 +0100 In-Reply-To: References: X-Mailer: Evolution 3.2.3 (3.2.3-3.fc16) Mime-Version: 1.0 Subject: [U-Boot] [PATCH 14/22] ARM sunxi: SPL support for Cubieboard board 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 From: Henrik Nordstrom Signed-off-by: Alejandro Mery Signed-off-by: Henrik Nordstrom Signed-off-by: Stefan Roese --- board/sunxi/Makefile | 2 ++ board/sunxi/dram_cubieboard.c | 31 +++++++++++++++++++++++++++++++ board/sunxi/dram_cubieboard_512.c | 31 +++++++++++++++++++++++++++++++ boards.cfg | 2 ++ 4 files changed, 66 insertions(+), 0 deletions(-) create mode 100644 board/sunxi/dram_cubieboard.c create mode 100644 board/sunxi/dram_cubieboard_512.c diff --git a/board/sunxi/Makefile b/board/sunxi/Makefile index b386b2b..c2c6c65 100644 --- a/board/sunxi/Makefile +++ b/board/sunxi/Makefile @@ -27,6 +27,8 @@ LIB := $(obj)lib$(BOARD).o COBJS-y := board.o COBJS-$(CONFIG_A13_OLINUXINO) += dram_a13_olinuxino.o +COBJS-$(CONFIG_CUBIEBOARD) += dram_cubieboard.o +COBJS-$(CONFIG_CUBIEBOARD_512) += dram_cubieboard_512.o COBJS-$(CONFIG_MELE_A1000) += dram_mele_a1000.o COBJS := $(COBJS-y) diff --git a/board/sunxi/dram_cubieboard.c b/board/sunxi/dram_cubieboard.c new file mode 100644 index 0000000..7e71b35 --- /dev/null +++ b/board/sunxi/dram_cubieboard.c @@ -0,0 +1,31 @@ +/* this file is generated, don't edit it yourself */ + +#include +#include + +static struct dram_para dram_para = { + .clock = 480, + .type = 3, + .rank_num = 1, + .density = 4096, + .io_width = 16, + .bus_width = 32, + .cas = 6, + .zq = 123, + .odt_en = 0, + .size = 1024, + .tpr0 = 0x30926692, + .tpr1 = 0x1090, + .tpr2 = 0x1a0c8, + .tpr3 = 0, + .tpr4 = 0, + .tpr5 = 0, + .emr1 = 0, + .emr2 = 0, + .emr3 = 0, +}; + +int sunxi_dram_init(void) +{ + return dramc_init(&dram_para); +} diff --git a/board/sunxi/dram_cubieboard_512.c b/board/sunxi/dram_cubieboard_512.c new file mode 100644 index 0000000..3377fba --- /dev/null +++ b/board/sunxi/dram_cubieboard_512.c @@ -0,0 +1,31 @@ +/* this file is generated, don't edit it yourself */ + +#include +#include + +static struct dram_para dram_para = { + .clock = 480, + .type = 3, + .rank_num = 1, + .density = 2048, + .io_width = 16, + .bus_width = 32, + .cas = 6, + .zq = 123, + .odt_en = 0, + .size = 512, + .tpr0 = 0x30926692, + .tpr1 = 0x1090, + .tpr2 = 0x1a0c8, + .tpr3 = 0, + .tpr4 = 0, + .tpr5 = 0, + .emr1 = 0, + .emr2 = 0, + .emr3 = 0, +}; + +int sunxi_dram_init(void) +{ + return dramc_init(&dram_para); +} diff --git a/boards.cfg b/boards.cfg index 8371a12..207af34 100644 --- a/boards.cfg +++ b/boards.cfg @@ -289,6 +289,8 @@ colibri_t20_iris arm armv7:arm720t colibri_t20_iris toradex u8500_href arm armv7 u8500 st-ericsson u8500 snowball arm armv7 snowball st-ericsson u8500 A13-OLinuXino arm armv7 sunxi - sunxi sun5i:A13_OLINUXINO,SPL +Cubieboard arm armv7 sunxi - sunxi sun4i:CUBIEBOARD,SPL +Cubieboard_512 arm armv7 sunxi - sunxi sun4i:CUBIEBOARD_512,SPL Mele_A1000 arm armv7 sunxi - sunxi sun4i:MELE_A1000,SPL sun4i arm armv7 sunxi - sunxi sun4i sun4i_sdcon arm armv7 sunxi - sunxi sun4i:UART0_PORT_F