From patchwork Thu Jan 27 12:29:23 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Minkyu Kang X-Patchwork-Id: 80658 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 851A9B711E for ; Thu, 27 Jan 2011 23:29:37 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3433A28094; Thu, 27 Jan 2011 13:29:35 +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 O33rqgVFnQMa; Thu, 27 Jan 2011 13:29:35 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 82870280AC; Thu, 27 Jan 2011 13:29:32 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1D422280AC for ; Thu, 27 Jan 2011 13:29:30 +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 JFUrAyOlJikQ for ; Thu, 27 Jan 2011 13:29:28 +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 mailout3.samsung.com (mailout3.samsung.com [203.254.224.33]) by theia.denx.de (Postfix) with ESMTP id 05EC4280A5 for ; Thu, 27 Jan 2011 13:29:26 +0100 (CET) Received: from epmmp1 (mailout3.samsung.com [203.254.224.33]) by mailout3.samsung.com (Oracle Communications Messaging Exchange Server 7u4-19.01 64bit (built Sep 7 2010)) with ESMTP id <0LFO000MYLCZ8T70@mailout3.samsung.com> for u-boot@lists.denx.de; Thu, 27 Jan 2011 21:29:23 +0900 (KST) Received: from TNRNDGASPAPP1.tn.corp.samsungelectronics.net ([165.213.149.150]) by mmp1.samsung.com (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTPA id <0LFO00D4PLCZ48@mmp1.samsung.com> for u-boot@lists.denx.de; Thu, 27 Jan 2011 21:29:23 +0900 (KST) Received: from [10.89.9.135] ([10.89.9.135]) by TNRNDGASPAPP1.tn.corp.samsungelectronics.net with Microsoft SMTPSVC(6.0.3790.4675); Thu, 27 Jan 2011 21:29:23 +0900 Date: Thu, 27 Jan 2011 21:29:23 +0900 From: Minkyu Kang To: u-boot@lists.denx.de, albert.aribaud@free.fr Message-id: <4D416523.7000500@samsung.com> MIME-version: 1.0 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; ko; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 X-OriginalArrivalTime: 27 Jan 2011 12:29:23.0474 (UTC) FILETIME=[D443E720:01CBBE1D] Subject: [U-Boot] Please pull u-boot-samsung/master 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: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Dear Albert ARIBAUD, The following changes since commit b722e646f9a6e2ebcae4845afc596b4dad4f7bcb: DaVinci DM6467: Enhance board Support (2010-12-28 17:38:22 -0500) are available in the git repository at: git://git.denx.de/u-boot-samsung master Minkyu Kang (4): armv7: s5pc1xx: don't use function pointer for clock functions S5P: serial: Use the inline function instead of static value armv7: add support for S5PC210 SoC armv7: add support for s5pc210 universal board MAINTAINERS | 5 +- arch/arm/cpu/armv7/s5p-common/cpu_info.c | 2 - arch/arm/cpu/armv7/s5pc1xx/clock.c | 38 ++- arch/arm/cpu/armv7/s5pc2xx/Makefile | 42 +++ arch/arm/cpu/armv7/s5pc2xx/clock.c | 220 ++++++++++++++ arch/arm/cpu/armv7/s5pc2xx/soc.c | 30 ++ arch/arm/include/asm/arch-s5pc1xx/clk.h | 10 +- arch/arm/include/asm/arch-s5pc1xx/uart.h | 5 +- arch/arm/include/asm/arch-s5pc2xx/adc.h | 42 +++ arch/arm/include/asm/arch-s5pc2xx/clk.h | 36 +++ arch/arm/include/asm/arch-s5pc2xx/clock.h | 255 ++++++++++++++++ arch/arm/include/asm/arch-s5pc2xx/cpu.h | 103 +++++++ arch/arm/include/asm/arch-s5pc2xx/gpio.h | 112 +++++++ arch/arm/include/asm/arch-s5pc2xx/mmc.h | 71 +++++ arch/arm/include/asm/arch-s5pc2xx/pwm.h | 55 ++++ arch/arm/include/asm/arch-s5pc2xx/sys_proto.h | 32 ++ arch/arm/include/asm/arch-s5pc2xx/uart.h | 58 ++++ board/samsung/universal_c210/Makefile | 51 ++++ board/samsung/universal_c210/lowlevel_init.S | 395 +++++++++++++++++++++++++ board/samsung/universal_c210/onenand.c | 34 +++ board/samsung/universal_c210/universal.c | 250 ++++++++++++++++ boards.cfg | 1 + drivers/serial/serial_s5p.c | 2 +- include/configs/s5pc210_universal.h | 244 +++++++++++++++ 24 files changed, 2066 insertions(+), 27 deletions(-) create mode 100644 arch/arm/cpu/armv7/s5pc2xx/Makefile create mode 100644 arch/arm/cpu/armv7/s5pc2xx/clock.c create mode 100644 arch/arm/cpu/armv7/s5pc2xx/soc.c create mode 100644 arch/arm/include/asm/arch-s5pc2xx/adc.h create mode 100644 arch/arm/include/asm/arch-s5pc2xx/clk.h create mode 100644 arch/arm/include/asm/arch-s5pc2xx/clock.h create mode 100644 arch/arm/include/asm/arch-s5pc2xx/cpu.h create mode 100644 arch/arm/include/asm/arch-s5pc2xx/gpio.h create mode 100644 arch/arm/include/asm/arch-s5pc2xx/mmc.h create mode 100644 arch/arm/include/asm/arch-s5pc2xx/pwm.h create mode 100644 arch/arm/include/asm/arch-s5pc2xx/sys_proto.h create mode 100644 arch/arm/include/asm/arch-s5pc2xx/uart.h create mode 100644 board/samsung/universal_c210/Makefile create mode 100644 board/samsung/universal_c210/lowlevel_init.S create mode 100644 board/samsung/universal_c210/onenand.c create mode 100644 board/samsung/universal_c210/universal.c create mode 100644 include/configs/s5pc210_universal.h