[U-Boot] [U-boot] CONFIG_FIT and CONFIG_OF_LIBFDT

2013-08-22 Thread TigerLiu
Hi, experts: I have a question about supporting FDT in uboot. 1. If i want to provide FDT support function in uboot code, just need to : Define CONFIG_OF_LIBFDT in vendor_config.h If my uImage is still a single component image, not need to define CONFIG_FIT at the same time? Best wishes,

Re: [U-Boot] Failing USB devices

2013-08-22 Thread Marek Vasut
Dear Andrew Murray, > Hello, > > I'm unable to use some mass storage devices with the current git version > (6612ab33956ae09c5ba2fde9c1540b519625ba37) of UBoot on a TI Davinci custom > board. I have 7 pen drives, and 2 of them fail. > > I-O DATA USB Flash Disk (0x04bb/0x0c43) > > ... > 2 USB De

Re: [U-Boot] [U-Boot, 1/2] common: Add CCACHE variable to allow use of ccache

2013-08-22 Thread Marek Vasut
Dear York Sun, > On 08/22/2013 12:36 PM, Marek Vasut wrote: > > There is an env variable to configure separate ccache cache dir , so just > > by setting that. But then , when each build ends, you would need to > > clean it up somehow. It was mentioned in the discussion with the patch. > > You can

Re: [U-Boot] [U-Boot, 1/2] common: Add CCACHE variable to allow use of ccache

2013-08-22 Thread York Sun
On 08/22/2013 12:36 PM, Marek Vasut wrote: > > There is an env variable to configure separate ccache cache dir , so just by > setting that. But then , when each build ends, you would need to clean it up > somehow. It was mentioned in the discussion with the patch. You can try > working > on th

Re: [U-Boot] nand_util: delete a useless variable

2013-08-22 Thread Scott Wood
On Fri, Jul 12, 2013 at 10:53:37AM +0900, Masahiro Yamada wrote: > Signed-off-by: Masahiro Yamada > > --- > drivers/mtd/nand/nand_util.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Applied to u-boot-nand-flash -Scott ___ U-Boot mailing

Re: [U-Boot] env_nand.c: support falling back to redundant env when writing

2013-08-22 Thread Scott Wood
On Fri, Jul 19, 2013 at 12:20:26PM +0200, Phil Sutter wrote: > Without this patch, when the currently chosen environment to be written > has bad blocks, saveenv fails completely. Instead, when there is > redundant environment fall back to the other copy. Environment reading > needs no adjustment, a

Re: [U-Boot] [U-Boot, 1/2] cmd_nand: fix a memory leak in nand_dump function

2013-08-22 Thread Scott Wood
On Thu, Jul 11, 2013 at 05:27:12PM +0900, Masahiro Yamada wrote: > If datbuf = memalign(ARCH_DMA_MINALIGN, nand->writesize); > succeeds and > oobbuf = memalign(ARCH_DMA_MINALIGN, nand->oobsize); > fails, nand_dump function should free databuf. > > Signed-off-by: Masahiro Yamada > > --- > commo

Re: [U-Boot] cmd_nand: Do not show usage when scrub is aborted

2013-08-22 Thread Scott Wood
On Thu, Jul 11, 2013 at 05:29:57PM +0900, Masahiro Yamada wrote: > When executing nand scrub, the user gets the prompt: > > Really scrub this NAND flash? > > We do not want the annoying usage displayed when saying N here. > > Signed-off-by: Masahiro Yamada > > --- > common/cmd_nand.c | 4 ++

Re: [U-Boot] [PATCH v2 1/4] mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform

2013-08-22 Thread Scott Wood
On Wed, 2013-08-14 at 11:46 +0530, Pekon Gupta wrote: > BCH8_ECC scheme implemented in omap_gpmc.c driver has following two favours > +---+-+-+ > |ECC Scheme | ECC Calculation | Error Detection | > +

Re: [U-Boot] [PATCH] usb: new board-specific USB init interface

2013-08-22 Thread Marek Vasut
Dear Mateusz Zalega, > >>> The EHCI supports multi-bus thing (passing the controller *), will this > >>> be viable to pass in this case too, so the busses can be inited > >>> selectively in host/gadget functions? > >> > >> Hello, Marek. > >> I need more context. Could you show me the part of code

