Re: [U-Boot] [PATCH 5/7] S3C24XX: Add NAND Flash driver

2012-09-12 Thread José Miguel Gonçalves
Hi Marek, On 09/12/2012 10:11 PM, Marek Vasut wrote: Dear José Miguel Gonçalves, + +/* + * Hardware specific access to control-lines function + */ +static void s3c_nand_hwcontrol(struct mtd_info *mtd, int cmd, unsigned int ctrl) +{ + s3c24xx_nand *const nand = s3c24xx_get_base_nand(); +

[U-Boot] Pull request: u-boot-mips/master

2012-09-12 Thread Daniel Schwierzeck
Hi Tom, The following changes since commit e66443fdb5355e68cfdbbdd37248c4b7eb4968f5: Makefile: fix HAVE_VENDOR_COMMON_LIB (2012-08-17 18:07:12 +0200) are available in the git repository at: git://git.denx.de/u-boot-mips.git master for you to fetch changes up to b1418d90e7adf236433b1e2bf88e

Re: [U-Boot] [PATCH 5/7] S3C24XX: Add NAND Flash driver

2012-09-12 Thread Scott Wood
On 09/12/2012 06:16 PM, José Miguel Gonçalves wrote: > Hi Marek, > > On 09/12/2012 10:11 PM, Marek Vasut wrote: >> Dear José Miguel Gonçalves, >> >>> + >>> +/* >>> + * Hardware specific access to control-lines function >>> + */ >>> +static void s3c_nand_hwcontrol(struct mtd_info *mtd, int cmd, >>>

Re: [U-Boot] using initrd with U-boot on the imx28evk

2012-09-12 Thread Bill
I'm using U-boot version: U-Boot 2012.07 Through googling, I've come across several variations of using a ramdisk. So I selected some things that looked good. So basically, I am building a rootfs as a ramdisk by: dd if=/dev/zero of=./myinitrd.img bs=1M count=35 mke2fs -m 1 ./myinitr

Re: [U-Boot] [PATCH 4/7] S3C24XX: Add RTC driver

2012-09-12 Thread José Miguel Gonçalves
Hi Marek, On 09/12/2012 10:03 PM, Marek Vasut wrote: Dear José Miguel Gonçalves, +static inline void rtc_access_disable(void) +{ + s3c24xx_rtc *const rtc = s3c24xx_get_base_rtc(); + uchar rtccon; + + rtccon = readb(&rtc->rtccon); + rtccon &= ~0x01; Magic numbers, fix g

Re: [U-Boot] Cache alignment warnings on Tegra (ARM)

2012-09-12 Thread Marek Vasut
Dear Stephen Warren, > On 09/12/2012 04:38 PM, Marek Vasut wrote: > > Dear Stephen Warren, > > > >> On 09/12/2012 10:19 AM, Tom Warren wrote: > >>> Folks, > >>> > >>> Stephen Warren has posted an internal bug regarding the cache > >>> alignment 'warnings' seen on Tegra20 boards when accessing MM

Re: [U-Boot] Pull request: u-boot-mips/master

2012-09-12 Thread Tom Rini
On Thu, Sep 13, 2012 at 01:17:03AM +0200, Daniel Schwierzeck wrote: > Hi Tom, > > The following changes since commit e66443fdb5355e68cfdbbdd37248c4b7eb4968f5: > > Makefile: fix HAVE_VENDOR_COMMON_LIB (2012-08-17 18:07:12 +0200) > > are available in the git repository at: > > git://git.denx.

Re: [U-Boot] using initrd with U-boot on the imx28evk

2012-09-12 Thread Marek Vasut
Dear Bill, > I'm using U-boot version: U-Boot 2012.07 > > Through googling, I've come across several variations of using a > ramdisk. So I selected some things that looked good. So basically, I > am building a rootfs as a ramdisk by: > > dd if=/dev/zero of=./myinitrd.img bs=1M count=35 >

Re: [U-Boot] [PATCH 5/7] S3C24XX: Add NAND Flash driver

2012-09-12 Thread Marek Vasut
Dear José Miguel Gonçalves, > Hi Marek, > > On 09/12/2012 10:11 PM, Marek Vasut wrote: > > Dear José Miguel Gonçalves, > > > >> + > >> +/* > >> + * Hardware specific access to control-lines function > >> + */ > >> +static void s3c_nand_hwcontrol(struct mtd_info *mtd, int cmd, unsigned > >> int c

Re: [U-Boot] [PATCH 5/7] S3C24XX: Add NAND Flash driver

2012-09-12 Thread José Miguel Gonçalves
On 09/13/2012 12:45 AM, Marek Vasut wrote: Dear José Miguel Gonçalves, Hi Marek, On 09/12/2012 10:11 PM, Marek Vasut wrote: Dear José Miguel Gonçalves, + +/* + * Hardware specific access to control-lines function + */ +static void s3c_nand_hwcontrol(struct mtd_info *mtd, int cmd, unsigned i

Re: [U-Boot] [PATCH 5/7] S3C24XX: Add NAND Flash driver

2012-09-12 Thread José Miguel Gonçalves
Hi Scott, On 09/13/2012 12:20 AM, Scott Wood wrote: On 09/12/2012 06:16 PM, José Miguel Gonçalves wrote: Hi Marek, On 09/12/2012 10:11 PM, Marek Vasut wrote: Dear José Miguel Gonçalves, + +/* + * Hardware specific access to control-lines function + */ +static void s3c_nand_hwcontrol(struct

Re: [U-Boot] [PATCH 5/7] S3C24XX: Add NAND Flash driver

2012-09-12 Thread Marek Vasut
Dear José Miguel Gonçalves, > Hi Scott, > > On 09/13/2012 12:20 AM, Scott Wood wrote: > > On 09/12/2012 06:16 PM, José Miguel Gonçalves wrote: > >> Hi Marek, > >> > >> On 09/12/2012 10:11 PM, Marek Vasut wrote: > >>> Dear José Miguel Gonçalves, > >>> > + > +/* > + * Hardware spec

Re: [U-Boot] [PATCH 5/7] S3C24XX: Add NAND Flash driver

2012-09-12 Thread José Miguel Gonçalves
On 09/13/2012 01:24 AM, Marek Vasut wrote: Dear José Miguel Gonçalves, Hi Scott, On 09/13/2012 12:20 AM, Scott Wood wrote: On 09/12/2012 06:16 PM, José Miguel Gonçalves wrote: Hi Marek, On 09/12/2012 10:11 PM, Marek Vasut wrote: Dear José Miguel Gonçalves, + +/* + * Hardware specific acc

Re: [U-Boot] [PATCH 5/7] S3C24XX: Add NAND Flash driver

2012-09-12 Thread Marek Vasut
Dear José Miguel Gonçalves, > On 09/13/2012 01:24 AM, Marek Vasut wrote: > > Dear José Miguel Gonçalves, > > > >> Hi Scott, > >> > >> On 09/13/2012 12:20 AM, Scott Wood wrote: > >>> On 09/12/2012 06:16 PM, José Miguel Gonçalves wrote: > Hi Marek, > > On 09/12/2012 10:11 PM, Marek

Re: [U-Boot] [PATCH V5 1/2] ext4fs ls load support

2012-09-12 Thread Tom Rini
On 09/12/2012 03:57 PM, Rob Herring wrote: > On 09/12/2012 05:49 PM, Tom Rini wrote: >> On Mon, Aug 13, 2012 at 01:28:19PM -0500, Rob Herring wrote: >>> On 08/13/2012 06:52 AM, Wolfgang Denk wrote: Dear Rob Herring, In message <50244d5a.3080...@gmail.com> you wrote: > > I rep

Re: [U-Boot] [PATCH 3/7] S3C24XX: Add serial driver

2012-09-12 Thread José Miguel Gonçalves
Hi Marek, On 09/12/2012 10:01 PM, Marek Vasut wrote: Dear José Miguel Gonçalves, Serial driver for the S3C24XX SoCs. Signed-off-by: José Miguel Gonçalves --- drivers/serial/Makefile |1 + drivers/serial/s3c24xx_serial.c | 146 +++ 2 files ch

Re: [U-Boot] [PATCH 1/2] libfdt: Add support for appending the values to a existing property

2012-09-12 Thread Jerry Van Baren
Hi Kim, Minghuan, On 09/12/2012 08:08 PM, Kim Phillips wrote: > On Mon, 27 Aug 2012 19:38:59 -0500 > Kim Phillips wrote: > >> From: Minghuan Lian >> >> Some properties may contain multiple values, these values may need >> to be added to the property respectively. this patch provides this >> fun

Re: [U-Boot] [PATCH] fdt: Check if the FDT address is configured

2012-09-12 Thread Jerry Van Baren
Hi Marek, I'll queue this up this weekend. The merge window for v2012.10 closed September 18. Unless there is an overriding urgency, the patch will go into the following release. On 09/05/2012 02:34 AM, Marek Vasut wrote: > In case the "fdt addr" command wasn't ran yet and any other "fdt" > sub

Re: [U-Boot] Help Required [imx35pdk]

2012-09-12 Thread Fabio Estevam
Hi Stefano, On Wed, Sep 12, 2012 at 6:44 PM, stefano babic wrote: > U-Boot for mx35pdk runs from NOR and not from NAND. There is no support > to run from NAND. Even if I can "convince" the board to boot from NAND, > this was not pushed to mainline. I explain why. Reading board/freescale/mx35pdk

Re: [U-Boot] [PATCH 1/2] mx6q: Factor out common DDR3 init code

2012-09-12 Thread Fabio Estevam
Hi Stefano, On Wed, Sep 12, 2012 at 7:06 PM, stefano babic wrote: > Ok - before you put your next version, is imx-common the right place fir > it ? I mean, in imx-common we should put code that can be shared among > different Freescale's SOCs. The imximage you want to share is common to > some b

Re: [U-Boot] [PATCH v2 4/9] i2c: sh_i2c.c: support I2C2, I2C3 and I2C4

2012-09-12 Thread Nobuhiro Iwamatsu
On Wed, Sep 12, 2012 at 5:21 PM, Tetsuyuki Kobayashi wrote: > sh_i2c.c support I2C0 and I2C1. This patch extends it to I2C4. > > Signed-off-by: Tetsuyuki Kobayashi > --- > Changes for v2: > - new > > drivers/i2c/sh_i2c.c| 15 +++ > include/configs/kzm9g.h |5 - > 2 fil

Re: [U-Boot] [PATCH v2 5/9] i2c: sh_i2c: enable i2c_probe

2012-09-12 Thread Nobuhiro Iwamatsu
On Wed, Sep 12, 2012 at 5:46 PM, Tetsuyuki Kobayashi wrote: > Before this patch i2c_probe() always returned 0 and "i2c probe" command did > not work properly. > > Modify i2c_set_addr() to check TACK when waiting DTE and make i2c_probe() > call this function. > > Signed-off-by: Tetsuyuki Kobayash

Re: [U-Boot] [PATCH v2 1/9] i2c: sh_i2c.c: support iccl and icch extension

2012-09-12 Thread Nobuhiro Iwamatsu
On Wed, Sep 12, 2012 at 5:46 PM, Tetsuyuki Kobayashi wrote: > R-mobile SoC (at least SH73A0) has extension bits to store 8th bit of iccl > and icch. > This patch add support for the extentin bits. > > Signed-off-by: Tetsuyuki Kobayashi > --- > Changes for v2: > - define CONFIG_SH_I2C_8BIT at bo

Re: [U-Boot] [PATCH v2 6/9] i2c: sh_i2c.c: check error in i2c_read and i2c_write

2012-09-12 Thread Nobuhiro Iwamatsu
On Wed, Sep 12, 2012 at 5:21 PM, Tetsuyuki Kobayashi wrote: > Before this patch, i2c_{read,write} always returned 0. > Check TACK in i2c_raw_{read,write} so that i2c_{read,write} return non-zero > when error. > > Signed-off-by: Tetsuyuki Kobayashi > --- > Changes for v2: > - new > > drivers/i2

Re: [U-Boot] [PATCH v2 7/9] i2c: sh_i2c.c: remove unused function

2012-09-12 Thread Nobuhiro Iwamatsu
On Wed, Sep 12, 2012 at 5:46 PM, Tetsuyuki Kobayashi wrote: > irq_wait() was not used. So removed it to elminate compiler warnings. > > Signed-off-by: Tetsuyuki Kobayashi > --- > Changes for v2: > - new > > drivers/i2c/sh_i2c.c | 16 > 1 file changed, 16 deletions(-) > > diff

Re: [U-Boot] [PATCH v2 8/9] arm: rmobile: kzm9g: enable I2C1

2012-09-12 Thread Nobuhiro Iwamatsu
On Wed, Sep 12, 2012 at 5:46 PM, Tetsuyuki Kobayashi wrote: > Supply clock to I2C1 and release resetting. > > Signed-off-by: Tetsuyuki Kobayashi > --- > Changes for v2: > - new > > board/kmc/kzm9g/kzm9g.c |5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/board/kmc

Re: [U-Boot] [RESEND PATCH v2 0/9] i2c for R-mobile

2012-09-12 Thread Nobuhiro Iwamatsu
Hi, Thank you for this work. If you have a time, could you update sh_i2c using set/clrbits functions? these functions is included in asm/io.h. For example, you can change from writeb(readb(&base->iccr) & ~SH_I2C_ICCR_ICE, &base->iccr); to clrbits_8(&base->iccr, SH_I2C_ICCR_ICE); . Best regards,

Re: [U-Boot] [PATCH v2 9/9] arm: rmobile: kzm9g: enable I2C2

2012-09-12 Thread Nobuhiro Iwamatsu
On Wed, Sep 12, 2012 at 5:46 PM, Tetsuyuki Kobayashi wrote: > Set gpio config for I2C2. > > Signed-off-by: Tetsuyuki Kobayashi > --- > Changes for v2: > - new > > board/kmc/kzm9g/kzm9g.c |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/board/kmc/kzm9g/kzm9g.c b/board/kmc/kzm9g/kzm9

Re: [U-Boot] [PATCH 0/9 V2] EXYNOS5: Add Audio support

2012-09-12 Thread Rajeshwari Birje
Hi All, Do let me know if any more comments on this patchset. Regards, Rajeshwari Shinde. On Wed, Aug 22, 2012 at 12:14 PM, Rajeshwari Shinde wrote: > This patchset adds the audio support for EXYNOS5. > This patchset plays a predefined beep sound. > > This patchset is based on the following pa

Re: [U-Boot] Help Required [imx35pdk]

2012-09-12 Thread Muhammad Usman
Dear Stefano, You really explained well. I have got it now. For now I have left the NAND flash and instead I'm now using NOR. I have successfully boot Linux with the latest kernel 3.5.3 from NOR. Thanks a lot for all your support. On Thu, Sep 13, 2012 at 2:44 AM, stefano babic wrote: > Am 12/09

Re: [U-Boot] Help Required [imx35pdk]

2012-09-12 Thread Muhammad Usman
I am totally agree with you Fabio. By reading the README.txt, it gives clear impression regarding NAND that it can also be used as an alternate. The text should be modify for NAND so that no one further stuck on it. On Thu, Sep 13, 2012 at 9:55 AM, Fabio Estevam wrote: > Hi Stefano, > > On Wed,

Re: [U-Boot] [PATCH v2 0/7] gpt: GUID Partition Table (GPT) restoration

2012-09-12 Thread Lukasz Majewski
Hi Tom, Thanks for review. > On 09/12/2012 07:50 AM, Lukasz Majewski wrote: > > This patch series provides a new command - "gpt" for eMMC partition > > table (in the GPT format) restoration. > > > > As a pre-work, some cleanup at the part_efi.c file was performed to > > remove custom macros and

[U-Boot] Pull request for ARM zynq

2012-09-12 Thread Michal Simek
Hi Albert, CC: Joe and Tom a month ago I have sent 4 Xilinx ARM zynq patches to mailing list (v2) (reminder yesterday) and I haven't got any reaction from anybody. The first patches were commented by Joe and problems fixed in the next version. There is one network driver which should require AC

Re: [U-Boot] [PATCHv2] ARM: Add Altera SOCFPGA Cyclone5

2012-09-12 Thread Stefan Roese
On 09/12/2012 06:56 PM, Tom Rini wrote: > On Tue, Sep 11, 2012 at 07:53:17AM +0200, Stefan Roese wrote: >> Hi Pavel, >> >> On 09/11/2012 02:21 AM, Pavel Machek wrote: > From: Dinh Nguyen > > Add minimal support for Altera's SOCFPGA Cyclone 5 hardware. > > Applied on top of trin

<    1   2