[U-Boot] [PATCH 1/2] da850_am18xxevm: Call board_early_init_f() for booting without UBL

2011-12-14 Thread Christian Riesch
Commit ae5c77dd908edaf55025fa3f41095bfb9cb1b973 moved the LPSC configuration to board_early_init_f() for the da850evm to allow using u-boot without the UBL (see doc/README.davinci). This patch adds CONFIG_BOARD_EARLY_INIT_F to the da850_am18xxevm to enable booting without UBL also on this board.

[U-Boot] [PATCH 2/2] da850_am18xxevm: Add an SPL for SPI boot

2011-12-14 Thread Christian Riesch
Commit 3ad51d2a0a0986da710d52c97298b66d336a66e7 added an SPL for booting from SPI flash memory to the da850evm configuration. This patch adds the same configuration also to the da850_am18xxevm. Signed-off-by: Christian Riesch Cc: Tom Rini --- include/configs/da850_am18xxevm.h | 87 +++

[U-Boot] [PATCH 0/2] da850_am18xxevm: Add an SPL to boot from SPI flash

2011-12-14 Thread Christian Riesch
Hi, Commit 3ad51d2a0a0986da710d52c97298b66d336a66e7 added an SPL for booting from SPI flash memory to the da850evm configuration. This patchset adds the same configuration also to the da850_am18xxevm. This patchset applies on top of ti/next. Prerequisites: * da850_am18xxevm: Add CONFIG_SPI_FLASH

[U-Boot] [PATCH] da850_am18xxevm: Add CONFIG_SPI_FLASH_STMICRO to the board config

2011-12-14 Thread Christian Riesch
The board config for the da850_am18xxevm board is missing the CONFIG_SPI_FLASH_STMICRO option and therefore the SPI flash on the AM1808 experimenter's kit could not be detected. Signed-off-by: Christian Riesch Cc: Tom Rini --- include/configs/da850_am18xxevm.h |1 + 1 files changed, 1 inser

[U-Boot] AES128 in U-Boot

2011-12-14 Thread Simon Glass
Hi, I am wanting to add an AES encryption library to U-Boot. I suppose it should be written in C, with small compiled code/data size (rather than high performance), GPL and fairly easy to read. Does anyone have any suggestions? Regards, Simon ___ U-Boo

Re: [U-Boot] [PATCH] mx28evk: Add initial support for MX28EVK board

2011-12-14 Thread Stefano Babic
On 14/12/2011 20:52, Fabio Estevam wrote: > Add initial support for Freescale MX28EVK board. > > Tested boot via SD card and by loading a kernel via TFTP through > the FEC interface. > > Signed-off-by: Fabio Estevam > --- Hi Fabio, > - Currently MAC addresses are being taken from environment v

[U-Boot] [PATCH 0/2] *** Add ext4 filesystem support in uboot ***

2011-12-14 Thread uma . shankar
From: Uma Shankar *** This patch series adds support for ext4 ls,load and write features in uboot Journaling is supported for write feature. To Enable EXT4 commands, modify the board specific config file with #define CONFIG_CMD_EXT2 1 #define CONFIG_CMD_EXT4 1 Steps to test: 1. After applying

[U-Boot] Add ext4 filesystem support in uboot

2011-12-14 Thread uma . shankar
Resending patches for ext4 filesystem support in uboot, fixing checkpatch warnings and errors. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/2] arm/km: checkpatch cleanup

2011-12-14 Thread Heiko Schocher
Hello Holger, Holger Brunck wrote: > Signed-off-by: Holger Brunck > Cc: Valentin Longchamp > Cc: Prafulla Wadaskar > --- > board/keymile/km_arm/km_arm.c | 23 +++ > 1 files changed, 11 insertions(+), 12 deletions(-) Acked-by: Heiko Schocher bye, Heiko -- DENX Software

Re: [U-Boot] [PATCH 1/2] arm/km: speed up i2c access for keymile boards

2011-12-14 Thread Heiko Schocher
Hello Holger, Holger Brunck wrote: > We don't need 3us delay for our i2c bus. Decrease it to 1us. > It would also be possible to use 100ns in the future, but > currently kirkwood has no ndelay implementation. > > Signed-off-by: Holger Brunck > Cc: Valentin Longchamp > Cc: Prafulla Wadaskar > C

Re: [U-Boot] [PATCH 4/4] powerpc/83xx/km: add support for 8321 based tuge1 board

2011-12-14 Thread Heiko Schocher
Hello Holger, Holger Brunck wrote: > This board is similar to our tuxx1 target. But on this board there > is only one application specific chip select configured. > > Signed-off-by: Holger Brunck > cc: Kim Phillips > cc: Valentin Longchamp > cc: Heiko Schocher > --- > MAINTAINERS

Re: [U-Boot] [PATCH 3/4] powerpc/83xx/km: merge tuxa and tuda1 boards to tuxx1

2011-12-14 Thread Heiko Schocher
Hello Holger, Holger Brunck wrote: > These boards are from a u-boot point of view identical. So collect > the two headerfiles to one, to decrease maintenance. > > Signed-off-by: Holger Brunck > cc: Kim Phillips > cc: Valentin Longchamp > cc: Heiko Schocher > --- > MAINTAINERS

Re: [U-Boot] [PATCH 2/4] powerpc/83xx/km: remove obsolete defines for tuda1

2011-12-14 Thread Heiko Schocher
Hello Holger, Holger Brunck wrote: > CONFIG_SYS_LCRR is unused and CONFIG_SYS_LBC_LBCR is already > defined in the common header file, so remove them. > > Signed-off-by: Holger Brunck > cc: Kim Phillips > cc: Valentin Longchamp > --- > include/configs/tuda1.h |6 -- > 1 files changed,

Re: [U-Boot] [PATCH 1/4] powerpc/83xx/km: update SDRAM parameters for km8321 boards

