Re: [U-Boot] [PATCH v4 06/27] arm/km: change maintainer for mgcoge3un

2012-05-16 Thread Heiko Schocher
Hello Valentin, Valentin Longchamp wrote: > From: Holger Brunck > > Signed-off-by: Holger Brunck > Signed-off-by: Valentin Longchamp > cc: Heiko Schocher > cc: Prafulla Wadaskar > cc: Gerlando Falauto > --- > MAINTAINERS |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Acked-

Re: [U-Boot] [PATCH v2] ATMEL/PIO: Enable new feature of PIO on Atmel device

2012-05-16 Thread Bo Shen
On 5/16/2012 18:42, Andreas Bießmann wrote: Dear Bo Shen, On 16.05.2012 04:16, Bo Shen wrote: v2: Remove legacy interface. v1: Enable new PIO feature supported by Atmel SoC. Using CPU_HAS_PIO3 micro to enable PIO new feature. these go behind the '---' line. All before the '---' will

Re: [U-Boot] [PATCH v5 2/3] create lib/tizen directory

2012-05-16 Thread Donghwa Lee
> On Monday 14 May 2012 03:27:55 Kyungmin Park wrote: >> On 5/14/12, Mike Frysinger wrote: >> > On Monday 14 May 2012 01:37:10 Kyungmin Park wrote: >> >> On 5/14/12, Mike Frysinger wrote: >> >> > On Thursday 10 May 2012 01:23:40 Donghwa Lee wrote: >> >> >> Makefile |1 +

[U-Boot] [PATCH 2/2] tegra: Compulab TrimSlice board support

2012-05-16 Thread Stephen Warren
From: Stephen Warren Signed-off-by: Stephen Warren --- MAINTAINERS |1 + board/compulab/dts/tegra2-trimslice.dts | 57 board/compulab/trimslice/Makefile | 49 + board/compulab/trimslice/trimslice.c| 76

[U-Boot] [PATCH 1/2] tegra: add SDMMC1 on SDIO1 funcmux entry

2012-05-16 Thread Stephen Warren
From: Stephen Warren This will be used on TrimSlice. Signed-off-by: Stephen Warren --- arch/arm/cpu/armv7/tegra2/funcmux.c|7 +++ arch/arm/include/asm/arch-tegra2/funcmux.h |1 + 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/arm/cpu/armv7/tegra2/funcmu

Re: [U-Boot] [PATCH V2 2/4] tegra: flesh out bootcmd

2012-05-16 Thread Stephen Warren
On 05/16/2012 03:27 PM, Tom Warren wrote: > Stephen, > Stephen Warren wrote at Wednesday, May 16, 2012 9:21 AM: >> This implements a useful bootcmd for Tegra. The boot order is: ... > I'm getting checkpatch errors (over 80 chars) for tegra2-common-post.h: > > WARNING: line over 80 characters > #41

Re: [U-Boot] [PATCH V2 2/4] tegra: flesh out bootcmd

2012-05-16 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Wednesday, May 16, 2012 9:21 AM > To: Tom Warren > Cc: Simon Glass; u-boot@lists.denx.de; Stephen Warren > Subject: [PATCH V2 2/4] tegra: flesh out bootcmd > > From: Stephen Warren > > This imple

[U-Boot] [PATCH] EXT2: Indent cleanup

2012-05-16 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Wolfgang Denk --- fs/ext2/dev.c | 74 +++-- 1 file changed, 35 insertions(+), 39 deletions(-) diff --git a/fs/ext2/dev.c b/fs/ext2/dev.c index 315ff53..f8cb8b7 100644 --- a/fs/ext2/dev.c +++ b/fs/ext2/dev.c @@

Re: [U-Boot] [PATCH v2 03/21] net: Move MAC-seeded rand out of bootp.c

2012-05-16 Thread Joe Hershberger
Hi Simon, On Fri, Apr 20, 2012 at 9:54 PM, Simon Glass wrote: > Hi Joe, > > On Tue, Mar 27, 2012 at 4:42 PM, Joe Hershberger > wrote: >> diff --git a/net/bootp.c b/net/bootp.c >> index d0a7da2..5949e77 100644 >> --- a/net/bootp.c >> +++ b/net/bootp.c >> @@ -12,6 +12,9 @@ >>  #include >>  #incl