Re: [U-Boot] [U-Boot, 1/2] common: Add CCACHE variable to allow use of ccache

2013-08-22 Thread Marek Vasut
Dear sun york-R58495, > On Aug 21, 2013, at 10:45 PM, sun york-R58495 wrote: > > On Aug 21, 2013, at 10:02 PM, Marek Vasut wrote: > >> Dear sun york-R58495, > >> > >>> On Aug 21, 2013, at 7:51 PM, Marek Vasut wrote: > Dear York Sun, > > > On 05/20/2013 10:25 AM, Marek Vasut wrote:

Re: [U-Boot] dtc: invalid option -- 'i'

2013-08-22 Thread Sharma Bhupesh-B45370
> -Original Message- > From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Tom Rini > Sent: Thursday, August 22, 2013 11:33 PM > To: Sharma Bhupesh-B45370 > Cc: 'ubuntu-us...@lists.ubuntu.com'; 'u-boot'; 'FengHua'; 'ubuntu- > de...@lists.ubuntu.com' > Subject: Re: [U-Boot] dtc: invalid

Re: [U-Boot] dtc: invalid option -- 'i'

2013-08-22 Thread Tom Rini
On Thu, Aug 22, 2013 at 05:55:46PM +, Sharma Bhupesh-B45370 wrote: > > > -Original Message- > > From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Tom Rini > > Sent: Thursday, August 22, 2013 6:22 PM > > To: Sharma Bhupesh-B45370 > > Cc: 'u-boot'; 'ubuntu-us...@lists.ubuntu.com';

Re: [U-Boot] dtc: invalid option -- 'i'

2013-08-22 Thread Sharma Bhupesh-B45370
> -Original Message- > From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Tom Rini > Sent: Thursday, August 22, 2013 6:22 PM > To: Sharma Bhupesh-B45370 > Cc: 'u-boot'; 'ubuntu-us...@lists.ubuntu.com'; 'ubuntu- > de...@lists.ubuntu.com' > Subject: Re: [U-Boot] dtc: invalid option -- '

Re: [U-Boot] [PATCH v3 2/5] board support of arm64

2013-08-22 Thread Scott Wood
On Thu, 2013-08-22 at 12:44 -0500, Stuart Yoder wrote: > On Thu, Aug 22, 2013 at 11:23 AM, Scott Wood wrote: > > On Thu, 2013-08-22 at 11:15 -0500, Stuart Yoder wrote: > >> On Mon, Aug 19, 2013 at 2:59 PM, Scott Wood > >> wrote: > >> > On Fri, 2013-08-16 at 09:14 -0500, Stuart Yoder wrote: > >>

Re: [U-Boot] [PATCH v3 2/5] board support of arm64

2013-08-22 Thread Stuart Yoder
On Thu, Aug 22, 2013 at 11:23 AM, Scott Wood wrote: > On Thu, 2013-08-22 at 11:15 -0500, Stuart Yoder wrote: >> On Mon, Aug 19, 2013 at 2:59 PM, Scott Wood wrote: >> > On Fri, 2013-08-16 at 09:14 -0500, Stuart Yoder wrote: >> >> On Thu, Aug 15, 2013 at 8:47 AM, wrote: >> >> > From: David Feng

Re: [U-Boot] [PATCH v3 2/5] board support of arm64

2013-08-22 Thread Stuart Yoder
On Mon, Aug 19, 2013 at 2:59 PM, Scott Wood wrote: > On Fri, 2013-08-16 at 09:14 -0500, Stuart Yoder wrote: >> On Thu, Aug 15, 2013 at 8:47 AM, wrote: >> > From: David Feng >> > >> > This patch provide u-boot with arm64 support. Currently, it works on >> > Foundation Model for armv8 or Fast Mod

Re: [U-Boot] [PATCH v3 2/5] board support of arm64