2011-12-14 Thread Heiko Schocher
Hello Holger, Holger Brunck wrote: > From: Marco Schmid > > Measurements during HW basic test showed, that the SDRAM timing > has to be optimized. This patch adapted these timings accordingly. > > Signed-off-by: Marco Schmid > Signed-off-by: Holger Brunck > cc: Kim Phillips > cc: Valentin Lo

Re: [U-Boot] [PATCH] davinci: Fixed wrong timebase clock frequency.

2011-12-14 Thread Heiko Schocher
Hello Manfred, Manfred Rudigier wrote: > Signed-off-by: Manfred Rudigier > --- > arch/arm/cpu/arm926ejs/davinci/timer.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/cpu/arm926ejs/davinci/timer.c > b/arch/arm/cpu/arm926ejs/davinci/timer.c > index a06d4

Re: [U-Boot] [PATCH] arm, davinci: Fix build warnings for cam_enc_4xx

2011-12-14 Thread Heiko Schocher
Hello Christian, Christian Riesch wrote: > This patch fixes a build warning for the cam_enc_4xx board introduced by > commit d6ec0c0dfc70447cf615ae80a952da81f73f16b4: > > spl.c:35:13: warning: 'gdata' defined but not used > spl.c:36:13: warning: 'bdata' defined but not used > > Signed-off-by: Ch

Re: [U-Boot] [PATCH] USB: Use (get|put)_unaligned_le16 for accessing wMaxPacketSize

2011-12-14 Thread Stefan Kristiansson
Hi Tom, after taking a second look at this a couple of things came to mind On Wed, Dec 14, 2011 at 03:20:03PM -0700, Tom Rini wrote: > In 9792987721c7980453fe6447c3fa6593b44f8458 Stefan describes a usecase > where the previous behavior of leaving wMaxPacketSize be unaligned > caused fatal problem

Re: [U-Boot] [PATCH] git-mailrc: Add self to davinci/omap, add ti

2011-12-14 Thread Mike Frysinger
On Wednesday 14 December 2011 11:15:16 Tom Rini wrote: > Adding a 'ti' alias since not all parts are "omap" or "davinci" and > adding myself to that alias as co-custodian of u-boot-ti Acked-by: Mike Frysinger prob fine to run through your tree -mike signature.asc Description: This is a digital

Re: [U-Boot] [PATCH RESEND v2 3/3] usb:gadget:s5p Enable the USB Gadget framework at Exynos4210 (C210 Universal)

2011-12-14 Thread Minkyu Kang
Dear Lukasz Majewski, On 15 December 2011 01:41, Lukasz Majewski wrote: > This commit enables support for USB Gadgets on the Exynos4210 (C210 Universal) > reference target. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > CC: Remy Bohmer > --- > Changes fo

Re: [U-Boot] [PATCH/RFC] fix several printf() modifiers

2011-12-14 Thread Mike Frysinger
On Wednesday 14 December 2011 21:39:48 Graeme Russ wrote: > On Dec 15, 2011 1:22 PM, "Thomas Chou" wrote: > > I would suggest splitting this patch into three, as they related to > > different custodians. > > No, that is not true - the patch is a single logical unit meh. no need to keep them as o

Re: [U-Boot] [PATCH/RFC] fix several printf() modifiers

2011-12-14 Thread Mike Frysinger
On Wednesday 14 December 2011 05:04:07 Andreas Bießmann wrote: > --- a/arch/avr32/cpu/at32ap700x/mmu.c > +++ b/arch/avr32/cpu/at32ap700x/mmu.c > > - printf("VMR table @ 0x%08x\n", vmr_table_addr); > + printf("VMR table @ %#lx\n", vmr_table_addr); this isn't the same. probably should be %0

[U-Boot] Transferring images quickly with no Ethernet

2011-12-14 Thread Rishi Dhupar
I have an embedded system with an OMAP3 that does not have an Ethernet support. The only means of I/O to the process it is serial and USB slave. Loading binary data over the serial line is just too slow; is there any way to the USB slave to perform bulk transfers to speed my development process u

Re: [U-Boot] [PATCH 1/1] ARMV7: Add support For Logic OMAP35x/DM37x modules

2011-12-14 Thread Peter Barada
On 12/14/2011 07:15 PM, Tom Rini wrote: > On Wed, Dec 14, 2011 at 3:47 PM, Peter Barada > wrote: >> From: Peter Barada >> >> This patch adds basic support for OMAP35x/DM37x SOM LV/Torpedo >> reference boards. It assumes U-boot is loaded to SDRAM with the >> help of another small bootloader (x-lo

Re: [U-Boot] about flashing the u-boot

2011-12-14 Thread Aggrwal Poonam-B10812
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] > On Behalf Of Érico Porto > Sent: Thursday, December 15, 2011 8:14 AM > To: u-boot@lists.denx.de > Subject: Re: [U-Boot] about flashing the u-boot > > Got a USB TAP, but unfortunately it is s

Re: [U-Boot] about flashing the u-boot

2011-12-14 Thread Érico Porto
Got a USB TAP, but unfortunately it is supposed to be used with Code Warrior. Any software that allows me to use it to flash a ppc? Érico V. Porto On Wed, Dec 14, 2011 at 2:10 PM, Érico Porto wrote: > Hello! > > Is it possible to flash a ppc board, that already has an older u-boot > version, wi

Re: [U-Boot] [PATCH/RFC] fix several printf() modifiers

2011-12-14 Thread Graeme Russ
Hi Thomas, On Dec 15, 2011 1:22 PM, "Thomas Chou" wrote: > > On 12/14/2011 06:04 PM, Andreas Bießmann wrote: >> >> From: Andreas Bießmann >> >> Some architectures define size_t to unsigned long even though they are 32 bit >> architectures. >> >> This patch fixes several warnings when running MAKE