Re: [U-Boot] [PATCH 0/2] omap_dss: add optional 32bit XXRRGGBB framebuffer

2012-05-16 Thread Jeroen Hofstee
On 05/16/2012 09:04 PM, Jeroen Hofstee wrote: I could not resist removing some brackets etc while looking at the file.. These changes are optional and in a seperate patch. I will email a seperate patch which I use for testing, but should NOT be in mainline, since it assumes which LCD is connected

[U-Boot] [PATCH 1/2] omap3_dss: add optional framebuffer

2012-05-16 Thread Jeroen Hofstee
From: Jeroen Hofstee The beagle board uses the background color to show an orange screen during startup. This patch adds the ability to add a frame buffer, with the intention not to break the beagle board use case (I don't have one). videomodes.c is not used. Scrolling depends on this patch: htt

[U-Boot] [PATCH 2/2] omap3_dss: cosmetic changes

2012-05-16 Thread Jeroen Hofstee
From: Jeroen Hofstee Remove unnecessary brackets. Unwrap lines which are below 80 chars. Single line comment as single line. Moved init values to the source code. cc: s-paul...@ti.com cc: kha...@ti.com Signed-off-by: Jeroen Hofstee --- arch/arm/include/asm/arch-omap3/dss.h | 20 +++--

[U-Boot] [PATCH 0/2] omap_dss: add optional 32bit XXRRGGBB framebuffer

2012-05-16 Thread Jeroen Hofstee
I could not resist removing some brackets etc while looking at the file.. These changes are optional and in a seperate patch. I will email a seperate patch which I use for testing, but should NOT be in mainline, since it assumes which LCD is connected. Beagle owners, please test that I didn't brea

[U-Boot] [PATCH 2/2] tegra: add SDIO1 funcmux entry for UARTA

2012-05-16 Thread Lucas Stach
This is based on top of: tegra: add alternate UART1 funcmux entry tegra: add UART1 on GPU funcmux entry v2: remove enum change Signed-off-by: Lucas Stach Acked-by: Stephen Warren CC: Stephen Warren CC: Tom Warren CC: Marek Vasut --- arch/arm/cpu/armv7/tegra2/board.c |2 ++ arch

[U-Boot] [PATCH 1/2] tegra: sync SDIO1 pingroup enum name with TRM

2012-05-16 Thread Lucas Stach
Signed-off-by: Lucas Stach CC: Tom Warren --- arch/arm/include/asm/arch-tegra2/pinmux.h |2 +- board/compal/paz00/paz00.c|6 +++--- 2 Dateien geändert, 4 Zeilen hinzugefügt(+), 4 Zeilen entfernt(-) diff --git a/arch/arm/include/asm/arch-tegra2/pinmux.h b/arch/arm/includ

Re: [U-Boot] [PATCH] tegra: add SDIO1 funcmux entry for UARTA

2012-05-16 Thread Lucas Stach
Am Mittwoch, den 16.05.2012, 10:59 -0700 schrieb Tom Warren: > Lucas, > > > -Original Message- > > From: Lucas Stach [mailto:d...@lynxeye.de] > > Sent: Wednesday, May 16, 2012 9:29 AM > > To: u-boot@lists.denx.de > > Cc: Stephen Warren; Tom Warren; Marek Vasut > > Subject: [PATCH] tegra: a

Re: [U-Boot] [PATCH 1/2] Add env vars describing U-Boot target board

2012-05-16 Thread Otavio Salvador
On Wed, May 16, 2012 at 2:36 PM, Stephen Warren wrote: > This can be useful for generic scripts. For example, rather than hard- > coding a script to ext2load tegra-harmony.dtb, it could load > ${board_soc}-${board_name}.dtb and hence not need adjustments to > run on multiple boards. I do like the

[U-Boot] Unifying device tree filenames, and U-Boot SoC name

2012-05-16 Thread Stephen Warren
I just posted a patch which causes U-Boot to define some variables describing which board you're running on: http://lists.denx.de/pipermail/u-boot/2012-May/124556.html In particular, see the description of that first patch for motivation re: U-Boot scripts. The one issue here is that the U-Boot

[U-Boot] [PATCH 1/2] Add env vars describing U-Boot target board

2012-05-16 Thread Stephen Warren
From: Stephen Warren This can be useful for generic scripts. For example, rather than hard- coding a script to ext2load tegra-harmony.dtb, it could load ${board_soc}-${board_name}.dtb and hence not need adjustments to run on multiple boards. Signed-off-by: Stephen Warren --- Wolfgang, does this

[U-Boot] [PATCH 2/2] tegra: enabled CONFIG_ENV_VAR_BOARD_NAME/VENDOR/SOC

2012-05-16 Thread Stephen Warren
From: Stephen Warren So that all Tegra boards define environment variables that describe themselves. Signed-off-by: Stephen Warren --- include/configs/tegra2-common.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/configs/tegra2-common.h b/include/configs/te

Re: [U-Boot] [PATCH V3 RESEND 2/4] mtd/NAND: Add FSMC driver support

2012-05-16 Thread Scott Wood
On 05/16/2012 07:06 AM, Amit Virdi wrote: > + if ((bits_ecc + bits_data) <= 8) { > + if (bits_data) > + memset(dat, 0xff, 512); > + return bits_data; return bits_data + bits_ecc; > + i = 0; > + while (num_err-

Re: [U-Boot] [PATCH] tegra: add SDIO1 funcmux entry for UARTA

2012-05-16 Thread Stephen Warren
On 05/16/2012 10:29 AM, Lucas Stach wrote: > This is based on top of: > tegra: add alternate UART1 funcmux entry > tegra: add UART1 on GPU funcmux entry > > While at it sync up the pingroup enum name with the TRM. > > Signed-off-by: Lucas Stach > CC: Stephen Warren > CC: Tom Warren > CC: Marek

[U-Boot] [PATCH V3 1/2] tegra: whistler: reduce and comment network cfg options

2012-05-16 Thread Stephen Warren
From: Stephen Warren CONFIG_CMD_PING/NFS aren't required for Whistler to boot. Add some comments. Signed-off-by: Stephen Warren --- v3: Fix duplicate #defines v2: Fix typo in comment Tom, this series replaces patches 3 and 4 of the V2 series I just posted. --- include/configs/whistler.h |

[U-Boot] [PATCH V3 2/2] tegra: seaboard: add support for USB networking

2012-05-16 Thread Stephen Warren
From: Stephen Warren Signed-off-by: Stephen Warren --- v3: Fix duplicate #defines --- include/configs/seaboard.h |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index 5e91675..6671ed3 100644 --- a/include/c

Re: [U-Boot] [PATCH V2 4/4] tegra: seaboard: add support for USB networking

2012-05-16 Thread Lucas Stach
Hi Stephen, Am Mittwoch, den 16.05.2012, 10:21 -0600 schrieb Stephen Warren: > From: Stephen Warren > > Signed-off-by: Stephen Warren > --- > include/configs/seaboard.h | 12 > 1 files changed, 12 insertions(+), 0 deletions(-) > > diff --git a/include/configs/seaboard.h b/inclu

[U-Boot] [PATCH] tegra: add SDIO1 funcmux entry for UARTA

2012-05-16 Thread Lucas Stach
This is based on top of: tegra: add alternate UART1 funcmux entry tegra: add UART1 on GPU funcmux entry While at it sync up the pingroup enum name with the TRM. Signed-off-by: Lucas Stach CC: Stephen Warren CC: Tom Warren CC: Marek Vasut --- arch/arm/cpu/armv7/tegra2/board.c |2

[U-Boot] [PATCH V2 3/4] tegra: whistler: reduce and comment network cfg options

2012-05-16 Thread Stephen Warren
From: Stephen Warren CONFIG_CMD_PING/NFS aren't required for Whistler to boot. Add some comments. Signed-off-by: Stephen Warren --- v2: Fix typo in comment --- include/configs/whistler.h |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/include/configs/whistler.h

[U-Boot] [PATCH V2 4/4] tegra: seaboard: add support for USB networking

2012-05-16 Thread Stephen Warren
From: Stephen Warren Signed-off-by: Stephen Warren --- include/configs/seaboard.h | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index 5e91675..0857c1a 100644 --- a/include/configs/seaboard.h +++ b/inc

[U-Boot] [PATCH V2 2/4] tegra: flesh out bootcmd

2012-05-16 Thread Stephen Warren
From: Stephen Warren This implements a useful bootcmd for Tegra. The boot order is: * If USB enabled, USB storage * Internal MMC (SD card or eMMC) * If networking is enabled, BOOTP/TFTP When booting from USB or MMC, the boot script is assumed to be in partition 1 (although this may be overridde

[U-Boot] [PATCH V2 1/4] tegra: remove some cruft from CONFIG_EXTRA_ENV_SETTINGS

2012-05-16 Thread Stephen Warren
From: Stephen Warren console isn't used by anything, and the kernel should be set appropriately by whatever script is booting the kernel, not imposed by the bootloader. mem might be useful, but the current value is pretty bogus, since it includes nvmem options that make no sense for an upstream

Re: [U-Boot] [PATCH V2 2/4] mtd/NAND: Add FSMC driver support

2012-05-16 Thread Scott Wood
On 05/16/2012 05:41 AM, Amit Virdi wrote: > Hi Scott, > > On 5/16/2012 2:44 AM, Scott Wood wrote: >> On 05/07/2012 02:26 AM, Amit Virdi wrote: >>> +while (num_err--) { >>> +change_bit(0,&err_idx[i]); >>> +change_bit(1,&err_idx[i]); >>> + >>> +if (err_idx[i]< 512 * 8) {

[U-Boot] [PATCH] tegra: add UART1 on GPU funcmux entry

2012-05-16 Thread Stephen Warren
From: Stephen Warren TrimSlice uses UART1 on the GPU pingroup. Signed-off-by: Stephen Warren --- arch/arm/cpu/armv7/tegra2/board.c |4 +++- arch/arm/cpu/armv7/tegra2/funcmux.c|5 + arch/arm/include/asm/arch-tegra2/funcmux.h |1 + 3 files changed, 9 insertions(+

Re: [U-Boot] [PATCH v2 01/21] net: Remove CMD_PING where there's no CMD_NET

2012-05-16 Thread Joe Hershberger
Hi Simon, On Fri, Apr 20, 2012 at 9:47 PM, Simon Glass wrote: > Hi Joe, > > On Tue, Mar 27, 2012 at 4:42 PM, Joe Hershberger > wrote: >> diff --git a/include/configs/am3517_crane.h b/include/configs/am3517_crane.h >> index b0dd2f0..848e4ae 100644 >> --- a/include/configs/am3517_crane.h >> +++ b

[U-Boot] Configure u-boot with netconsole

2012-05-16 Thread Rudy Cazeao
I'm having trouble getting netconsole to work u-boot after following to the letter instructions found in README.NetConsole. Here are the steps taken. 1) in the file include/configs/ads5125.h, I use # define CONFIG_NETCONSOLE 1 2) I then built u-boot and downloaded the image on ram memory o

[U-Boot] [PATCH 6/6] ARM: add support for d2 Network v2

2012-05-16 Thread Simon Guinot
This patch adds support for the LaCie board d2 Network v2 which share a lot of hardware caracteristics with the 2Big Network v2. - CPU: Marvell 88F6281 1200Mhz - SDRAM memory: 256MB DDR2 400Mhz - 2 SATA ports: internal and eSATA - Gigabit ethernet: PHY Marvell 88E1116R - Flash memory: SPI NOR 512K

[U-Boot] [PATCH 5/6] ARM: add support for Network Space v2 Lite and Mini

2012-05-16 Thread Simon Guinot
This patch adds support for the LaCie boards Network Space v2 (Lite and Mini). This two boards are derived from the Network Space v2 and a lot of hardware caracteristics are shared. - CPU: Marvell 88F6192 800Mhz - SDRAM memory: 128MB DDR2 200Mhz - 1 SATA port: internal - Gigabit ethernet: PHY Marv

[U-Boot] [PATCH 3/6] lacie_kw: add support for EFI partitions

2012-05-16 Thread Simon Guinot
Defines CONFIG_EFI_PARTITION for LaCie boards. Additionally this patch defines CONFIG_DOS_PARTITION. Note that this definition is implicit in mv_common.h when CONFIG_CMD_USB is enabled. Signed-off-by: Simon Guinot --- include/configs/lacie_kw.h |6 ++ 1 file changed, 6 insertions(+) di

[U-Boot] [PATCH 4/6] ARM: don't probe PHY address for LaCie boards

2012-05-16 Thread Simon Guinot
The command miiphy_read(name, 0xEE, 0xEE, (u16 *) &devadr) always returns 8 for the PHY address. It is the reset value for the PHY Address Register. Obviously, this default value could be incorrect. Moreover, as the PHY address is well known, there is no need to auto-detect it. Now, the PHY addres

[U-Boot] [PATCH 2/6] lacie_kw: fix CONFIG_SYS_KWD_CONFIG for inetspace_v2

2012-05-16 Thread Simon Guinot
Signed-off-by: Simon Guinot --- include/configs/lacie_kw.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/lacie_kw.h b/include/configs/lacie_kw.h index 5746fc4..4f8bc8f 100644 --- a/include/configs/lacie_kw.h +++ b/include/configs/lacie_kw.h @@ -70,7 +70,7

[U-Boot] [PATCH 1/6] lacie_kw: fix SDRAM banks number for net2big_v2

2012-05-16 Thread Simon Guinot
Signed-off-by: Simon Guinot --- include/configs/lacie_kw.h |4 1 file changed, 4 deletions(-) diff --git a/include/configs/lacie_kw.h b/include/configs/lacie_kw.h index 6cbc752..5746fc4 100644 --- a/include/configs/lacie_kw.h +++ b/include/configs/lacie_kw.h @@ -66,11 +66,7 @@ /* * S

[U-Boot] [PATCH 0/6] Bug fixes and board support for LaCie devices

2012-05-16 Thread Simon Guinot
Hi, Here is a patch series wich provides some bug fixes for the Internet Space v2 and 2Big Network v2 devices. In addition, support is also added for the following devices: - Network Space v2 Lite - Network Space v2 Mini - d2 Network v2. Regards, Simon Simon Guinot (6): lacie_kw: fix SDRA

Re: [U-Boot] [PATCH 1/6 V4] EXYNOS5: Fix system register structure

2012-05-16 Thread Vivek Gautam
Hi Marek, On Wed, May 14, 2012 at 11:56 PM, Marek Vasut > wrote: > Dear Rajeshwari Shinde, > > > This patch corrects the SYSREG structure. > > What is the exact difference between this patchset and V3 one? It's a good > practice to sum such things up below diffstat. > Yes, Change is in [PATCH 4

Re: [U-Boot] [PATCH 1/6 V4] EXYNOS5: Fix system register structure

2012-05-16 Thread Marek Vasut
Dear Vivek Gautam, > Hi Marek, > > On Wed, May 14, 2012 at 11:56 PM, Marek Vasut > > > > wrote: > > > > Dear Rajeshwari Shinde, > > > > > This patch corrects the SYSREG structure. > > > > What is the exact difference between this patchset and V3 one? It's a > > good practice to sum such thin

Re: [U-Boot] [PATCH v2] kwboot: boot Marvell Kirkwood SoCs over a serial link

2012-05-16 Thread Simon Guinot
On Wed, May 02, 2012 at 09:16:43PM +0200, Luka Perkov wrote: > The kwboot program boots boards based on Marvell's Kirkwood platform > via Xmodem over their integrated UART. > > Signed-off-by: Daniel Stodden > Acked-by: Luka Perkov kwboot works fine with Kirkwood based LaCie devices. Tested-by:

[U-Boot] [PATCH V3 RESEND 4/4] mtd/NAND: Remove obsolete SPEAr specific NAND drivers

2012-05-16 Thread Amit Virdi
From: Vipin KUMAR Since, SPEAr platform uses generic FSMC driver now, so spear specific files drivers/mtd/nand/spr_nand.c, arch/arm/include/asm/arch-spear/spr_nand.h are removed Signed-off-by: Vipin Kumar Signed-off-by: Amit Virdi --- arch/arm/include/asm/arch-spear/spr_nand.h | 57

[U-Boot] [PATCH V3 RESEND 3/4] SPEAr: Configure FSMC driver for NAND interface

2012-05-16 Thread Amit Virdi
From: Vipin KUMAR Since FSMC is a standard IP and it supports different memory interfaces, it is supported independent of spear platform and spear is configured to use that driver for interfacing with the NAND device Signed-off-by: Vipin Kumar Signed-off-by: Amit Virdi --- arch/arm/include/as

[U-Boot] [PATCH V3 RESEND 2/4] mtd/NAND: Add FSMC driver support

2012-05-16 Thread Amit Virdi
From: Vipin KUMAR Flexible static memory controller is a peripheral provided by ST, which controls the access to NAND chips along with many other memory device chips eg NOR, SRAM. This patch adds the driver support for FSMC controller interfacing with NAND memory. Signed-off-by: Vipin Kumar Si

[U-Boot] [PATCH V3 RESEND 1/4] ARM: Define change_bit routine

2012-05-16 Thread Amit Virdi
From: Vipin KUMAR change_bit routine is left implementation dependent until now. This routine is now defined for arm platforms in asm-arm/bitops.h The Flexible Static memory controller driver, placed in mtd/nand/fsmc_nand.c needs this routine. FSMC is a memory controller peripheral from ST. The

[U-Boot] [PATCH V3 RESEND 0/4] mtd/NAND: Support for FSMC controller

2012-05-16 Thread Amit Virdi
This patchset adds support for ST's FSMC controller. In the current u-boot, a SPEAr specific driver exists for FSMC controller. This patchset adds a full fledged driver that can be used across multiple platforms and removes the obsolete SPEAr specific driver. V2 -> V3 - Implemented timeout durin

Re: [U-Boot] [PATCH V3 0/4] mtd/NAND: Support for FSMC controlle

2012-05-16 Thread Amit Virdi
Kindly discard this patchset, it is same as V2 as I used older sha key to generate the patchset. I'm so sorry for this mess. Sending the correct patchset On 5/16/2012 5:15 PM, Amit VIRDI wrote: This patchset adds support for ST's FSMC controller. In the current u-boot, a SPEAr specific dri

[U-Boot] [PATCH V3 4/4] mtd/NAND: Remove obsolete SPEAr specific NAND drivers

2012-05-16 Thread Amit Virdi
From: Vipin KUMAR Since, SPEAr platform uses generic FSMC driver now, so spear specific files drivers/mtd/nand/spr_nand.c, arch/arm/include/asm/arch-spear/spr_nand.h are removed Signed-off-by: Vipin Kumar Signed-off-by: Amit Virdi --- arch/arm/include/asm/arch-spear/spr_nand.h | 57

[U-Boot] [PATCH V3 2/4] mtd/NAND: Add FSMC driver support

2012-05-16 Thread Amit Virdi
From: Vipin KUMAR Flexible static memory controller is a peripheral provided by ST, which controls the access to NAND chips along with many other memory device chips eg NOR, SRAM. This patch adds the driver support for FSMC controller interfacing with NAND memory. Signed-off-by: Vipin Kumar Si

[U-Boot] [PATCH V3 3/4] SPEAr: Configure FSMC driver for NAND interface

2012-05-16 Thread Amit Virdi
From: Vipin KUMAR Since FSMC is a standard IP and it supports different memory interfaces, it is supported independent of spear platform and spear is configured to use that driver for interfacing with the NAND device Signed-off-by: Vipin Kumar Signed-off-by: Amit Virdi --- arch/arm/include/as

[U-Boot] [PATCH V3 0/4] mtd/NAND: Support for FSMC controlle

2012-05-16 Thread Amit Virdi
This patchset adds support for ST's FSMC controller. In the current u-boot, a SPEAr specific driver exists for FSMC controller. This patchset adds a full fledged driver that can be used across multiple platforms and removes the obsolete SPEAr specific driver. V2 -> V3 - Implemented timeout durin

[U-Boot] [PATCH V3 1/4] ARM: Define change_bit routine

2012-05-16 Thread Amit Virdi
From: Vipin KUMAR change_bit routine is left implementation dependent until now. This routine is now defined for arm platforms in asm-arm/bitops.h The Flexible Static memory controller driver, placed in mtd/nand/fsmc_nand.c needs this routine. FSMC is a memory controller peripheral from ST. The

Re: [U-Boot] [PATCH V2 2/4] mtd/NAND: Add FSMC driver support

2012-05-16 Thread Amit Virdi
Three fixups. Signed-off-by: Amit Virdi Please discard this. I'll send changes in the V3 patchset. Thanks Amit Virdi ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH V2 2/4] mtd/NAND: Add FSMC driver support

2012-05-16 Thread Amit Virdi
On 5/16/2012 2:44 AM, Scott Wood wrote: >> +case FSMC_VER8: >> +/* Busy waiting for ecc computation to finish for 512 bytes */ >> +while (!(readl(&fsmc_regs_p->sts)& FSMC_CODE_RDY)) >> +; > > Timeout? > >> +uint16_t ecc_oob[7]; >> +uint8_t *oob = (uint8_t *

[U-Boot] [PATCH 3/3] spi/kirkwood: add weak functions board_spi_claim/release_bus

2012-05-16 Thread Valentin Longchamp
This allows a final, board specific, step in the claim/relase_bus function for the SPI controller, which may be needed for some hardware designs. Signed-off-by: Valentin Longchamp cc: Holger Brunck cc: Prafulla Wadaskar --- drivers/spi/kirkwood_spi.c | 13 - 1 files changed, 12 i

[U-Boot] [PATCH 2/3] spi/kirkwood: support spi_claim/release_bus functions

2012-05-16 Thread Valentin Longchamp
These two function nows ensure that the MPP is configured correctly for the SPI controller before any SPI access, and restore the initial configuration when the access is over. Since the used pins for the SPI controller can differ (2 possibilities for each signal), the used pins are configured wit

[U-Boot] [PATCH 1/3] kirkwood: add kirkwood_mpp_save/restore functions

2012-05-16 Thread Valentin Longchamp
These 2 functions can be used in pair if one needs to set a mpp configuration only for a given time and then switch back to the previous mpp config. Signed-off-by: Valentin Longchamp cc: Holger Brunck cc: Prafulla Wadaskar --- arch/arm/cpu/arm926ejs/kirkwood/mpp.c| 18 ++

[U-Boot] [PATCH 0/3] kirkwood spi_claim/release_bus support

2012-05-16 Thread Valentin Longchamp
This series adds generic support for the spi_claim/release_bus functions for the kirkwood processors. The implementation was already discussed in another thread following my first board specific submission of the patch. The series adds two functions to the kirkwood mpp code to be able to temporar

Re: [U-Boot] [PATCH v2] ATMEL/PIO: Enable new feature of PIO on Atmel device

2012-05-16 Thread Andreas Bießmann
Dear Bo Shen, On 16.05.2012 04:16, Bo Shen wrote: > v2: > Remove legacy interface. > > v1: > Enable new PIO feature supported by Atmel SoC. > Using CPU_HAS_PIO3 micro to enable PIO new feature. these go behind the '---' line. All before the '---' will be the git commit message. The git com

Re: [U-Boot] [PATCH V2 2/4] mtd/NAND: Add FSMC driver support

2012-05-16 Thread Amit Virdi
Hi Scott, On 5/16/2012 2:44 AM, Scott Wood wrote: On 05/07/2012 02:26 AM, Amit Virdi wrote: + while (num_err--) { + change_bit(0,&err_idx[i]); + change_bit(1,&err_idx[i]); + + if (err_idx[i]< 512 * 8) { + change_bit(err_idx[

[U-Boot] UBI error after executing nandtest

2012-05-16 Thread Ana Rodríguez López
UBI error: ubi_read_volume_table: the layout volume was not found Error after executing and interrupting nandtest: nandtest -p 100 /dev/mtd5 Creating 6 MTD partitions on "atmel_nand": 0x-0x0002 : "bootstrap" 0x0002-0x0006 : "uboot" 0x0006-0x000800

[U-Boot] [PATCH v2] sh: Add SH7269 device and RSK2+SH7269 board

2012-05-16 Thread Phil Edworthy
This is an sh2a device (max 266MHz) with FPU, video display controller (VDC), 8 serial ports, 4 I2C channels, 3 CAN ports, SD and on-chip USB. The RSK2+SH7269 board uses the SH7269 processor. It is often referred to as just rsk7269. Signed-off-by: Phil Edworthy --- v2: added more info in the com

[U-Boot] how to use u-boot to relocate an executeable to a static address in RAM?

2012-05-16 Thread apple pie
resend because of rebounce From: east...@hotmail.com To: u-boot@lists.denx.de Subject: how to use u-boot to relocate an executeable to a static address in RAM? Date: Wed, 16 May 2012 00:23:12 + Hi, Please correct me if I am wrong. From what I understand, u-boot itself is relocated