2013-08-22 Thread Scott Wood
On Thu, 2013-08-22 at 11:15 -0500, Stuart Yoder wrote: > On Mon, Aug 19, 2013 at 2:59 PM, Scott Wood wrote: > > On Fri, 2013-08-16 at 09:14 -0500, Stuart Yoder wrote: > >> On Thu, Aug 15, 2013 at 8:47 AM, wrote: > >> > From: David Feng > >> > > >> > This patch provide u-boot with arm64 support.

Re: [U-Boot] OMAP 4 Duovero change console UART port

2013-08-22 Thread Daniel Malmquist
Hi again! I managed to solve the issue. There is actually a bug in the "arch/arm/cpu/armv7/omap-common/clocks-common.c" code. Under setup_clocks_for_console(void) it initializes UART 3 twice but it skips UART 4. clrsetbits_le32(&prcm->cm_l4per_uart3_clkctrl, MOD

Re: [U-Boot] [U-boot] fastboot command question

2013-08-22 Thread Tom Rini
On Wed, Aug 21, 2013 at 07:30:15PM +0800, tiger...@viatech.com.cn wrote: > Hi, experts: > > Why not include cmd_fastboot.c in common directory in 2013.07 release > package? > > Because of code license? > > Or other reason? It's technical reasons. I pointed our legal folks at: https://gitoriou

Re: [U-Boot] net: macb: fix the following building warning

2013-08-22 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >fix the following building warning >---8>--- >macb.c: In function 'macb_init': >macb.c:400:14: warning: 'phydev' may be used uninitialized in this function >macb.c:377:21: note: 'phydev' was declared here >---<8--- > >Signed-off-by: Bo Shen > >--- >drivers/net/macb

Re: [U-Boot] Pull request: u-boot-mpc85xx

2013-08-22 Thread Tom Rini
On Wed, Aug 21, 2013 at 10:28:29AM -0700, York Sun wrote: > Tom, > > The following changes since commit 39bc12ddc36c9e30199471da0f3a929b178a04b2: > > SPL: Makefile: Build a separate autoconf.mk for SPL (2013-08-19 > 18:05:19 -0400) > > are available in the git repository at: > > git://git.

[U-Boot] [PULL] u-boot-atmel/master -> u-boot-arm/master

2013-08-22 Thread Andreas Bießmann
Dear Albert Aribaud, The following changes since commit 9ed887caecb9ecb0c68773a1870d143b9f28d3da: Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-08-17 18:24:13 +0200) are available in the git repository at: git://git.denx.de/u-boot-atmel.git master for you to fetch chang

Re: [U-Boot] arm: atmel: sama5d3: fix typo error for CONFIG_ENV_IS_NOWHERE

2013-08-22 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >fix typo error for CONFIG_ENV_IS_NOWHERE from CONIG_ENV_IS_NOWHERE > >Signed-off-by: Bo Shen > >--- >include/configs/sama5d3xek.h |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann

Re: [U-Boot] [U-Boot, resend, v3, 5/5] ARM: at91: atmel_nand: add code to check the ONFI parameter ECC requirement

2013-08-22 Thread Andreas Bießmann
Dear Josh Wu, Josh Wu writes: >1. if CONFIG_SYS_NAND_ONFI_DETECTION is defined, driver will check NAND flash's > ecc minimum requirement in ONFI parameter. > > a) if CONFIG_PMECC_CAP, CONFIG_PMECC_SECTOR_SIZE are defined. then use it. > Driver will display a WARNING if the values are diffe

Re: [U-Boot] [U-boot] fastboot command question

2013-08-22 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/22/2013 10:30 AM, Eric Nelson wrote: > Thanks Tom, > > On 08/22/2013 06:59 AM, Tom Rini wrote: >> On Wed, Aug 21, 2013 at 05:30:52PM -0700, Eric Nelson wrote: >>> On 08/21/2013 04:30 AM, tiger...@viatech.com.cn wrote: Hi, experts: >>>

Re: [U-Boot] [U-Boot,3/4] gpio: atmel: add gpio common API support

2013-08-22 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >add gpio common API support for gpio command > >Signed-off-by: Bo Shen >[fix unnecessary cast] >Signed-off-by: Andreas Bießmann >--- >drivers/gpio/at91_gpio.c | 43 +++ > 1 file changed, 43 insertions(+) applied to u-boot-

