Re: [U-Boot] [PATCH v2 03/14] arm/km: convert mgcoge3un target to km_kirkwood

2012-07-05 Thread Prafulla Wadaskar
-Original Message- From: Holger Brunck [mailto:holger.bru...@keymile.com] Sent: 05 July 2012 11:24 To: Prafulla Wadaskar Cc: Wolfgang Denk; u-boot@lists.denx.de; Valentin Longchamp Subject: Re: [U-Boot] [PATCH v2 03/14] arm/km: convert mgcoge3un target to km_kirkwood On

Re: [U-Boot] [PATCH v3] powerpc/p1022ds: Add sdcard and spi boot support to P1022DS

2012-07-05 Thread Eibach, Dirk
Can you give me some instructions on how to test this? I'm working on adding NAND boot support to the P1022, so I need to make sure I don't conflict with your patch. Hi Timur, What is the current status of this stuff? Cheers Dirk ___

Re: [U-Boot] Issue with running commands

2012-07-05 Thread Sughosh Ganu
hi Graeme, On Wed Jul 04, 2012 at 09:28:07AM +1000, Graeme Russ wrote: snip On Mon, Jul 2, 2012 at 9:24 PM, Sughosh Ganu urwithsugh...@gmail.com wrote: hi, While testing on hawkboard with the latest commit, i hit an issue of commands not being accepted. hawkboard rese

[U-Boot] [PATCH v2 1/5] arm: rmobile: Add basic support for Renesas R-Mobile

2012-07-05 Thread Nobuhiro Iwamatsu
This patch adds minimum support for R-Mobile. Only minimal support with timer. This CPU can uses the peripheral of Renesas SuperH. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- arch/arm/cpu/armv7/rmobile/Makefile | 48 +

[U-Boot] [PATCH v2 3/5] sh: Add support pin function control using GPIO

2012-07-05 Thread Nobuhiro Iwamatsu
Renesas SH and R-Mobile set up device using PFC. This provide the framework. Most codes were brought from linux kernel. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/gpio/Makefile |1 + drivers/gpio/sh_pfc.c | 629

[U-Boot] [PATCH v2 4/5] serial: sh: Add support Renesas SH73A0

2012-07-05 Thread Nobuhiro Iwamatsu
The serial device of SH73A0 has the same structure as SH7372 of SH, etc. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- drivers/serial/serial_sh.h | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/drivers/serial/serial_sh.h

[U-Boot] [PATCH v2 5/5] arm: rmobile: Add supoprt for KMC KZM-A9-GT board

2012-07-05 Thread Nobuhiro Iwamatsu
The KZM-A9-GT board has Renesas R-Mobile SH73A0, 512MB DDR2-SDRAM, USB, Ethernet, and more. This patch supports the following functions: - 512MB DDR2-SDRAM - 16MB NOR Flash memory - Serial console (SCIF) - Ethernet (SCIM) - I2C Signed-off-by: Nobuhiro

Re: [U-Boot] [PATCH] arm: rmobile: kzm9g: Modify sdram area

2012-07-05 Thread Nobuhiro Iwamatsu
Hi, Thank you for your patch. 2012/6/25 Tetsuyuki Kobayashi k...@kmckk.co.jp: This patch depends on Nobuhiro Iwamatsu's arm: rmobile: Add supoprt for KMC KZM-A9-GT board Reserve first 16MB for RT-CPU (as same as kernel config). Without this patch, kernel can't get ATAGS info from u-boot

Re: [U-Boot] [PATCH] arm: rmobile: kzm9g: Adjust hardware setting in lowlevel_init.S

2012-07-05 Thread Nobuhiro Iwamatsu
Hi, I modified my rmobile git tree. Please rebase your local repository and resend this patch. Best regards, Nobuhiro 2012/6/26 Tetsuyuki Kobayashi k...@kmckk.co.jp: This patch depends on Nobuhiro Iwamatsu's arm: rmobile: Add supoprt for KMC KZM-A9-GT board Tetsuyuki Kobayashi's arm:

Re: [U-Boot] [PATCH v2 03/14] arm/km: convert mgcoge3un target to km_kirkwood

2012-07-05 Thread Holger Brunck
On 07/05/2012 08:04 AM, Prafulla Wadaskar wrote: -Original Message- From: Holger Brunck [mailto:holger.bru...@keymile.com] Sent: 05 July 2012 11:24 To: Prafulla Wadaskar Cc: Wolfgang Denk; u-boot@lists.denx.de; Valentin Longchamp Subject: Re: [U-Boot] [PATCH v2 03/14] arm/km:

Re: [U-Boot] [PATCH v2 1/5] arm: rmobile: Add basic support for Renesas R-Mobile

2012-07-05 Thread Tetsuyuki Kobayashi
Thank you, Iwamatu-san. But I am afraid that [PATCH v2 2/5] is missing. I didn't recieve it. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] arm: armv7: add compile option -mno-unaligned-access if available

2012-07-05 Thread Albert ARIBAUD
Hi Måns, On Mon, 02 Jul 2012 17:14:40 +0100, Måns Rullgård m...@mansr.com wrote: IMHO, our recent discussion showed that both ways are wrong. -mno-unaligned-access works around misaligned data on the software level, while allowing unaligned access does on the hardware level. What we

Re: [U-Boot] Issue with running commands