Re: [U-Boot] [PATCH] mx28evk: Add initial support for MX28EVK board

2011-12-14 Thread Fabio Estevam
On Wed, Dec 14, 2011 at 5:52 PM, Fabio Estevam wrote: >  create mode 100644 board/freescale/mx28evk.c Ops, this should be board/freescale/mx28evk/mx28evk.c instead. Will post another version tomorrow. Regards, Fabio Estevam ___ U-Boot mailing list U

Re: [U-Boot] [PATCH/RFC] fix several printf() modifiers

2011-12-14 Thread Thomas Chou
On 12/14/2011 06:04 PM, Andreas Bießmann wrote: From: Andreas Bießmann Some architectures define size_t to unsigned long even though they are 32 bit architectures. This patch fixes several warnings when running MAKEALL for avr32 architecture: Hi Andreas, Thanks. I have tested cmd_sf and fat.

Re: [U-Boot] [PATCH 1/1] ARMV7: Add support For Logic OMAP35x/DM37x modules

2011-12-14 Thread Tom Rini
On Wed, Dec 14, 2011 at 3:47 PM, Peter Barada wrote: > From: Peter Barada > > This patch adds basic support for OMAP35x/DM37x SOM LV/Torpedo > reference boards. It assumes U-boot is loaded to SDRAM with the > help of another small bootloader (x-load) running from SRAM. We can't merge this with t

Re: [U-Boot] [PATCH v6 0/4] Buffer overruns in printf

2011-12-14 Thread Simon Glass
Hi Wolfgang, On Mon, Nov 21, 2011 at 12:43 PM, Simon Glass wrote: > Hi, > > On Wed, Nov 2, 2011 at 12:52 PM, Simon Glass wrote: >> The printf family of functions in U-Boot cannot deal with a situation where >> the caller provides a buffer which turns out to be too small for the format >> string.

Re: [U-Boot] [PATCH] overo: add SPL support