Re: [U-Boot] [U-Boot,V3] arm: atmel: cpux9k2: board update and enhancement

2013-08-22 Thread Andreas Bießmann
Dear e...@bus-elektronik.de, e...@bus-elektronik.de writes: >From: "Jens Scharsig (BuS Elektronik)" > >- fix adresses in env settings in config header >- add missing CONFIG_STANDALONE_LOAD_ADDR to eb_cpux9k2 config header >- remove jffs2 support, board doesn't use this anymore >- add ubifs suppo

Re: [U-Boot] [U-Boot,4/4] gpio: atmel: add copyright and remove error header info

2013-08-22 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >Signed-off-by: Bo Shen >Acked-by: Jens Scharsig > >--- >drivers/gpio/at91_gpio.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann ___ U-Bo

Re: [U-Boot] arm: atmel: remove the config.mk file

2013-08-22 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >remove the config.mk file >move text base define to board config file for following boards > - at91sam9m10g45ek > - at91sam9x5ek > >Signed-off-by: Bo Shen > >--- >board/atmel/at91sam9m10g45ek/config.mk |1 - > board/atmel/at91sam9x5ek/config.mk |1 - >

Re: [U-Boot] [U-Boot,v2] gpio: atmel: fix code to use pointer for pio port

2013-08-22 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >fix code to use pointer for pio port as the warning message suggested >remove the warning message > >Signed-off-by: Bo Shen > >--- >Changes in v2: > - fix indention > - change the return type of at91_pio_get_port() to avoid many cast > > drivers/gpio/at91_gpio.c

Re: [U-Boot] arm: sama5d3: remove unused define

2013-08-22 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >The CONFIG_MAX_NAND_CHIPS never used, remove it >No where define LCD_TEST_PATTERN, so no need undefine > >Signed-off-by: Bo Shen > >--- >include/configs/sama5d3xek.h |2 -- > 1 file changed, 2 deletions(-) applied to u-boot-atmel/master, thanks! Best regards,

Re: [U-Boot] arm: sama5d3: fix smc cs related registers offset

2013-08-22 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >the smc cs related registers start at 0x600 and loop with 5 registers >so the reserved register should be in at91_smc structure while no in >at91_cs structure. So fix it > >Signed-off-by: Bo Shen > >--- >arch/arm/include/asm/arch-at91/sama5d3_smc.h |2 +- > 1 fi

Re: [U-Boot] [U-Boot, v3, 3/5] linux/compat.h: move dev_err, dev_info and dev_dbg from usb driver to compat.h

2013-08-22 Thread Andreas Bießmann
Dear Josh Wu, Josh Wu writes: >Since kernel code current use many dev_xxx() instead of using printk. To >compatible, move those dev_xxx from usb driver to linux/compat.h. Then all >driver code can use dev_err, dev_info and dev_vdbg. > >This patch also removed duplicated macro definitions in usb d

Re: [U-Boot] [U-Boot, v3, 4/5] mtd: atmel_nand: alloc memory instead of use static array for pmecc data

2013-08-22 Thread Andreas Bießmann
Dear Josh Wu, Josh Wu writes: >In this way, the pmecc corraction capbility can change in run time. > >Signed-off-by: Josh Wu >Acked-by: Scott Wood >--- >v2 --> v3: > use dev_err(host->dev) instead of using dev_err(NULL). > >v1 --> v2: > replace printk with dev_err. > fix coding style. > fre

Re: [U-Boot] [U-Boot, v3, 2/5] ARM: at91: sama5d3: remove unused definition about PMECC alpha table offset

2013-08-22 Thread Andreas Bießmann
Dear Josh Wu, Josh Wu writes: >Signed-off-by: Josh Wu >Acked-by: Scott Wood >--- >arch/arm/include/asm/arch-at91/sama5d3.h |2 -- > 1 file changed, 2 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bießmann ___ U-Boot m

Re: [U-Boot] [U-Boot, v3, 1/5] ARM: at91: atmel_nand: pmecc driver will select the galois table by sector size