2012-07-05 Thread Prabhakar Lad
Hi Sughosh, On Thu, Jul 5, 2012 at 12:18 PM, Sughosh Ganu urwithsugh...@gmail.com wrote: hi Graeme, On Wed Jul 04, 2012 at 09:28:07AM +1000, Graeme Russ wrote: snip On Mon, Jul 2, 2012 at 9:24 PM, Sughosh Ganu urwithsugh...@gmail.com wrote: hi, While testing on hawkboard with the

Re: [U-Boot] [PATCH v2 5/5] arm: rmobile: Add supoprt for KMC KZM-A9-GT board

2012-07-05 Thread Tetsuyuki Kobayashi
Hello, Iwamatsu-san (2012/07/05 16:01), Nobuhiro Iwamatsu wrote: diff --git a/board/kmc/kzm9g/kzm9g.c b/board/kmc/kzm9g/kzm9g.c new file mode 100644 index 000..3f38f69 --- /dev/null +++ b/board/kmc/kzm9g/kzm9g.c [...] +void s_init(void) +{ [...] + /* Secure control register Init

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-07-05 Thread Albert ARIBAUD
Hi Stefano, On Mon, 02 Jul 2012 20:03:02 +0200, Stefano Babic sba...@denx.de wrote: Hi Albert, please pull from u-boot-imx. Thanks ! The following changes since commit 3e0cac6b5158b22248f57cdf7769bf8d610fec5e: EXYNOS: SMDK5250: Enable the pinmux setup (2012-06-25 22:51:36 +0200)

Re: [U-Boot] [STATUS] Final pull requests for -rc1?

2012-07-05 Thread Albert ARIBAUD
Hi Wolfgang, On Mon, 02 Jul 2012 20:41:56 +0200, Wolfgang Denk w...@denx.de wrote: Hello all, I would like to get out -rc1 ASAP. If you have any patches queued that should make it into the upcoming release, then plase send your pull requezts as soon as possible. Albert, what are your

Re: [U-Boot] Please pull u-boot-atmel/master

2012-07-05 Thread Albert ARIBAUD
Hi Andreas, On Tue, 3 Jul 2012 00:14:58 +0200, Andreas Bießmann andreas.de...@googlemail.com wrote: Dear Albert Aribaud, The following changes since commit 3e0cac6b5158b22248f57cdf7769bf8d610fec5e: EXYNOS: SMDK5250: Enable the pinmux setup (2012-06-25 22:51:36 +0200) are available

Re: [U-Boot] Pull request for u-boot-marvell.git

2012-07-05 Thread Albert ARIBAUD
Hi Prafulla, On Tue, 3 Jul 2012 04:59:21 -0700, Prafulla Wadaskar prafu...@marvell.com wrote: Dear Albert Please kindly pull The following changes since commit 3e0cac6b5158b22248f57cdf7769bf8d610fec5e: Rajeshwari Shinde (1): EXYNOS: SMDK5250: Enable the pinmux setup are

[U-Boot] [PATCH 0/3] Update Micrel KSZ8695 support to usable state

2012-07-05 Thread Yann Vernier
The Micrel KSZ8695 is a SoC with an ARM922T processor, NOR or ROM booting, and SDRAM support. It has been used in a couple of Opengear products and some of that u-boot version has been contributed upstream, but apparently not been maintained since. The three patches submitted here are

[U-Boot] [PATCH 3/3] cm4008: use common cfi_flash support

2012-07-05 Thread Yann Vernier
This change allows use of other flash chips than the two supported by the cm4008 flash.c. Tested with Micrel KSZ8695X demo board. Signed-off-by: Yann Vernier yann.vern...@orsoc.se --- board/cm4008/Makefile|2 +- include/configs/cm4008.h |4 2 files changed, 5 insertions(+), 1

[U-Boot] [PATCH 2/3] cm4008: Fix ROM relocation.

2012-07-05 Thread Yann Vernier
Changed CONFIG_SYS_TEXT_BASE to actual address (required for board_init_f) and moved it into cm4008.h, along with a warning that it must match PHYS_FLASH_1 (since lowlevel_init relocates there). Signed-off-by: Yann Vernier yann.vern...@orsoc.se --- arch/arm/cpu/arm920t/ks8695/lowlevel_init.S |

[U-Boot] [PATCH 1/3] cm4008: set gd-ram_size in dram_init

2012-07-05 Thread Yann Vernier
Leave dram_init_banksize to set up the bank info data. ram_size was previously uninitialized. Signed-off-by: Yann Vernier yann.vern...@orsoc.se --- board/cm4008/cm4008.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/board/cm4008/cm4008.c b/board/cm4008/cm4008.c index

Re: [U-Boot] i.MX35PDK: Starting U-Boot from serial NOR-Flash

2012-07-05 Thread Hornung, Michael
Hi Fabio, thank you very much for your reply. With these values you can create a correct imximage.cfg file for mx35pdk. Thank you, I'll try my best. $ ./tools/mkimage -n ./board/freescale/mx35pdk/imximage.cfg -T imximage -e 0xA000 -d u-boot.bin u-boot.imx Can you tell me which address

Re: [U-Boot] [PATCH v3] arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0

2012-07-05 Thread Albert ARIBAUD
Hi Tetsuyuki, Tom, On Fri, 29 Jun 2012 07:21:57 -0700, Tom Rini tr...@ti.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/29/2012 02:36 AM, Tetsuyuki Kobayashi wrote: save_boot_params_default() in cpu.c accesses uninitialized stack area when it compiled with -O0 (not

Re: [U-Boot] [PATCH] arm: bugfix: Move vector table before jumping relocated code

2012-07-05 Thread Albert ARIBAUD
Hi Tetsuyuki, Stephen, On Tue, 26 Jun 2012 10:24:24 -0600, Stephen Warren swar...@wwwdotorg.org wrote: On 06/25/2012 07:03 PM, Tetsuyuki Kobayashi wrote: Hello, (06/26/2012 12:10 AM), Stephen Warren wrote: On 06/25/2012 06:40 AM, Tetsuyuki Kobayashi wrote: Interrupts and exceptions

Re: [U-Boot] Please pull u-boot-atmel/master

2012-07-05 Thread Andreas Bießmann
Hi Albert, On 05.07.2012 10:35, Albert ARIBAUD wrote: Hi Andreas, On Tue, 3 Jul 2012 00:14:58 +0200, Andreas Bießmann andreas.de...@googlemail.com wrote: Dear Albert Aribaud, The following changes since commit 3e0cac6b5158b22248f57cdf7769bf8d610fec5e: EXYNOS: SMDK5250: Enable the

Re: [U-Boot] Please pull u-boot-atmel/master - PLEASE HOLD ON

2012-07-05 Thread Albert ARIBAUD
Hi Albert, On Thu, 5 Jul 2012 10:35:59 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Andreas, On Tue, 3 Jul 2012 00:14:58 +0200, Andreas Bießmann andreas.de...@googlemail.com wrote: Dear Albert Aribaud, The following changes since commit

Re: [U-Boot] Pull request for u-boot-marvell.git - PLEASE HOLD ON

2012-07-05 Thread Albert ARIBAUD
Hi Albert, On Thu, 5 Jul 2012 10:40:47 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Prafulla, On Tue, 3 Jul 2012 04:59:21 -0700, Prafulla Wadaskar prafu...@marvell.com wrote: Dear Albert Please kindly pull The following changes since commit

Re: [U-Boot] Please pull u-boot-atmel/master - go ahead

2012-07-05 Thread Albert ARIBAUD
Hi Albert, On Thu, 5 Jul 2012 11:36:55 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Albert, On Thu, 5 Jul 2012 10:35:59 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Andreas, On Tue, 3 Jul 2012 00:14:58 +0200, Andreas Bießmann andreas.de...@googlemail.com

Re: [U-Boot] Pull request for u-boot-marvell.git - go ahead

2012-07-05 Thread Albert ARIBAUD
Hi Albert, On Thu, 5 Jul 2012 11:37:25 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Albert, On Thu, 5 Jul 2012 10:40:47 +0200, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Prafulla, On Tue, 3 Jul 2012 04:59:21 -0700, Prafulla Wadaskar prafu...@marvell.com wrote:

Re: [U-Boot] [PATCH 3/3] cm4008: use common cfi_flash support

2012-07-05 Thread Andreas Bießmann
Dear Yann Vernier, On 05.07.2012 10:05, Yann Vernier wrote: This change allows use of other flash chips than the two supported by the cm4008 flash.c. Tested with Micrel KSZ8695X demo board. Signed-off-by: Yann Vernier yann.vern...@orsoc.se --- board/cm4008/Makefile|2 +-

Re: [U-Boot] [PATCH 2/3] cm4008: Fix ROM relocation.

2012-07-05 Thread Andreas Bießmann
Dear Yann Vernier, On 04.07.2012 15:21, Yann Vernier wrote: Changed CONFIG_SYS_TEXT_BASE to actual address (required for board_init_f) and moved it into cm4008.h, along with a warning that it must match PHYS_FLASH_1 (since lowlevel_init relocates there). Signed-off-by: Yann Vernier

Re: [U-Boot] sha256_crypt for uboot

2012-07-05 Thread Albert ARIBAUD
Hi Richard, On Wed, 27 Jun 2012 10:46:57 -0400, Richard Retanubun richardretanu...@ruggedcom.com wrote: Hello, I am working on a project to allow uboot to authenticate users by using the same sha256_crypt function that Linux user-space use for libcrypt [ref]

Re: [U-Boot] [PATCH 1/3] cm4008: set gd-ram_size in dram_init

2012-07-05 Thread Andreas Bießmann
On 04.07.2012 15:08, Yann Vernier wrote: Leave dram_init_banksize to set up the bank info data. ram_size was previously uninitialized. Signed-off-by: Yann Vernier yann.vern...@orsoc.se --- board/cm4008/cm4008.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[U-Boot] Please pull u-boot-atmel/master

2012-07-05 Thread Andreas Bießmann
Dear Albert Aribaud, The following changes since commit c45272e25bdf241fbb27638465f16ce2342ed1b6: i.MX6 USDHC: Use the ESDHC clock (2012-07-02 19:53:20 +0200) are available in the git repository at: git://git.denx.de/u-boot-atmel.git master for you to fetch changes up to

Re: [U-Boot] [PATCH 1/2] Remove unused CONFIG_STACKSIZE

2012-07-05 Thread Albert ARIBAUD
Hi Rob, On Thu, 28 Jun 2012 08:54:10 -0500, Rob Herring robherri...@gmail.com wrote: From: Rob Herring rob.herr...@calxeda.com CONFIG_STACKSIZE is not referenced anywhere except on AVR32, but present in most ARM boards. The IRQ and FIQ stacks are not setup in start.S, but

[U-Boot] USB detection

2012-07-05 Thread Manukumar
Hello, I have connected USB hard disk to P1020RB and in command prompt(u-boot) i used command = usb start (Re)start USB... USB: Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... 3 USB Device(s) found scanning bus for storage devices... 1 Storage Device(s) found = usb

Re: [U-Boot] [PATCH] kirkwood: implement kw_sdram_bs_set()

2012-07-05 Thread Albert ARIBAUD
Hi Gerlando, On Fri, 29 Jun 2012 13:37:54 +0200, Gerlando Falauto gerlando.fala...@keymile.com wrote: Some boards might be equipped with different SDRAM configurations. When that is the case, CPU CS Window Size Register (CS[0]n Size) should be set to the biggest value through board.cfg file;

Re: [U-Boot] [PATCH] kirkwood: implement kw_sdram_bs_set()

2012-07-05 Thread Gerlando Falauto
Hi Albert, On 07/05/2012 12:39 PM, Albert ARIBAUD wrote: Hi Gerlando, On Fri, 29 Jun 2012 13:37:54 +0200, Gerlando Falauto gerlando.fala...@keymile.com wrote: Some boards might be equipped with different SDRAM configurations. When that is the case, CPU CS Window Size Register (CS[0]n Size)

Re: [U-Boot] [PATCH] kirkwood: implement kw_sdram_bs_set()

2012-07-05 Thread Albert ARIBAUD
Hi Gerlando, On Thu, 05 Jul 2012 12:57:44 +0200, Gerlando Falauto gerlando.fala...@keymile.com wrote: Hi Albert, On 07/05/2012 12:39 PM, Albert ARIBAUD wrote: Hi Gerlando, On Fri, 29 Jun 2012 13:37:54 +0200, Gerlando Falauto gerlando.fala...@keymile.com wrote: Some boards might be

[U-Boot] Pull request for u-boot-marvell.git

2012-07-05 Thread Prafulla Wadaskar
Dear Albert, Please pull The following changes since commit c45272e25bdf241fbb27638465f16ce2342ed1b6: Michael Langer (1): i.MX6 USDHC: Use the ESDHC clock are available in the git repository at: u-boot-marvell.git master branch. Holger Brunck (7): arm/km: add board type to

[U-Boot] [PATCH 0/3] arm: rmobile: kzm9g: enable booting Linux kernel

2012-07-05 Thread Tetsuyuki Kobayashi
Hello, Iwamatu-san I rebased u-boot-sh.git arm/rmobile branch and reworked my patches. After this patch set, LTSI kernel can boot on KZM-A9-GT board. But I found it is not stable. It needs more work. Tetsuyuki Kobayashi (3): arm: rmobile: kzm9g: Modify sdram area arm: rmobile: kzm9g:

Re: [U-Boot] Please pull u-boot-atmel/master

2012-07-05 Thread Albert ARIBAUD
Hi Andreas, On Thu, 5 Jul 2012 12:08:31 +0200, Andreas Bießmann andreas.de...@googlemail.com wrote: Dear Albert Aribaud, The following changes since commit c45272e25bdf241fbb27638465f16ce2342ed1b6: i.MX6 USDHC: Use the ESDHC clock (2012-07-02 19:53:20 +0200) are available in the git

[U-Boot] U-boot Porting

2012-07-05 Thread sayed zahid
Hi , I have basic knowledge of porting u-boot to a new board. But now i have got a task to port u-boot on cavium mips based board. As i know that mips architecture is already supported, but will it support all cavium octeon mips variants? Please put some light on this. I would be glad if you guys,

[U-Boot] [PATCH 1/3] arm: rmobile: kzm9g: Modify sdram area

2012-07-05 Thread Tetsuyuki Kobayashi
Reserve first 16MB for RT-CPU (as same as kernel config). Signed-off-by: Tetsuyuki Kobayashi k...@kmckk.co.jp --- include/configs/kzm9g.h |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h index 62ecadc..5e9b417 100644

[U-Boot] [PATCH 2/3] arm: rmobile: kzm9g: Adjust low level hardware setting

2012-07-05 Thread Tetsuyuki Kobayashi
Adjust low level hardware setting in s_init. Signed-off-by: Tetsuyuki Kobayashi k...@kmckk.co.jp --- arch/arm/include/asm/arch-rmobile/sh73a0.h |4 +++- board/kmc/kzm9g/kzm9g.c|2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git

[U-Boot] [PATCH 3/3] arm: rmobile: kzm9g: change prompt to board specific

2012-07-05 Thread Tetsuyuki Kobayashi
Change U-Boot prompt to board specific one. Signed-off-by: Tetsuyuki Kobayashi k...@kmckk.co.jp --- include/configs/kzm9g.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h index 5e9b417..a473bc8 100644 ---

Re: [U-Boot] USB detection

2012-07-05 Thread Albert ARIBAUD
Hi Manukumar, On Thu, 05 Jul 2012 15:57:49 +0530, Manukumar manuku...@signal-networks.com wrote: Hello, I have connected USB hard disk to P1020RB Which board is this? Neither git grep -i P1020RB nor find . iname '*P1020RB*' yield any result. and in command prompt(u-boot) i used command

Re: [U-Boot] Pull request for u-boot-marvell.git

2012-07-05 Thread Albert ARIBAUD
Hi Prafulla, On Thu, 5 Jul 2012 04:29:31 -0700, Prafulla Wadaskar prafu...@marvell.com wrote: Dear Albert, Please pull The following changes since commit c45272e25bdf241fbb27638465f16ce2342ed1b6: Michael Langer (1): i.MX6 USDHC: Use the ESDHC clock are available in the git

Re: [U-Boot] [PATCH] armv7: Fix infinite loop for the spl boot

2012-07-05 Thread Zhong Hongbo
Hi Albert, Could you applied the patch to the arm tree? Thanks, hongbo On 07/03/2012 07:46 AM, Zhong Hongbo wrote: From: Zhong Hongbo bocui...@gmail.com In the spl booting step, When __bss_start is equal to __bss_end__, The loop will clear all the things in CPU space. If there are have the

[U-Boot] [PATCH 0/7 V5] EXYNOS5: Enable I2C support

2012-07-05 Thread Rajeshwari Shinde
This patch set enables I2C support for EXYNOS5. This patchset modifies the s3c24x0 I2C driver to use same for EXYNOS5. Multichannel support has been added to the s3c24x0 I2C driver. s3c24x0_i2c struct has been moved to a common place as it can used by different SOC's. Changes in V2: -

[U-Boot] [PATCH 3/7 V5] EXYNOS: PINMUX: Add pinmux support for I2C

2012-07-05 Thread Rajeshwari Shinde
This patch adds pinmux code for I2C. Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Simon Glass s...@chromium.org --- Changes in V2: - Aligned the pinmux functionality as per the latest comments. Changes in V3: - None Changes in V4: - None Changes in

[U-Boot] [PATCH 1/7 V5] EXYNOS: CLK: Add i2c clock

2012-07-05 Thread Rajeshwari Shinde
This adds i2c clock information for EXYNOS5. Signed-off-by: Alim Akhtar alim.akh...@samsung.com Signed-off-by: Doug Anderson diand...@chromium.org Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Simon Glass s...@chromium.org --- changes in V2: - Incorporated comments

[U-Boot] [PATCH 2/7 V5] EXYNOS: Add I2C base address.

2012-07-05 Thread Rajeshwari Shinde
This patch adds the base address for I2C. Signed-off-by: Alim Akhtar alim.akh...@samsung.com Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Simon Glass s...@chromium.org --- Changes in V2: - None Changes in V3: - None Changes in V4: - None Changes in

[U-Boot] [PATCH 4/7 V5] I2C: Move struct s3c24x0_i2c to a common place.

2012-07-05 Thread Rajeshwari Shinde
struct s3c24x0_i2c is being moved to common local header file so that the same can be used by s3c series and exynos series SoCs. Signed-off-by: Alim Akhtar alim.akh...@samsung.com Signed-off-by: Doug Anderson diand...@chromium.org Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com

[U-Boot] [PATCH 5/7 V5] I2C: Modify the I2C driver for EXYNOS5

2012-07-05 Thread Rajeshwari Shinde
This patch modifies the S3C I2C driver to suppport EXYNOS5. The cahnges made to driver are as follows: - I2C base address is passed as a parameter to many functions to avoid multiple #ifdef - Channel initialisation is moved to a commom funation as it is required by

[U-Boot] [PATCH 6/7 V5] I2C: Add support for Multi channel

2012-07-05 Thread Rajeshwari Shinde
This adds multiple i2c channel support for I2C. Signed-off-by: Alim Akhtar alim.akh...@samsung.com Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Simon Glass s...@chromium.org --- Changes in V2: - None Changes in V3: - None Changes in V4: - None Chnage

[U-Boot] [PATCH 7/7 V5] CONFIG: SMDK5250: I2C: Enable I2C

2012-07-05 Thread Rajeshwari Shinde
This enables I2C support on smdk5250. Pinmux setting moved to board file to avoid repeated setting of gpio lines. Signed-off-by: Alim Akhtar alim.akh...@samsung.com Signed-off-by: Doug Anderson diand...@chromium.org Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Simon Glass

Re: [U-Boot] [PATCH] arm/s5pxx: Fix get_timer_masked to get the time.

2012-07-05 Thread Zhong Hongbo
Hi Minkyu, Could you help me to review it? Thanks, hongbo On 07/03/2012 07:50 AM, Zhong Hongbo wrote: From: Zhong Hongbo bocui...@gmail.com In general, The get_timer_masked function get the system time, no the number of ticks. Such as the nand_wait_ready will use get_timer_masked to delay

Re: [U-Boot] [PATCH v3] arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0

2012-07-05 Thread Albert ARIBAUD
Hi Tetsuyuki, On Fri, 29 Jun 2012 18:36:21 +0900, Tetsuyuki Kobayashi k...@kmckk.co.jp wrote: save_boot_params_default() in cpu.c accesses uninitialized stack area when it compiled with -O0 (not optimized). Signed-off-by: Tetsuyuki Kobayashi k...@kmckk.co.jp --- Changes for v2: - include

Re: [U-Boot] [PATCH] arm: bugfix: Move vector table before jumping relocated code

2012-07-05 Thread Albert ARIBAUD
Hi Tetsuyuki, On Mon, 25 Jun 2012 21:40:57 +0900, Tetsuyuki Kobayashi k...@kmckk.co.jp wrote: Interrupts and exceptions doesn't work in relocated code. It badly use IRQ_STACK_START_IN in rom area as interrupt stack. It is because the vecotr table is not moved to ram area. This patch moves

Re: [U-Boot] [PATCH] smdk6400: Move smdk6400 board from Makefile to boards.cfg

2012-07-05 Thread Zhong Hongbo
Hi Minkyu, Could you help me to review the patch. Thanks On 06/25/2012 11:52 PM, Zhong Hongbo wrote: From: seedshope bocui...@gmail.com Signed-off-by: Zhong Hongbo bocui...@gmail.com --- Makefile | 20 board/samsung/smdk6400/config.mk |

Re: [U-Boot] [PATCH v2 03/14] arm/km: convert mgcoge3un target to km_kirkwood

2012-07-05 Thread Prafulla Wadaskar
-Original Message- From: Holger Brunck [mailto:holger.bru...@keymile.com] Sent: 05 July 2012 12:46 To: Prafulla Wadaskar Cc: Wolfgang Denk; u-boot@lists.denx.de; Valentin Longchamp Subject: Re: [U-Boot] [PATCH v2 03/14] arm/km: convert mgcoge3un target to km_kirkwood ...snip...

Re: [U-Boot] [PATCH] kirkwood: implement kw_sdram_bs_set()

2012-07-05 Thread Prafulla Wadaskar
-Original Message- From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] Sent: 05 July 2012 16:32 To: Gerlando Falauto Cc: u-boot@lists.denx.de; Marek Vasut; Longchamp, Valentin; Brunck, Holger; Prafulla Wadaskar Subject: Re: [U-Boot] [PATCH] kirkwood: implement

Re: [U-Boot] [PATCH] armv7: Fix infinite loop for the spl boot

2012-07-05 Thread Albert ARIBAUD
Hi Zhong Hongbo, On Thu, 05 Jul 2012 19:53:46 +0800, Zhong Hongbo bocui...@gmail.com wrote: Hi Albert, Could you applied the patch to the arm tree? Thanks, hongbo On 07/03/2012 07:46 AM, Zhong Hongbo wrote: From: Zhong Hongbo bocui...@gmail.com In the spl booting step, When

Re: [U-Boot] [PATCH] armv7: Fix infinite loop for the spl boot

2012-07-05 Thread Zhong Hongbo
Hi Albert, On 07/05/2012 08:19 PM, Albert ARIBAUD wrote: Hi Zhong Hongbo, On Thu, 05 Jul 2012 19:53:46 +0800, Zhong Hongbo bocui...@gmail.com wrote: Hi Albert, Could you applied the patch to the arm tree? Thanks, hongbo On 07/03/2012 07:46 AM, Zhong Hongbo wrote: From: Zhong Hongbo

[U-Boot] [PATCH v2] arm: cm4008, cm41xx: set gd-ram_size in dram_init

2012-07-05 Thread Yann Vernier
Leave dram_init_banksize to set up the bank info data. ram_size was previously uninitialized. Also, generalize lowlevel assembly to support more RAM options. Signed-off-by: Yann Vernier yann.vern...@orsoc.se --- Changes for v2: - Update to use CONFIG_SYS_SDRAM_ constants - Update cm41xx

Re: [U-Boot] Please pull u-boot-staging.git/s...@denx.de

2012-07-05 Thread Stefan Roese
Hi Albert, as you seem to be working on U-Boot patches right now, here another short reminder from me. ;) Thanks, Stefan On Friday 22 June 2012 08:01:15 Stefan Roese wrote: Hi Albert, as you requested, here a short reminder... On Tuesday 05 June 2012 08:58:26 Stefan Roese wrote: Hi

Re: [U-Boot] U-boot Porting

2012-07-05 Thread Andreas Bießmann
Dear sayed zahid, On 05.07.2012 13:42, sayed zahid wrote: Hi , I have basic knowledge of porting u-boot to a new board. But now i have got a task to port u-boot on cavium mips based board. As i know that mips architecture is already supported, but will it support all cavium octeon mips

[U-Boot] [PATCH v2] arm: cm4008, cm41xx: Fix ROM relocation

2012-07-05 Thread Yann Vernier
Changed CONFIG_SYS_TEXT_BASE to actual address (required for board_init_f) and moved it into cm4008.h, along with a warning that it must match CONFIG_SYS_FLASH_BASE (since lowlevel_init relocates there). lowlevel_init now uses CONFIG_SYS_FLASH_BASE to map ROM, although the second bank is still

Re: [U-Boot] [PATCH v2] arm: cm4008, cm41xx: Fix ROM relocation

2012-07-05 Thread Yann Vernier
I do apologise. I mistakenly entered the wrong message ID for this mail; it is In-Reply-To: 4ff56547.6070...@gmail.com Subject: Re: [U-Boot] [PATCH 2/3] cm4008: Fix ROM relocation. I shall soon submit the updated patch that does belong in this thread. Sorry!

Re: [U-Boot] [PATCH v2 03/14] arm/km: convert mgcoge3un target to km_kirkwood

2012-07-05 Thread Holger Brunck
On 07/05/2012 02:09 PM, Prafulla Wadaskar wrote: To avoid any further confusion let's keep aside all the past. 1. Pls post the new patch series that is just targeted for bugfixes and updates (no addition of new boards or drivers) Ok so there are again no inputs to specific patches and no

[U-Boot] [PATCH v2] arm: cm4008, cm41xx: use common cfi_flash support

2012-07-05 Thread Yann Vernier
This change allows use of other flash chips than the two supported by the cm4008 flash.c. Tested with Micrel KSZ8695X demo board. --- Changes for v2: - Update cm41xx also - Remove unused board specific flash code Signed-off-by: Yann Vernier yann.vern...@orsoc.se --- board/cm4008/Makefile

Re: [U-Boot] [PATCH v2 03/14] arm/km: convert mgcoge3un target to km_kirkwood

2012-07-05 Thread Prafulla Wadaskar
-Original Message- From: Holger Brunck [mailto:holger.bru...@keymile.com] Sent: 05 July 2012 19:14 To: Prafulla Wadaskar Cc: Wolfgang Denk; u-boot@lists.denx.de; Valentin Longchamp Subject: Re: [U-Boot] [PATCH v2 03/14] arm/km: convert mgcoge3un target to km_kirkwood On

[U-Boot] Building U-Boot image with predefined environment

2012-07-05 Thread trh178
I am taking over a project originally done by somebody else and not documented at all. I am not very familiar with U-Boot in general, so I am effectively starting from scratch. My current issue is this: I have a U-Boot image that I can load onto my board that, upon start, says it is autobooting

[U-Boot] [PATCH 2/2] km_arm: enable SDRAM window size fixup

2012-07-05 Thread Gerlando Falauto
Size of the SDRAM chips might differ between any two (otherwise identical) instances of the same board. So change board_early_init_f() to use km_sdram_bs_set(), in order to fixup the window size register at runtime, according to the detected SDRAM size. Signed-off-by: Gerlando Falauto

[U-Boot] [PATCH 1/2] kirkwood: implement kw_sdram_bs_set()

2012-07-05 Thread Gerlando Falauto
Some boards might be equipped with different SDRAM configurations. When that is the case, CPU CS Window Size Register (CS[0]n Size) should be set to the biggest value through board.cfg file; then its value can be fixed at runtime according to the detected SDRAM size. Therefore, implement

[U-Boot] [PATCH] armv7: Fix to mistake clean the memory space

2012-07-05 Thread Zhong Hongbo
From: Zhong Hongbo bocui...@gmail.com In currently, when __bss_start is equal to __bss_end__, The bss loop will clear all the things in memory space. But just only when __bss_end__ greater than __bss_start__, we do the clear bss section operation. Signed-off-by: Hongbo Zhong bocui...@gmail.com

Re: [U-Boot] [PATCH v2] arm: cm4008, cm41xx: set gd-ram_size in dram_init

2012-07-05 Thread Andreas Bießmann
On 05.07.2012 14:11, Yann Vernier wrote: Leave dram_init_banksize to set up the bank info data. ram_size was previously uninitialized. Also, generalize lowlevel assembly to support more RAM options. Signed-off-by: Yann Vernier yann.vern...@orsoc.se --- Changes for v2: - Update to use

Re: [U-Boot] [PATCH v2] arm: cm4008, cm41xx: use common cfi_flash support

2012-07-05 Thread Andreas Bießmann
Dear Yann Vernier, a simple small change request. On 05.07.2012 15:11, Yann Vernier wrote: This change allows use of other flash chips than the two supported by the cm4008 flash.c. Tested with Micrel KSZ8695X demo board. --- Changes for v2: - Update cm41xx also - Remove unused board

[U-Boot] [PATCH v3 07/11] arm/km: redefine piggy 4 reg names to avoid conflicts

2012-07-05 Thread Holger Brunck
From: Valentin Longchamp valentin.longch...@keymile.com Some very similar #defines for reg addresses are used in a later patch (managed_switch support for km_arm). Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com cc: Holger Brunck holger.bru...@keymile.com cc: Prafulla Wadaskar

[U-Boot] [PATCH v3 03/11] arm/km: convert mgcoge3un target to km_kirkwood

2012-07-05 Thread Holger Brunck
Use the generic header km_kirkwood.h and get rid of the board specific header. changes for v2: rebased because of changes in other patches Signed-off-by: Holger Brunck holger.bru...@keymile.com Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com cc: Gerlando Falauto

[U-Boot] [PATCH v3 04/11] arm/km: remove portl2.h and use km_kirkwood instead

2012-07-05 Thread Holger Brunck
The additional headerfile is unneeded here, we can use the generic km_kirkwood.h instead. And we can use the better config option KM_PIGGY4_88E6061 for the specific features for boards with this design in km_arm.c. Signed-off-by: Holger Brunck holger.bru...@keymile.com Signed-off-by: Valentin

[U-Boot] [PATCH v3 10/11] arm/km: add implementation for read_dip_switch

2012-07-05 Thread Holger Brunck
From: Thomas Herzmann thomas.herzm...@keymile.com Add a function to read the dip_switch on kmcoge5un. If the switch is set the actual_bank is set to 0 and this SW is booted. Signed-off-by: Thomas Herzmann thomas.herzm...@keymile.com Signed-off-by: Holger Brunck holger.bru...@keymile.com ---

[U-Boot] [PATCH v3 05/11] arm/km: enable BOCO2 FPGA download support

2012-07-05 Thread Holger Brunck
From: Valentin Longchamp valentin.longch...@keymile.com This adds a first support of the FPGA download for a PCIe FPGA based on the BOCO2 CPLD. This takes place in 3 steps, all done accessing the SPICTRL reg of the BOCO2: 1) start the FPGA config with an access to the FPGA_PROG bit 2) later in

[U-Boot] [PATCH v3 06/11] arm/km: cleanup km_kirkwood boards

2012-07-05 Thread Holger Brunck
Remove config options from boards.cfg and simply add one switch per board and differ afterwards in km_kirkwood.h between the features. More boards are upcoming and therefore it's easier to have this at one place. Signed-off-by: Holger Brunck holger.bru...@keymile.com Signed-off-by: Valentin

[U-Boot] [PATCH v3 09/11] arm/km: support the 2 PCIe fpga resets

2012-07-05 Thread Holger Brunck
From: Valentin Longchamp valentin.longch...@keymile.com The PCIe FPGAs now have to support 2 resets: one for the non traffic affecting part (PCIe) and one for the traffic affecting part. When the FPGA is not reconfigured, we only reset the PCIe part. Signed-off-by: Valentin Longchamp

[U-Boot] [PATCH v3 01/11] arm/km: add kmnusa board support

2012-07-05 Thread Holger Brunck
This board is similar to portl2, but it has the u-boot environment in a SPI NOR flash and not in an i2c eeprom like portl2 have. Some other details: - IVM EEPROM is at adress: pca9547:70:9 - PCI is enabled - PIGGY4 is connected via MV88E6352 simple switch. There is no phy between the simple

[U-Boot] [PATCH v3 00/11] updates for Keymile Marvell boards

2012-07-05 Thread Holger Brunck
Changes for v3 in general: - remove the managed switch driver as requested on the ML cc: Holger Brunck holger.bru...@keymile.com cc: Valentin Longchamp valentin.longch...@keymile.com cc: Prafulla Wadaskar prafu...@marvell.com Holger Brunck (6): arm/km: add kmnusa board support arm/km: add

[U-Boot] [PATCH v3 02/11] arm/km: add kmcoge5un board support

2012-07-05 Thread Holger Brunck
For u-boot this board is similar to mgcoge3un. But some differences are present. We have a different SDRAM on it and therefore a new SDRAM config file. Additionaly this board has a direct MAC/MAC connection from the kirkwood to a marvell simple switch without a phy inbetween, this needs a new

[U-Boot] [PATCH v3 08/11] arm/km: skip FPGA config when already configured

2012-07-05 Thread Holger Brunck
From: Valentin Longchamp valentin.longch...@keymile.com In order to be able to perform board resets without interrupting the traffic, the configuration of an already properly configured FPGA is skipped. This is because some PCIe FPGAs embed some other function that must continue to work over

[U-Boot] [PATCH v3 11/11] arm/km: remove calls to kw_gpio_* in board_early_init_f

2012-07-05 Thread Holger Brunck
These functions tried to access two static tables before relocation (board_early_init_f is executed before relocation). But these static tables lie in the bss section which is not valid before relocation. These accesses then overwrote some parts of u-boot binary before it was relocated. For the

Re: [U-Boot] [PATCH v2] arm: cm4008, cm41xx: Fix ROM relocation

2012-07-05 Thread Andreas Bießmann
Dear Yann Vernier, On 05.07.2012 15:22, Yann Vernier wrote: Changed CONFIG_SYS_TEXT_BASE to actual address (required for board_init_f) and moved it into cm4008.h, along with a warning that it must match CONFIG_SYS_FLASH_BASE (since lowlevel_init relocates there). lowlevel_init now uses

Re: [U-Boot] USB detection

2012-07-05 Thread Marek Vasut
Dear Albert ARIBAUD, Hi Manukumar, On Thu, 05 Jul 2012 15:57:49 +0530, Manukumar manuku...@signal-networks.com wrote: Hello, I have connected USB hard disk to P1020RB Which board is this? Neither git grep -i P1020RB nor find . iname '*P1020RB*' yield any result. Ain't it

Re: [U-Boot] ARM CONFIG_OF_CONTROL status

2012-07-05 Thread Stephen Warren
On 07/04/2012 12:02 AM, Michal Simek wrote: ... What is the problem to add the latest dtc? To really make use of device tree you need a recent dtc, but we've had pushback requiring a recent dtc because people may not have it installed. I asked Wolfgang a while back whether we could just put a

[U-Boot] [PATCH v4] arm/km: add kmnusa board support

2012-07-05 Thread Holger Brunck
This board is similar to portl2, but it has the u-boot environment in a SPI NOR flash and not in an i2c eeprom like portl2 have. Some other details: - IVM EEPROM is at adress: pca9547:70:9 - PCI is enabled - PIGGY4 is connected via MV88E6352 simple switch. There is no phy between the simple

Re: [U-Boot] [PATCH] armv7: Fix to mistake clean the memory space

2012-07-05 Thread Andreas Bießmann
Dear Zhong Hongbo, this is arm related and should therefore apply to all the different arch/arm/cpu/*/start.S (as long as they have SPL support). On 05.07.2012 16:35, Zhong Hongbo wrote: From: Zhong Hongbo bocui...@gmail.com In currently, when __bss_start is equal to __bss_end__, The bss

Re: [U-Boot] [PATCH 1/2] kirkwood: implement kw_sdram_bs_set()

2012-07-05 Thread Marek Vasut
Dear Gerlando Falauto, Some boards might be equipped with different SDRAM configurations. When that is the case, CPU CS Window Size Register (CS[0]n Size) should be set to the biggest value through board.cfg file; then its value can be fixed at runtime according to the detected SDRAM size.

Re: [U-Boot] [PATCH 1/2] kirkwood: implement kw_sdram_bs_set()

2012-07-05 Thread Gerlando Falauto
On 07/05/2012 05:38 PM, Marek Vasut wrote: Dear Gerlando Falauto, Some boards might be equipped with different SDRAM configurations. When that is the case, CPU CS Window Size Register (CS[0]n Size) should be set to the biggest value through board.cfg file; then its value can be fixed at

Re: [U-Boot] [PATCH v2 03/14] arm/km: convert mgcoge3un target to km_kirkwood

2012-07-05 Thread Holger Brunck
On 07/05/2012 03:48 PM, Prafulla Wadaskar wrote: And if I resend the remaining eleven patches in the same order as beneath these are: [U-Boot,v2,01/14] arm/km: add kmnusa board support [U-Boot,v2,02/14] arm/km: add kmcoge5un board support [U-Boot,v2,03/14] arm/km: convert mgcoge3un target

  1   2   >