2011-12-14 Thread Andreas Müller
On Wednesday, December 14, 2011 06:24:13 PM you wrote: > > I think you will also need to update the get_board_revision function > to ensure that SPL works with very early Overo revisions. > > Note this excerpt from the X-loader get_board_revision funtion: > > /* board revisions <= R2410 co

[U-Boot] [PATCH 1/1] ARMV7: Add support For Logic OMAP35x/DM37x modules

2011-12-14 Thread Peter Barada
From: Peter Barada This patch adds basic support for OMAP35x/DM37x SOM LV/Torpedo reference boards. It assumes U-boot is loaded to SDRAM with the help of another small bootloader (x-load) running from SRAM. Signed-off-by: Peter Barada --- board/logicpd/omap3som/Makefile | 48 +++ board/l

Re: [U-Boot] [PATCH 13/13] mcx: support for HTKW mcx board

2011-12-14 Thread Tom Rini
On Tue, Dec 13, 2011 at 12:18 PM, Ilya Yanok wrote: > Hi Tom, > > On 12.12.2011 20:22, Tom Rini wrote: > +#if defined(CONFIG_GENERIC_MMC) && defined(CONFIG_OMAP_HSMMC) && \ > +    !defined(CONFIG_SPL_BUILD) > +int board_mmc_init(bd_t *bis) > +{ > +    omap_mmc_init(0); > +

[U-Boot] [PATCH 1/2] net/fm: check the old and new Fman microcode locations in NOR flash

2011-12-14 Thread Timur Tabi
On some Freescale reference boards for SOCs with Fman devices, the Fman microcode is located at address 0xEF00 in NOR flash. Unfortunately, this address is in the "middle of nowhere" and makes it difficult to partition flash space for other images. So we change the expected address to 0xEFF40

[U-Boot] [PATCH 2/2] powerpc/85xx: move the Fman microcode from ef000000 to eff40000

2011-12-14 Thread Timur Tabi
On some Freescale reference boards for SOCs with Fman devices, the Fman microcode is located at address 0xEF00 in NOR flash. Unfortunately, this address is in the "middle of nowhere" and makes it difficult to partition flash space for other images. So we change the expected address to 0xEFF40

[U-Boot] [PATCH] USB: Use (get|put)_unaligned_le16 for accessing wMaxPacketSize

2011-12-14 Thread Tom Rini
In 9792987721c7980453fe6447c3fa6593b44f8458 Stefan describes a usecase where the previous behavior of leaving wMaxPacketSize be unaligned caused fatal problems. The initial fix for this problem was incomplete however as it showed another cases of non-aligned access that previously worked implicitl

[U-Boot] [PATCH 0/1]: USB: Fix ARM CONFIG_USB_TTY boards

2011-12-14 Thread Tom Rini
Hey all, As has been reported in a few threads now, and thanks to Aneesh V's analysis we know why Pandaboard/Beagleboard (and probably a number of other ARM boards) currently hang on boot. The following patch is based on Stefan's list of possible solutions to the problem he first encountered on O

Re: [U-Boot] [PATCH] mx28evk: Add initial support for MX28EVK board

2011-12-14 Thread Fabio Estevam
Hi Marek, On Wed, Dec 14, 2011 at 6:51 PM, Marek Vasut wrote: >> +void imx_get_mac_from_fuse(char *mac) >> +{ >> +     memset(mac, 0, 6); > > OCOTP code is no good for you? It works fine, except that it only gets the correct MAC for FEC0: Warning: FEC1 MAC addresses don't match: Address in SRO

Re: [U-Boot] [PATCH v6 4/6] arm, da850evm: Add an SPL for SPI boot

2011-12-14 Thread Tom Rini
On 12/14/2011 02:49 PM, Christian Riesch wrote: > Hi Tom, > thanks for your reply. > > On Wed, Dec 14, 2011 at 8:15 PM, Tom Rini > wrote: >> On 12/14/2011 12:09 PM, Christian Riesch wrote: >>> I applied the changes that I did in include/configs/da850evm.h before to >>> da850_

[U-Boot] [PATCH v6 4/6] arm, da850evm: Add an SPL for SPI boot

2011-12-14 Thread Christian Riesch
Hi Tom, thanks for your reply. On Wed, Dec 14, 2011 at 8:15 PM, Tom Rini wrote: > On 12/14/2011 12:09 PM, Christian Riesch wrote: >> I applied the changes that I did in include/configs/da850evm.h before to >> da850_am18xxevm.h as well. I expected this to work on my board since the >> board I used

Re: [U-Boot] [RFC] Add 'led' command

2011-12-14 Thread Simon Glass
Hi, On Wed, Dec 14, 2011 at 11:38 AM, Ulf Samuelsson wrote: > On 2011-12-14 20:11, Simon Glass wrote: >> >> Hi, >> >> On Tue, Dec 13, 2011 at 3:55 PM, Ulf Samuelsson >>  wrote: >>> >>> On 2010-11-05 13:21, Wolfgang Denk wrote: Dear Jason Kridner, In message<1288936236-30603-1

Re: [U-Boot] [PATCH] mx28evk: Add initial support for MX28EVK board

2011-12-14 Thread Marek Vasut
> Add initial support for Freescale MX28EVK board. > > Tested boot via SD card and by loading a kernel via TFTP through > the FEC interface. > > Signed-off-by: Fabio Estevam > --- Hi Fabio, the patch looks very bad, find many comments below ;-) [...] > + dev = eth_get_dev_by_name("FEC1")

Re: [U-Boot] [PATCH] sdhc_boot: Make mmc_get_env_addr dependant on CONFIG_FSL_ESDHC

2011-12-14 Thread Fabio Estevam
Andy, Ping? Without this path it is not possible to save env vars into MMC on MX28. On Mon, Nov 28, 2011 at 12:23 PM, Fabio Estevam wrote: > Since commit 97039ab98 (env_mmc: Allow board code to override the environment > address) > mmc_get_env_addr is a weak-aliased function in common/env_mmc.

Re: [U-Boot] OMAP4 u-boot broken (was [PATCH] usb: align usb_endpoint_descriptor to 16-bit boundary)

2011-12-14 Thread Tom Rini
On Tue, Dec 13, 2011 at 1:15 PM, Stefan Kristiansson wrote: > Hi Aneesh, > On Tue, Dec 13, 2011 at 06:59:45PM +0530, Aneesh V wrote: >> OMAP4 U-Boot is broken in the mainline. U-Boot wouldn't boot up on any >> OMAP4 platforms. I suspect this will be the case with any ARM platform >> that has enabl

Re: [U-Boot] p2020 and Micron MT47H64M16HR memory and u-boot

2011-12-14 Thread Wojciech Zabolotny
Dear Felix, Thanks a lot for your settings. Unfortunately they didn't work with our board :-(. We assume we have a hardware problem... -- Regards, Wojtek ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] mx28evk: Add initial support for MX28EVK board

2011-12-14 Thread Fabio Estevam
Add initial support for Freescale MX28EVK board. Tested boot via SD card and by loading a kernel via TFTP through the FEC interface. Signed-off-by: Fabio Estevam --- - Currently MAC addresses are being taken from environment variables: set ethaddr xx:xx:xx:xx:xx:xx set eth1addr yy:yy:yy:yy:yy:yy

Re: [U-Boot] [PATCH 4/4] README: add documentation for CONFIG_USB_ULPI*

2011-12-14 Thread Simon Glass
Hi Igor, On Tue, Dec 13, 2011 at 9:51 PM, Igor Grinberg wrote: > Hi Simon, > > On 12/14/11 02:28, Simon Glass wrote: >> Hi Igor, >> >> On Mon, Dec 12, 2011 at 2:08 AM, Igor Grinberg >> wrote: >>> Add documentation for CONFIG_USB_ULPI and CONFIG_USB_ULPI_VIEWPORT >>> configuration options. >>> >

Re: [U-Boot] [PATCH v6 4/6] arm, da850evm: Add an SPL for SPI boot

2011-12-14 Thread Tom Rini
On 12/14/2011 12:09 PM, Christian Riesch wrote: > Hi, > > On Wed, Dec 14, 2011 at 3:09 PM, Tom Rini > wrote: >> On Tue, Dec 13, 2011 at 11:33 PM, Christian Riesch >> mailto:christian.rie...@omicron.at>> wrote: >>> Hi, >>> >>> On Friday, December 9, 2011, Christian Riesc

Re: [U-Boot] [RFC] Add 'led' command

2011-12-14 Thread Simon Glass
Hi, On Tue, Dec 13, 2011 at 3:55 PM, Ulf Samuelsson wrote: > On 2010-11-05 13:21, Wolfgang Denk wrote: >> >> Dear Jason Kridner, >> >> In message<1288936236-30603-1-git-send-email-jkrid...@beagleboard.org> >>  you wrote: >>> >>> It is desired to have the led command on the BeagleBoard to allow fo

[U-Boot] [PATCH v6 4/6] arm, da850evm: Add an SPL for SPI boot

2011-12-14 Thread Christian Riesch
Hi, On Wed, Dec 14, 2011 at 3:09 PM, Tom Rini wrote: > On Tue, Dec 13, 2011 at 11:33 PM, Christian Riesch > wrote: >> Hi, >> >> On Friday, December 9, 2011, Christian Riesch < christian.rie...@omicron.at> >> wrote: >>> Signed-off-by: Christian Riesch >>> Cc: Heiko Schocher >>> Cc: Sandeep Paul

Re: [U-Boot] [PATCH 3/5 v2] mtd/nand: remove CONFIG_SYS_NAND_ONFI_DETECTION to enable ONFI detection

2011-12-14 Thread Scott Wood
On 12/13/2011 08:37 PM, Liu Shengzhou-B36685 wrote: > >> -Original Message- >> From: Wood Scott-B07421 >> Sent: Tuesday, December 13, 2011 2:42 AM >> To: Liu Shengzhou-B36685 >> Cc: u-boot@lists.denx.de; Gala Kumar-B11780 >> Subject: Re: [PATCH 3/5 v2] mtd/nand: remove >> CONFIG_SYS_NAND_O

Re: [U-Boot] [PATCH 5/5 v2] mtd/nand: workaround for Freescale FCM to support 4k pagesize Nand chip

2011-12-14 Thread Scott Wood
On 12/14/2011 01:30 AM, Liu Shengzhou-B36685 wrote: > > >> -Original Message- >> From: Wood Scott-B07421 >> Sent: Tuesday, December 13, 2011 4:14 AM >> To: Liu Shengzhou-B36685 >> Cc: u-boot@lists.denx.de; Gala Kumar-B11780; Liu Shuo-B35362 >> Subject: Re: [PATCH 5/5 v2] mtd/nand: workaro

Re: [U-Boot] [PATCH] overo: add SPL support

2011-12-14 Thread Steve Sakoman
On Wed, Dec 14, 2011 at 8:27 AM, Andreas Müller wrote: > * implemenatation based on ti beagleboard/omap3evm > * timing data taken from x-loader > * run-tested with overo release 0 and 1 / boot from NAND and SDcard Thanks for doing this! I took a quick look and only see one addition to Tom's comm

[U-Boot] [PATCH RESEND v2 3/3] usb:gadget:s5p Enable the USB Gadget framework at Exynos4210 (C210 Universal)

2011-12-14 Thread Lukasz Majewski
This commit enables support for USB Gadgets on the Exynos4210 (C210 Universal) reference target. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Minkyu Kang CC: Remy Bohmer --- Changes for v2: - Rename the S5PC210_Universal to Exynos4210 --- /checkpatch.pl - total: 0 er

[U-Boot] [PATCH] overo: add SPL support

2011-12-14 Thread Andreas Müller
* implemenatation based on ti beagleboard/omap3evm * timing data taken from x-loader * run-tested with overo release 0 and 1 / boot from NAND and SDcard Signed-off-by: Andreas Müller --- arch/arm/include/asm/arch-omap3/mem.h | 27 board/overo/config.mk | 28 -

[U-Boot] about flashing the u-boot

2011-12-14 Thread Érico Porto
Hello! Is it possible to flash a ppc board, that already has an older u-boot version, without using a jtag interface? I mean, I know I can write the filesystem using tftpboot, is it possible to also use it to write over u-boot? If no, is there any alternative to use jtag? Erico Vieira Porto _

[U-Boot] [PATCH] davinci: Fixed wrong timebase clock frequency.

2011-12-14 Thread Manfred Rudigier
Signed-off-by: Manfred Rudigier --- arch/arm/cpu/arm926ejs/davinci/timer.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/davinci/timer.c b/arch/arm/cpu/arm926ejs/davinci/timer.c index a06d449..93c9e60 100644 --- a/arch/arm/cpu/arm926ejs/davinci

Re: [U-Boot] [PATCH 6/6] OMAP4: config: Add usb support for panda config.

2011-12-14 Thread Tom Rini
On Wed, Dec 14, 2011 at 9:24 AM, Tom Rini wrote: > On Wed, Dec 14, 2011 at 5:21 AM, Govindraj.R wrote: >> From: "Govindraj.R" >> >> Enable usb ehci support and Ethernet support for panda board. >> Disable dcache as usb uses dma operations and to avoid any >> resulting cache coherency issue. >> >

Re: [U-Boot] [PATCH 6/6] OMAP4: config: Add usb support for panda config.

2011-12-14 Thread Tom Rini
On Wed, Dec 14, 2011 at 5:21 AM, Govindraj.R wrote: > From: "Govindraj.R" > > Enable usb ehci support and Ethernet support for panda board. > Disable dcache as usb uses dma operations and to avoid any > resulting cache coherency issue. > > Signed-off-by: Govindraj.R I'm not thrilled with disabl

[U-Boot] [PATCH] git-mailrc: Add self to davinci/omap, add ti

2011-12-14 Thread Tom Rini
Adding a 'ti' alias since not all parts are "omap" or "davinci" and adding myself to that alias as co-custodian of u-boot-ti Signed-off-by: Tom Rini --- doc/git-mailrc |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/git-mailrc b/doc/git-mailrc index 4039e55..96f1

[U-Boot] [PATCH] km/common: add toolchain variable

2011-12-14 Thread Holger Brunck
Add a variable "toolchain" and configure the rootpath for the nfsargs with this variable. Signed-off-by: Holger Brunck cc: Wolfgang Denk --- board/keymile/scripts/README |2 +- board/keymile/scripts/develop-common.txt |3 ++- 2 files changed, 3 insertions(+), 2 deletions(-)

Re: [U-Boot] [PATCH V4 2/2] mcx: support for HTKW mcx board

2011-12-14 Thread Ilya Yanok
Hi Tom, On 14.12.2011 06:48, Tom Rini wrote: >> Probably I just didn't want to change TEXT_BASE... Ah, now I recall. >> I tried to make SPL working without breaking the board, so I loaded SPL >> to SRAM with BDI and tried to make it work with the u-boot.bin I had in >> NAND. That's why I had to pr

Re: [U-Boot] [PATCH] arm, davinci: Fix build warnings for cam_enc_4xx

2011-12-14 Thread Tom Rini
On 12/14/2011 01:54 AM, Christian Riesch wrote: > This patch fixes a build warning for the cam_enc_4xx board introduced by > commit d6ec0c0dfc70447cf615ae80a952da81f73f16b4: > > spl.c:35:13: warning: 'gdata' defined but not used > spl.c:36:13: warning: 'bdata' defined but not used > > Signed-off-

Re: [U-Boot] Please pull u-boot-ti/master (updated!)

2011-12-14 Thread Tom Rini
On Tue, Dec 13, 2011 at 11:58 AM, Tom Rini wrote: > The following changes since commit > 953209bf5ef0889a1baa02aa0ed5324f53ff8fda:  Wolfgang Grandegger (1): >     arm: add __aeabi_unwind_cpp_pr1() function to avoid linker > complaints > are available in the git repository at: >   git://git.denx.de

[U-Boot] [PATCH V6 2/2] mcx: support for HTKW mcx board

2011-12-14 Thread Ilya Yanok
This patch adds support for the HTKW mcx AM3517-based board. Serial, Ethernet, NAND, MMC, RTC, EHCI USB host and both NAND and MMC SPLs are supported. Signed-off-by: Ilya Yanok --- I'm sorry for non-consistent version history, I will give links to my previous posts along with version numbers. T

Re: [U-Boot] [PATCH] davinci: Fixed wrong timebase clock frequency.

2011-12-14 Thread Tom Rini
On 12/14/2011 08:20 AM, Manfred Rudigier wrote: > > Signed-off-by: Manfred Rudigier > --- > arch/arm/cpu/arm926ejs/davinci/timer.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/cpu/arm926ejs/davinci/timer.c > b/arch/arm/cpu/arm926ejs/davinci/timer.c >

Re: [U-Boot] [PATCH 1/6] omap4: usb: Add omap-ehci support

2011-12-14 Thread Tom Rini
On Wed, Dec 14, 2011 at 5:09 AM, Govindraj.R wrote: > From: "Govindraj.R" [snip] > +/* TLL Register Set */ > +#define        OMAP_USBTLL_SYSCONFIG_SIDLEMODE                 (1 << 3) Globally, please fix all #define to #define. > +#define        OMAP_USBTLL_SYSCONFIG_AUTOIDLE                  (1