2013-08-22 Thread Andreas Bießmann
Dear Josh Wu, Josh Wu writes: >Define the galois index table offset in chip head file. So user do not need >to set by himself. Driver will set it correctly according to sector_size. > >Signed-off-by: Josh Wu >Acked-by: Scott Wood >[rebased on master] >Signed-off-by: Andreas Bießmann >--- > arc

Re: [U-Boot] arm: atmel: add gmac support for sama5d3xek board

2013-08-22 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >add gmac support for sama5d3xek board, the gmac embedded in: > - sama5d33, sama5d34, sama5d35 > >Signed-off-by: Bo Shen > >--- >arch/arm/cpu/armv7/at91/sama5d3_devices.c| 24 > arch/arm/include/asm/arch-at91/at91_common.h |1 + > b

Re: [U-Boot] arm: atmel: add nand trimffs subcommand for at91sam9n12 and at91sam9x5

2013-08-22 Thread Andreas Bießmann
Dear Bo Shen, Bo Shen writes: >as the at91sam9n12 and at91sam9x5 soc support PMECC, when use u-boot >to flash the rootfs, in order to avoid flash one sector with all 0xff >into NAND, so use nand trimffs subcommand to avoid it > >Signed-off-by: Bo Shen > >--- >include/configs/at91sam9n12ek.h |

Re: [U-Boot] [PATCH v4 3/4] generic board patch of manual reloc and zero gd_t

