Re: [U-Boot] [PATCH fix for v2014.10 4/5] stdio: Add force parameter to stdio_deregister

2014-10-08 Thread Rommel Custodio
Dear Hans de Goede, Typographical error here: > --- a/drivers/serial/serial-uclass.c > +++ b/drivers/serial/serial-uclass.c > -197,7 +197,7 static int serial_pre_remove(struct udevice *dev) > #ifdef CONFIG_SYS_STDIO_DEREGISTER > struct serial_dev_priv *upriv = dev->uclass_priv;

Re: [U-Boot] Patch about mmc and sdhci, Please look it, i can not pull the patch. I copy it here.

2013-09-25 Thread Rommel Custodio
Dear richie_wang, richie_wang 163.com> writes: > Submitting a patch isn't as easy as copy-n-pasting but it's all documented. Please read this page: http://www.denx.de/wiki/U-Boot/Patches > > From 133570dbb7f772f78558cfac9d8c558513d033a1 Mon Sep 17 00:00:00 2001 > From: richie_wang 163.com>

Re: [U-Boot] U-boot PPC405EX with DDR2 DIMM

2013-09-19 Thread Rommel Custodio
Dear Steve Miller, Steve Miller tanisys.com> writes: > > > Questions: > > 1.Has anyone compiled u-boot for the 405EX using a DIMM, aka an > SPD defined RAM? > > 2. Is there something obvious that I need to place in the config > to get this to work? I compared this config to

Re: [U-Boot] [RFC 5/5] B4860QDS: Add support of 2 stage NAND boot loader

2013-09-19 Thread Rommel Custodio
Dear Prabhakar Kushwaha, Prabhakar Kushwaha freescale.com> writes: > > > > Thank you for the replies. > > You mention you use the PBL... but probably not a pblimage. The patch > > correctly fixes RAMBOOT_PBL as a trigger to generate the pblimage (u- > > boot.pbl) but there seems to be no RC

Re: [U-Boot] [RFC 5/5] B4860QDS: Add support of 2 stage NAND boot loader

2013-09-17 Thread Rommel Custodio
Dear Prabhakar Kushwaha, Prabhakar Kushwaha freescale.com> writes: > > Add support of 2 stage NAND boot loader using SPL framework. > here, PBL initialise the internal SRAM and copy SPL(96K). This further > initialise DDR using SPD and environment and copy u-boot(512 kb) from NAND to DDR. > Fi

Re: [U-Boot] [PATCH] powerpc/t1040qds: Add T1040QDS board

2013-09-10 Thread Rommel Custodio
Dear Prabhakar Kushwaha, Rommel Custodio gmail.com> writes: > > Dear Prabhakar Kushwaha, > > Prabhakar Kushwaha freescale.com> writes: > > > > > T1040QDS is a high-performance computing evaluation, development and > > test platform supporting the T1

Re: [U-Boot] [PATCH] powerpc/t1040qds: Add T1040QDS board