Re: [U-Boot] [PATCH] add initial support for bluegiga apx4devkit

2011-12-14 Thread Veli-Pekka Peltola
On 12/14/2011 05:04 PM, Stefano Babic wrote: +void imx_get_mac_from_fuse(char *mac) +{ +memset(mac, 0, 6); +} This is wrong, and surely you do not get the address from fuses. What is correct way to get ethernet mac from environment instead of fuses? FEC driver seems to call imx_get_mac_fr

[U-Boot] [PATCH 2/2] arm/km: checkpatch cleanup

2011-12-14 Thread Holger Brunck
Signed-off-by: Holger Brunck Cc: Valentin Longchamp Cc: Prafulla Wadaskar --- board/keymile/km_arm/km_arm.c | 23 +++ 1 files changed, 11 insertions(+), 12 deletions(-) diff --git a/board/keymile/km_arm/km_arm.c b/board/keymile/km_arm/km_arm.c index ca33aae..9e9940c 10064

[U-Boot] [PATCH 1/2] arm/km: speed up i2c access for keymile boards

2011-12-14 Thread Holger Brunck
We don't need 3us delay for our i2c bus. Decrease it to 1us. It would also be possible to use 100ns in the future, but currently kirkwood has no ndelay implementation. Signed-off-by: Holger Brunck Cc: Valentin Longchamp Cc: Prafulla Wadaskar Cc: Heiko Schocher --- include/configs/km/km_arm.h

