From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Wed, 09 Jun 2010 09:08:17 +0900 Subject: [U-Boot] Please pull u-boot-samsung/master In-Reply-To: <4C0B8A00.5050000@bumblecow.com> References: <4C06EF8C.5090407@samsung.com> <4C0B8A00.5050000@bumblecow.com> Message-ID: <4C0EDB71.7010002@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit 922d27b596c179c5a7d68abe45ede5adb1b6589c: Minkyu Kang (1): Merge branch 'master' of git://git.denx.de/u-boot-arm are available in the git repository at: git://git.denx.de/u-boot-samsung master Minkyu Kang (3): s5pc1xx: gpio: bug fix at gpio_set_pull function s5pc1xx: Add support for Samsung Goni board SAMSUNG: goni: add the GPL licence MAINTAINERS | 9 +- MAKEALL | 1 + Makefile | 3 + board/samsung/goni/Makefile | 54 ++++ board/samsung/goni/config.mk | 34 ++ board/samsung/goni/goni.c | 55 ++++ board/samsung/goni/lowlevel_init.S | 585 ++++++++++++++++++++++++++++++++++++ board/samsung/goni/mem_setup.S | 265 ++++++++++++++++ board/samsung/goni/onenand.c | 36 +++ drivers/gpio/s5p_gpio.c | 2 +- include/configs/s5p_goni.h | 217 +++++++++++++ 11 files changed, 1256 insertions(+), 5 deletions(-) create mode 100644 board/samsung/goni/Makefile create mode 100644 board/samsung/goni/config.mk create mode 100644 board/samsung/goni/goni.c create mode 100644 board/samsung/goni/lowlevel_init.S create mode 100644 board/samsung/goni/mem_setup.S create mode 100644 board/samsung/goni/onenand.c create mode 100644 include/configs/s5p_goni.h