2013-09-10 Thread Rommel Custodio
Dear Prabhakar Kushwaha, Prabhakar Kushwaha freescale.com> writes: > > T1040QDS is a high-performance computing evaluation, development and > test platform supporting the T1040 QorIQ Power Architectureâ„¢ processor. The code was test compiled. You probably need to rebase to u-boot master (comm

[U-Boot] sandbox build on OS X

2013-07-23 Thread Rommel Custodio
Hi All, Latest sandbox builds fine on a Linux box (VM actually). Though, is it possible to build sandbox on OS X?? Has anyone tried lately? I tried building on Mac a couple or so of days back and it just spewed out an error message. I've got the standard OS X compiler installed and homebrew (gc

Re: [U-Boot] [U-Boot, RFC] ext4fs: le32_to_cpu() used on a 16-bit field

2013-07-16 Thread Rommel Custodio
Sorry for the extra noise. On Wednesday, July 17, 2013, Rommel G Custodio wrote: > Dear Lukasz Majewski, > > On 2013.07/16, Lukasz Majewski wrote: >> Hi Rommel, >> >> > Hi All, >> > >> > U-Boot 2013.07-rc3 [ELDK 5.2.1 / ELDK 5.3] >> > >> > Now I've started to use the new ext4 code. I need the "ex

[U-Boot] [U-Boot, RFC] ext4fs: le32_to_cpu() used on a 16-bit field

2013-07-16 Thread Rommel Custodio
Hi All, U-Boot 2013.07-rc3 [ELDK 5.2.1 / ELDK 5.3] Now I've started to use the new ext4 code. I need the "ext4write" command. Though there seems to be several problems with the ext2/ext4 code. I am testing on an ml507 (PPC440, Big Endian). There are some cases where the a field is 16-bit but le3

Re: [U-Boot] [U-boot]: MMC: add sdhci generic framework

2013-05-20 Thread Rommel Custodio
Jagannadha Sutradharudu Teki xilinx.com> writes: > > Hi, > > On.. drivers/mmc/sdhci.c > + if (caps & SDHCI_CAN_DO_8BIT) > + mmc->host_caps |= MMC_MODE_8BIT; > > Here we are setting 8BIT bus width, if the sdhci capabilities register 18 bit is set. > Does 18-bit is really

Re: [U-Boot] PPC4XX Custom Board - Failing to read I2C

2013-04-04 Thread Rommel Custodio
txcotrader gmail.com> writes: Dear txcotrader > > By board is based off of the ppc460sx. > I only have one I2C bus. > > 2007 version has clock signal at 0x50 (DIMM0 I2C) > 2013 version has no clock signal at 0x50 > > My boardconfig.h file has the same values configured. If you haven't tried

Re: [U-Boot] PPC405 with XMD boot

2013-02-07 Thread Rommel Custodio
Stefan Roese denx.de> writes: > > On 02/07/2013 04:20 AM, Frank Lombardo wrote: > > Thanks for the responses guys. I got to work. What I found was that > > the address being passed to the driver code was 0x8400. This is the > > base address of the UART. However, the registers of the XPS

Re: [U-Boot] [PATCH] mmc: support the correct card version for eMMC

2013-02-01 Thread Rommel Custodio
; > 3 files changed, 32 insertions(+), 9 deletions(-) Doesn't git am cleanly when "mmc: check the revision for sd3.0" is applied first. And "mmc: check the revision for sd3.0" doesn't git am cleanly if this patch is applied first. Maybe merging the two patches

Re: [U-Boot] call env print from uboot environment

2013-01-31 Thread Rommel Custodio
Dear Wolfgang, Wolfgang Denk denx.de> writes: > > Dear Rommel Custodio, > : : > > You should actually read what I wrote before trying to correct me. Apologies kind sir. All the best, Rommel ___ U-Boot mailing list U-Boot@

Re: [U-Boot] call env print from uboot environment

2013-01-31 Thread Rommel Custodio
Dear Wolfgang, Wolfgang Denk denx.de> writes: > > > What am I doing wrong. > > Try instead: > > env import -b 2005 Skipping the CRC ... maybe "2004" is the correct address. "env import -c 0x2000 0x200" if you want the CRC verified. All the best, _

Re: [U-Boot] Virtex 4 with XMD

2013-01-31 Thread Rommel Custodio
Rommel Custodio gmail.com> writes: > > Dear Frank, > > >Frank Lombardo gmail.com> writes: > > > So, that leaves me with the following questions: > > 1) Is the lack of flash memory causing THIS problem? > > 2) Am I missing some config items? > &

Re: [U-Boot] Virtex 4 with XMD

2013-01-31 Thread Rommel Custodio
Dear Frank, >Frank Lombardo gmail.com> writes: > So, that leaves me with the following questions: > 1) Is the lack of flash memory causing THIS problem? > 2) Am I missing some config items? > 3) Does anybody have any advice on how I can debug this? I'm on an ML507 and I use the default configur

Re: [U-Boot] [PATCH] mmc: check the revision for sd3.0

2013-01-30 Thread Rommel Custodio
1 + > 2 files changed, 3 insertions(+), 0 deletions(-) Tested-by: Rommel Custodio Note: The change only reflects in the output of mmcinfo. The functionality of mmc_send_if_cond() and sd_send_op_cond() is unaffected. All the best, Rommel ___ U-Boot

Re: [U-Boot] MMC - Error detected in status(0x208100)!