[U-Boot] [PATCH 4/4] powerpc/83xx/km: add support for 8321 based tuge1 board

2011-12-14 Thread Holger Brunck
This board is similar to our tuxx1 target. But on this board there is only one application specific chip select configured. Signed-off-by: Holger Brunck cc: Kim Phillips cc: Valentin Longchamp cc: Heiko Schocher --- MAINTAINERS |1 + boards.cfg |1 + include/c

[U-Boot] [PATCH 3/4] powerpc/83xx/km: merge tuxa and tuda1 boards to tuxx1

2011-12-14 Thread Holger Brunck
These boards are from a u-boot point of view identical. So collect the two headerfiles to one, to decrease maintenance. Signed-off-by: Holger Brunck cc: Kim Phillips cc: Valentin Longchamp cc: Heiko Schocher --- MAINTAINERS |5 +- boards.cfg

[U-Boot] [PATCH 2/4] powerpc/83xx/km: remove obsolete defines for tuda1

2011-12-14 Thread Holger Brunck
CONFIG_SYS_LCRR is unused and CONFIG_SYS_LBC_LBCR is already defined in the common header file, so remove them. Signed-off-by: Holger Brunck cc: Kim Phillips cc: Valentin Longchamp --- include/configs/tuda1.h |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/include

[U-Boot] [PATCH 1/4] powerpc/83xx/km: update SDRAM parameters for km8321 boards

2011-12-14 Thread Holger Brunck
From: Marco Schmid Measurements during HW basic test showed, that the SDRAM timing has to be optimized. This patch adapted these timings accordingly. Signed-off-by: Marco Schmid Signed-off-by: Holger Brunck cc: Kim Phillips cc: Valentin Longchamp --- include/configs/km/km8321-common.h | 2

Re: [U-Boot] [PATCH] add initial support for bluegiga apx4devkit

