Re: [U-Boot] [PATCH] arm: add initilisation of watchdog in init_sequence

2010-05-30 Thread Tom Rix
Nicolas Ferre wrote: For platforms that implement a hardware watchdog, call its initialization routine in init_sequence. This location has been chosen to be the closest to initialization of console as some watchdog drivers are writing status messages. On the other hand, watchdog setup

[U-Boot] ARM pull request.

2010-05-30 Thread Tom Rix
This is to catch master up to ARM mach-types Tom The following changes since commit 01f03bda5b22e5aeae5f02fd537da97a41485c73: Wolfgang Denk (1): Prepare v2010.06-rc1 are available in the git repository at: git://git.denx.de/u-boot-arm master Tom (2): ARM Update

Re: [U-Boot] [PATCH] fdt_support: add entry for sec3.1 and remove tls_ssl_stream descriptor type capability for sec3.3

2010-05-30 Thread Kumar Gala
On Apr 23, 2010, at 12:20 PM, Kim Phillips wrote: Add sec3.1 h/w geometry for fdt node fixups. Also, technically, whilst SEC v3.3 h/w honours the tls_ssl_stream descriptor type, it lacks the ARC4 algorithm execution unit required to be able to execute anything meaningful with it. Change

[U-Boot] Please pull u-boot-mpc85xx.git

2010-05-30 Thread Kumar Gala
The following changes since commit bd7bb6f8a3278caff0ac6eeaf08b188b9bb05dfc: Wolfgang Denk (1): Merge branch 'next' of git://git.denx.de/u-boot-nios are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master Kim Phillips (1): fdt_support: add entry for

Re: [U-Boot] ARM pull request.

2010-05-30 Thread Wolfgang Denk
Dear Tom Rix, In message 4c026d84.7040...@bumblecow.com you wrote: This is to catch master up to ARM mach-types Tom The following changes since commit 01f03bda5b22e5aeae5f02fd537da97a41485c73: Wolfgang Denk (1): Prepare v2010.06-rc1 are available in the git repository at:

Re: [U-Boot] Please pull u-boot-mpc85xx.git

2010-05-30 Thread Wolfgang Denk
Dear Kumar Gala, In message pine.lnx.4.64.1005301116050.4...@localhost.localdomain you wrote: The following changes since commit bd7bb6f8a3278caff0ac6eeaf08b188b9bb05dfc: Wolfgang Denk (1): Merge branch 'next' of git://git.denx.de/u-boot-nios are available in the git repository

Re: [U-Boot] [PATCH] s5pc1xx: gpio: bug fix at gpio_set_pull function

2010-05-30 Thread Minkyu Kang
On 28 May 2010 12:52, Minkyu Kang mk7.k...@samsung.com wrote: When set to PULL_NONE, gpio_set_pull function is returned without write the register. This patch fixed it. Signed-off-by: Minkyu Kang mk7.k...@samsung.com ---  drivers/gpio/s5p_gpio.c |    2 +-  1 files changed, 1 insertions(+),

[U-Boot] [PATCH v2] s5pc1xx: Add support for Samsung Goni board

2010-05-30 Thread Minkyu Kang
This patch adds support for the Samsung Goni board (S5PC110 SoC) Signed-off-by: Minkyu Kang mk7.k...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- v2: remove workaround code, rebase the patch MAINTAINERS|1 + MAKEALL

[U-Boot] uboot

2010-05-30 Thread nagaraj karra
please adda me to uboot users mailing list ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] nios2: add fdt support

2010-05-30 Thread Thomas Chou
This patch adds fdt support to boot linux, followed Michal's work on microblaze. Signed-off-by: Thomas Chou tho...@wytron.com.tw --- arch/nios2/lib/bootm.c | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/arch/nios2/lib/bootm.c

Re: [U-Boot] ARM pull request.

2010-05-30 Thread Hiremath, Vaibhav
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Tom Rix Sent: Sunday, May 30, 2010 7:22 PM To: Wolfgang Denk Cc: u-boot@lists.denx.de Subject: [U-Boot] ARM pull request. This is to catch master up to ARM mach-types Tom