2013-01-30 Thread Rommel Custodio
Dear Jagannadha, >Jagannadha Sutradharudu Teki xilinx.com> writes: > > Hi Andy, > > The latest patch "mmc: Properly determine maximum supported bus width" > (sha1: 7798f6dbd5e1a3030ed81a81da5dfb57c3307cac) is causing some error status issue on > zynq platform with MMC Plus cards. > > Here t

Re: [U-Boot] [PATCH 3/4] common: cmd_bdinfo: Fix compilation warning for microblaze

2013-01-29 Thread Rommel Custodio
Dear Michal Simek Michal Simek xilinx.com> writes: > > Fix one printf compilation warning in microblaze bdinfo part. > > Warning log: > cmd_bdinfo.c: In function 'do_bdinfo': > cmd_bdinfo.c:219:2: warning: format '%u' expects argument of type > 'unsigned int', but argument 2 has type 'long uns

Re: [U-Boot] [PATCH] common/command.c: revert chanches from commit 199adb60

2012-12-13 Thread Rommel Custodio
Dear Anatolij, Anatolij Gustschin denx.de> writes: > > Hi Albert, > > On Sat, 10 Nov 2012 12:21:55 +0100 > Albert ARIBAUD aribaud.net> wrote: > ... > > > > > > Applied to u-boot-staging/agust denx.de-urgent. *bump* This seems to be still missing in master. All the best, Rommel > > > >

Re: [U-Boot] bug in mmc driver

2012-11-28 Thread Rommel Custodio
Dear Omer, Ben-tal, Omer intel.com> writes: > > Hi Denk, > > I think I found a small bug in u-boot mmc driver (ver 2012.10). > Not sure how to submit it. > > Any suggestions? I was recently a newbie to the whole process myself. I was pointed to this page earlier on: http://www.denx.de/wiki/

Re: [U-Boot] [PATCH 2/3] mmc: sdhci: add the DMA select for SDMA

2012-11-06 Thread Rommel Custodio
Dear Jaehoon Chung, All, Jaehoon Chung samsung.com> writes: > > Hi Rommel, > > Thanks for report. > > On 11/05/2012 10:39 PM, Rommel G Custodio wrote: > > Dear All, Jaehoon Chung > > > > On 2012.09/21, Jaehoon Chung wrote: > >> In host-control register, DMA select bit field is present. > >>

[U-Boot] [PATCH v2] ml507: Fix Xilinx uartlite driver hang

2012-09-24 Thread Rommel Custodio
The default configuration for ml507 will generate a hang() in the Xilinx uartlite driver. userial_ports[] in drivers/serial/serial_xuartlite.c does not get initialized properly. CONFIG_SERIAL_BASE is unused. XILINX_UARTLITE_BASEADDR is used instead. Signed-off-by: Rommel Custodio --- Changes

[U-Boot] [PATCH] Fix ml507 Xilinx uartlite driver hang

2012-09-23 Thread Rommel Custodio
The default configuration for ml507 will generate a hang() in the Xilinx uartlite driver. userial_ports[] in drivers/serial/serial_xuartlite.c does not get initialized properly. CONFIG_SERIAL_BASE is unused. XILINX_UARTLITE_BASEADDR is used instead. Signed-off-by: Rommel Custodio --- include

Re: [U-Boot] [PATCH 1/3] mmc: sdhci: increase the timeout value for data transfer

2012-09-23 Thread Rommel Custodio
Hello Jaehoon, > I didn't think so..Our environment is support the > CONFIG_SYS_MMC_MAX_BLK_COUNT. This is defined in mmc.c right after the include definitions. The comment says that: Set block count limit because of 16 bit register limit on some hardware So my use of this define is a bit of

Re: [U-Boot] [PATCH 1/3] mmc: sdhci: increase the timeout value for data transfer

2012-09-22 Thread Rommel Custodio
Jaehoon Chung samsung.com> writes: > > Timeout value is tunable. > When run read/write operation, sometime returned the timeout error. > Because the timeout value is too short. Hello, I think it is better to fine tune CONFIG_SYS_MMC_MAX_BLK_COUNT. This gets assigned to mmc->b_max, unless you