2011-12-14 Thread Stefano Babic
On 14/12/2011 15:27, Veli-Pekka Peltola wrote: > > But now I understand that our way is far away from optimal so this will > be reworked in v2. > In this way you can also profit of the work already done in the SPL code. >>> +void imx_get_mac_from_fuse(char *mac) >>> +{ >>> +memset(mac, 0, 6

Re: [U-Boot] [PATCH] arm, fdt: update ethernet mac address before booting Linux

2011-12-14 Thread Jerry Van Baren
Hi Heiko, On 12/14/2011 04:39 AM, Heiko Schocher wrote: Hello Albert, Gerald, Heiko Schocher wrote: Signed-off-by: Heiko Schocher Cc: Albert ARIBAUD Cc: Gerald van Baren --- arch/arm/lib/bootm.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/lib/bootm.c b

Re: [U-Boot] [PATCH] add initial support for bluegiga apx4devkit

2011-12-14 Thread Veli-Pekka Peltola
Hi Stefano, Thanks for your review. Please see my comments below. On 12/14/2011 03:20 PM, Stefano Babic wrote: On 13/12/2011 15:54, Veli-Pekka Peltola wrote: Add initial support for Bluegiga APX4 CoM and development kit. Signed-off-by: Veli-Pekka Peltola Cc: Stefano Babic --- Hi Veli-Pekka,

Re: [U-Boot] OMAP4 u-boot broken (was [PATCH] usb: align usb_endpoint_descriptor to 16-bit boundary)

2011-12-14 Thread Tom Rini
On Wed, Dec 14, 2011 at 3:24 AM, Aneesh V wrote: > Copying Wolfgang as he seems to be the author of this module. > > > On Wednesday 14 December 2011 01:45 AM, Stefan Kristiansson wrote: >> >> Hi Aneesh, >> On Tue, Dec 13, 2011 at 06:59:45PM +0530, Aneesh V wrote: >>> >>> OMAP4 U-Boot is broken in

Re: [U-Boot] [PATCH v6 4/6] arm, da850evm: Add an SPL for SPI boot

2011-12-14 Thread Tom Rini
On Tue, Dec 13, 2011 at 11:33 PM, Christian Riesch wrote: > Hi, > > On Friday, December 9, 2011, Christian Riesch > wrote: >> Signed-off-by: Christian Riesch >> Cc: Heiko Schocher >> Cc: Sandeep Paulraj >> Cc: Tom Rini >> Cc: Sudhakar Rajashekhara >> --- >>  board/davinci/da8xxevm/da850evm.c

Re: [U-Boot] Question about iMX28 SPI flash driver

2011-12-14 Thread Fabio Estevam
On Wed, Dec 14, 2011 at 11:39 AM, Stefano Babic wrote: >> I've got an iMX28EVK board, added Winbond 25q64 flash and use the >> latest u-boot-imx version. > > I have added Fabio in CC. He is porting the Freescale's MX28EVK board. Yes, you can find my initial RFC patch for MX28EVK support in the l

Re: [U-Boot] [PATCH 1/6] omap4: usb: Add omap-ehci support

2011-12-14 Thread Govindraj
Hi Chris, On Wed, Dec 14, 2011 at 7:08 PM, Chris Lalancette wrote: > On Wed, Dec 14, 2011 at 7:09 AM, Govindraj.R wrote: >> From: "Govindraj.R" >> >> Adds ehci-omap and two funcs omap_ehci_hcd_init/omap_ehci_hcd_stop >> Which can be called from any board file implementing the ehci_hcd_init/rese

Re: [U-Boot] Question about iMX28 SPI flash driver

2011-12-14 Thread Stefano Babic
On 13/12/2011 09:22, Alexander Keller wrote: > Hello, > Hi Alexander, > I've got an iMX28EVK board, added Winbond 25q64 flash and use the > latest u-boot-imx version. I have added Fabio in CC. He is porting the Freescale's MX28EVK board. > For building u-boot I use the > m28evk_config and set

Re: [U-Boot] [PATCH 1/6] omap4: usb: Add omap-ehci support

2011-12-14 Thread Chris Lalancette
On Wed, Dec 14, 2011 at 7:09 AM, Govindraj.R wrote: > From: "Govindraj.R" > > Adds ehci-omap and two funcs omap_ehci_hcd_init/omap_ehci_hcd_stop > Which can be called from any board file implementing the ehci_hcd_init/reset. > One can pass the port modes from board file and configure the usb host

Re: [U-Boot] [PATCH] add initial support for bluegiga apx4devkit

2011-12-14 Thread Stefano Babic
On 13/12/2011 15:54, Veli-Pekka Peltola wrote: > Add initial support for Bluegiga APX4 CoM and development kit. > > Signed-off-by: Veli-Pekka Peltola > Cc: Stefano Babic > --- Hi Veli-Pekka, > board/bluegiga/apx4devkit/Makefile | 45 +++ > board/bluegiga/apx4devkit/apx4devkit.c | 2

[U-Boot] [PATCH 6/6] OMAP4: config: Add usb support for panda config.

2011-12-14 Thread Govindraj.R
From: "Govindraj.R" Enable usb ehci support and Ethernet support for panda board. Disable dcache as usb uses dma operations and to avoid any resulting cache coherency issue. Signed-off-by: Govindraj.R --- include/configs/omap4_common.h |1 + include/configs/omap4_panda.h | 21 ++

[U-Boot] [PATCH 5/6] OMAP4: Panda: Add hcd init and enable ehci support.

2011-12-14 Thread Govindraj.R
From: "Govindraj.R" Add ehci_hcd_init and thus enable ehci support for panda board. On panda board ehci port1 is connected to a smsc3220 hub, and ethernet is connected to GPIO_1 and hub reset is through GPIO_62. ethernt lan9500 chip is connted to hub. Signed-off-by: Govindraj.R --- board/ti/pa

[U-Boot] [PATCH 4/6] OMAP4: clocks: enable usb host clocks by default.

2011-12-14 Thread Govindraj.R
From: "Govindraj.R" Enable usb related clocks by default. On omap4 panda ethernet port and 2 usb downstream ports are available through a hub can be used at u-boot if usb host clocks are enabled. Signed-off-by: Govindraj.R --- arch/arm/cpu/armv7/omap4/clocks.c |5 + 1 files changed, 5

[U-Boot] [PATCH 3/6] OMAP4: Panda_mux: configure usb port1 for ulpi phy mode

2011-12-14 Thread Govindraj.R
From: "Govindraj.R" on panda board usb ehci port1 is connected to external ulpi phy configure usb_ulpi pins available in mux mode4. Signed-off-by: Govindraj.R --- board/ti/panda/panda_mux_data.h | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/board/ti/pa

[U-Boot] [PATCH 2/6] OMAP4: clock-common: Move the usb dppl configuration to new func.

2011-12-14 Thread Govindraj.R
From: "Govindraj.R" usb dpll configuration is done only part of non-essential dppl configuration however if CONFIG_USB_EHCI_OMAP is defined we may have to configure usb dpll's for proper functioning of usb modules. So move the usb dppl configuration to a new func. and utilise the same during esse

[U-Boot] [PATCH 1/6] omap4: usb: Add omap-ehci support

2011-12-14 Thread Govindraj.R
From: "Govindraj.R" Adds ehci-omap and two funcs omap_ehci_hcd_init/omap_ehci_hcd_stop Which can be called from any board file implementing the ehci_hcd_init/reset. One can pass the port modes from board file and configure the usb host to ulpi-phy mode or hsic mode. Signed-off-by: Govindraj.R -

[U-Boot] [PATCH 0/6] OMAP4: USB: Add omap-ehci support and enable same for panda

2011-12-14 Thread Govindraj.R
From: "Govindraj.R" Patch series adds ehci support for omap4 socs and enables ehci support for panda board. Fatls, ping and tftp was tested with this patch series. Patch series depends on below patch for enabling aux clock with powers external ulpi phy. http://www.mail-archive.com/u-boot@lists.

[U-Boot] [PATCH 1/6] omap4: usb: Add omap-ehci support

2011-12-14 Thread Govindraj.R
From: "Govindraj.R" Adds ehci-omap and two funcs omap_ehci_hcd_init/omap_ehci_hcd_stop Which can be called from any board file implementing the ehci_hcd_init/reset. One can pass the port modes from board file and configure the usb host to ulpi-phy mode or hsic mode. Signed-off-by: Govindraj.R -

[U-Boot] [PATCH 5/6] OMAP4: Panda: Add hcd init and enable ehci support.

2011-12-14 Thread Govindraj.R
From: "Govindraj.R" Add ehci_hcd_init and thus enable ehci support for panda board. On panda board ehci port1 is connected to a smsc3220 hub, and ethernet is connected to GPIO_1 and hub reset is through GPIO_62. ethernt lan9500 chip is connted to hub. Signed-off-by: Govindraj.R --- board/ti/pa

[U-Boot] [PATCH 4/6] OMAP4: clocks: enable usb host clocks by default.

2011-12-14 Thread Govindraj.R
From: "Govindraj.R" Enable usb related clocks by default. On omap4 panda ethernet port and 2 usb downstream ports are available through a hub can be used at u-boot if usb host clocks are enabled. Signed-off-by: Govindraj.R --- arch/arm/cpu/armv7/omap4/clocks.c |5 + 1 files changed, 5

[U-Boot] [PATCH 3/6] OMAP4: Panda_mux: configure usb port1 for ulpi phy mode

2011-12-14 Thread Govindraj.R
From: "Govindraj.R" on panda board usb ehci port1 is connected to external ulpi phy configure usb_ulpi pins available in mux mode4. Signed-off-by: Govindraj.R --- board/ti/panda/panda_mux_data.h | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/board/ti/pa

[U-Boot] [PATCH 6/6] OMAP4: config: Add usb support for panda config.

2011-12-14 Thread Govindraj.R
From: "Govindraj.R" Enable usb ehci support and Ethernet support for panda board. Disable dcache as usb uses dma operations and to avoid any resulting cache coherency issue. Signed-off-by: Govindraj.R --- include/configs/omap4_common.h |1 + include/configs/omap4_panda.h | 21 ++

[U-Boot] [PATCH 2/6] OMAP4: clock-common: Move the usb dppl configuration to new func.

2011-12-14 Thread Govindraj.R
From: "Govindraj.R" usb dpll configuration is done only part of non-essential dppl configuration however if CONFIG_USB_EHCI_OMAP is defined we may have to configure usb dpll's for proper functioning of usb modules. So move the usb dppl configuration to a new func. and utilise the same during esse

[U-Boot] [PATCH 0/6] OMAP4: USB: Add omap-ehci support and enable same for panda

2011-12-14 Thread Govindraj.R
From: "Govindraj.R" Patch series adds ehci support for omap4 socs and enables ehci support for panda board. Fatls, ping and tftp was tested with this patch series. Patch series depends on below patch for enabling aux clock with powers external ulpi phy. http://www.mail-archive.com/u-boot@lists.

Re: [U-Boot] [PATCH] M28: Fix tab indent in u-boot.bd

2011-12-14 Thread Stefano Babic
On 13/12/2011 20:18, Marek Vasut wrote: > Signed-off-by: Marek Vasut > Cc: Wolfgang Denk > Cc: Detlev Zundel > Cc: Stefano Babic > --- > board/denx/m28evk/u-boot.bd |8 > 1 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/board/denx/m28evk/u-boot.bd b/board/denx/m2

[U-Boot] Problem accessing MONITOR_BASE in start.S

2011-12-14 Thread Jean-Michel Hautbois
Hi list, I was working with an old u-boot on a MPC8541 based board, and I am currently trying to port it on v2011.09 version of u-boot. I am facing an issue when debuging with a BDI2000 and I am wondering what could cause this kind of thing. Here is the point, I start the board, and it enters sta

  1   2   >