2013-08-22 Thread FengHua
On Thu, Aug 22, 2013 at 09:31:35AM +0800, FengHua wrote: > > > > > -- > > ?: "Scott Wood" > > : 2013???8???22??? ? > > ?: "Simon Glass" > > ??: FengHua , "tr...@ti.com" , > > "U-Boot > > Mailing List" > > ??: Re: [U-Boot] [PATCH

Re: [U-Boot] [U-boot] fastboot command question

2013-08-22 Thread Eric Nelson
Thanks Tom, On 08/22/2013 06:59 AM, Tom Rini wrote: On Wed, Aug 21, 2013 at 05:30:52PM -0700, Eric Nelson wrote: On 08/21/2013 04:30 AM, tiger...@viatech.com.cn wrote: Hi, experts: Why not include cmd_fastboot.c in common directory in 2013.07 release package? Because of code license? Or oth

Re: [U-Boot] dtc: invalid option -- 'i'

2013-08-22 Thread Robie Basak
On Thu, Aug 22, 2013 at 07:11:39AM +, Sharma Bhupesh-B45370 wrote: > I am using a 64-bit ubuntu machine running a 12.04 LTS. > I see that the DTC (Device Tree Compiler) version is 1.3.0 It looks like 1.4.0 was released in Debian a couple of weeks ago: http://bugs.debian.org/cgi-bin/bu

Re: [U-Boot] fastboot command question

2013-08-22 Thread Eric Nelson
Hi Tiger, On 08/22/2013 02:52 AM, tiger...@viatech.com.cn wrote: Hi, Eric : Based on 2011 maillist, linaro engineers wished to add fastboot feature into u-boot mainline code base, buf failed. But, i also could not find cmd_fastboot feature in uboot code base released by linaro. Thanks. I saw t

Re: [U-Boot] [U-boot] fastboot command question

2013-08-22 Thread Tom Rini
On Wed, Aug 21, 2013 at 05:30:52PM -0700, Eric Nelson wrote: > On 08/21/2013 04:30 AM, tiger...@viatech.com.cn wrote: > >Hi, experts: > > > >Why not include cmd_fastboot.c in common directory in 2013.07 release > >package? > > > >Because of code license? > > > >Or other reason? > > > > Hi Tiger, >

Re: [U-Boot] [U-boot] fastboot command question

2013-08-22 Thread Eric Nelson
Hi Marek, On 08/21/2013 10:08 PM, Marek Vasut wrote: Dear Eric Nelson, Adding Wolfgang and Tom to CC. On 08/21/2013 04:30 AM, tiger...@viatech.com.cn wrote: Hi, experts: Why not include cmd_fastboot.c in common directory in 2013.07 release package? Because of code license? Or other reason

Re: [U-Boot] Albert/Tom -- could we get patch applied or some feedback (was Re: [PATCH v6 1/1] socfpga: Adding configuration for development kit)

2013-08-22 Thread Tom Rini
On Thu, Aug 22, 2013 at 01:05:42PM +0200, Pavel Machek wrote: > Hi! > > > Albert, Tom this patch has been here for a week, without any > > comments. As far as I can tell, it is pretty much perfect. Can we get > > any comments on it, or (better), get it applied? > > Another week passed, and n

Re: [U-Boot] [PATCH v4 3/4] generic board patch of manual reloc and zero gd_t

2013-08-22 Thread Tom Rini
On Thu, Aug 22, 2013 at 09:31:35AM +0800, FengHua wrote: > > > > > -- > > ?: "Scott Wood" > > : 2013???8???22??? ? > > ?: "Simon Glass" > > ??: FengHua , "tr...@ti.com" , > > "U-Boot > > Mailing List" > > ??: Re: [U-Boot] [PATC

Re: [U-Boot] dtc: invalid option -- 'i'

2013-08-22 Thread Tom Rini
On Thu, Aug 22, 2013 at 07:11:39AM +, Sharma Bhupesh-B45370 wrote: > Hi List, > > I am using a 64-bit ubuntu machine running a 12.04 LTS. > I see that the DTC (Device Tree Compiler) version is 1.3.0 > > $ dtc -v > Version: DTC 1.3.0 > > When I try to compile the latest u-boot 'master' bran

[U-Boot] [PATCH] zynq: Use arch_cpu_init() instead of lowlevel_init()

2013-08-22 Thread Michal Simek
Zynq lowlevel_init() was implemented in C but stack pointer is setup after function call in _main(). Move architecture setup to arch_cpu_init() which is call as the first function in board_init_f() which already have correct stack pointer. Reported-by: Sven Schwermer Signed-off-by: Michal Simek

Re: [U-Boot] [PATCH] ARM: DRA: EMIF: Change DDR3 settings to use hw leveling

2013-08-22 Thread Sricharan R
Hi Tom, On Wednesday 21 August 2013 09:52 AM, Sricharan R wrote: > Hi Tom, > > On Wednesday 21 August 2013 01:08 AM, Tom Rini wrote: >> On Tue, Aug 20, 2013 at 06:47:36PM +0530, Sricharan R wrote: >> >>> Currently the DDR3 memory on DRA7 ES1.0 evm board is enabled using >>> software leveling. This

[U-Boot] Albert/Tom -- could we get patch applied or some feedback (was Re: [PATCH v6 1/1] socfpga: Adding configuration for development kit)

2013-08-22 Thread Pavel Machek
Hi! > Albert, Tom this patch has been here for a week, without any > comments. As far as I can tell, it is pretty much perfect. Can we get > any comments on it, or (better), get it applied? Another week passed, and nothing happens. Is there just slow holiday time, or are we doing something wr

Re: [U-Boot] [PATCH v3 0/3] arm:exynos:cleanup: Extract common code

2013-08-22 Thread Lukasz Majewski
Hi Minkyu, > This series of commits attempts to clean-up the Exynos3/4 code. > Common code for Exynos3 (S5PV210) and Exynos4 has been extracted. > > Moreover it will facilitate support for older Samsung targets - like > venerable s3c6410 (arm1176) SoC. > ping. > Lukasz Majewski (3): > arm:sa

Re: [U-Boot] [PATCH] usb: new board-specific USB init interface

2013-08-22 Thread Mateusz Zalega
>>> The EHCI supports multi-bus thing (passing the controller *), will this >>> be viable to pass in this case too, so the busses can be inited >>> selectively in host/gadget functions? >> >> Hello, Marek. >> I need more context. Could you show me the part of code in which you'd >> like to pass/use

Re: [U-Boot] [PATCH v3 0/5] ARM: at91: atmel_nand: check ONFI ecc minimum requirement

2013-08-22 Thread Andreas Bießmann
Hi Josh, On 08/22/2013 12:07 PM, Josh Wu wrote: > Hi, Andreas > > I am wondering will you take this series in your git tree? Since this > patch is pending here for weeks. I'm on it. Scott ACK'ed the series some time ago and I'm test building it currently. Should be applied this evening. Best re

Re: [U-Boot] [PATCH v3 0/5] ARM: at91: atmel_nand: check ONFI ecc minimum requirement

2013-08-22 Thread Josh Wu
Hi, Andreas I am wondering will you take this series in your git tree? Since this patch is pending here for weeks. Best Regards, Josh Wu On 7/3/2013 11:11 AM, Josh Wu wrote: In this patch series, first we make the nand driver can dynamic change sector size and ecc correct bits. Then we enabl

[U-Boot] i.MX: mtdparts on spi nor, load kernel from jffs2

2013-08-22 Thread Mårten Wikman
Hello, I'm using a SPI NOR to hold u-boot, kernel and rootfs. At the moment I have created three mtd partitions for this in linux device-tree file. Rootfs is using jffs2. Now I want to move kernel from mtd1 so it's can be included in rootfs image and in this way it should be simpler to replace th

Re: [U-Boot] [U-boot] fastboot command question

2013-08-22 Thread TigerLiu
Hi, Eric : Based on 2011 maillist, linaro engineers wished to add fastboot feature into u-boot mainline code base, buf failed. But, i also could not find cmd_fastboot feature in uboot code base released by linaro. For example: Linaro released uboot form Samsung's Origen board. Best wishes, __

Re: [U-Boot] Authenticated boot

2013-08-22 Thread Romain Izard
On 2013-08-21, Kees-Jan Hermans wrote: > > That is, of course, unless this feature already exists, which I would > very much like to hear. Thanks for your time, > You're in luck. The feature was merged for the v2013.07 U-Boot release, with a standalone RSA signature verification algorithm. Its do

[U-Boot] dtc: invalid option -- 'i'

2013-08-22 Thread Sharma Bhupesh-B45370
Hi List, I am using a 64-bit ubuntu machine running a 12.04 LTS. I see that the DTC (Device Tree Compiler) version is 1.3.0 $ dtc -v Version: DTC 1.3.0 When I try to compile the latest u-boot 'master' branch (updated yesterday), I get the following error with dtc: dtc: invalid option -- 'i'

[U-Boot] [PATCH v2] gpio: atmel: fix code to use pointer for pio port

2013-08-22 Thread Bo Shen
fix code to use pointer for pio port as the warning message suggested remove the warning message Signed-off-by: Bo Shen --- Changes in v2: - fix indention - change the return type of at91_pio_get_port() to avoid many cast drivers/gpio/at91_gpio.c | 250 +---

Re: [U-Boot] OMAP 4 Duovero change console UART port

2013-08-22 Thread Mats Kärrman
Hi! Look in drivers/serial/serial_ns16550.c Changing ..COM3 to UART_BASE4 seems a bit unorthodox, Try changing to: #define CONFIG_SYS_NS16550_COM4 UART4_BASE << COM4!!! #define CONFIG_CONS_INDEX 4 BR // Mats ___ U-Boot mailing list U-Boot

Re: [U-Boot] OMAP 4 Duovero change console UART port

2013-08-22 Thread Daniel Malmquist
Hi! Thanks for the quick reply :) However, I did try this as well with no luck. Daniel Från: Mats Kärrman [mats.karr...@tritech.se] Skickat: den 22 augusti 2013 09:14 Till: Daniel Malmquist; u-boot@lists.denx.de Ämne: RE: OMAP 4 Duovero change console UAR

Re: [U-Boot] [PATCH 3/4] gpio: atmel: add gpio common API support

2013-08-22 Thread Bo Shen
Hi Andreas, On 8/22/2013 14:34, Andreas Bießmann wrote: I'm fine if you just send a v2 of the 1/4 patch. I can remove the cast in here and will_not_ apply 2/4 cause it breaks boards. OK, I will send out the v2 of the 1/4 patch. Best regards Andreas Bießmann Best Regards, Bo Shen

Re: [U-Boot] [PATCH 1/4] gpio: atmel: fix code to use pointer for pio port

2013-08-22 Thread Bo Shen
Hi Andreas, On 8/22/2013 14:26, Andreas Bießmann wrote: Please adopt all places in this file with mentioned changes and tell me >>your opinion about erroneous return value. > >For the erroneous return value, actually we never check it (consider it >always successfully). So, I think now we just