Re: [U-Boot] [PATCH 1/1] pci: move pcidelay code to new location just before PCI bus scan

2011-10-12 Thread Matthias Fuchs
Hi Anatolij, in general this is a good idea. It also fixes an issue on dual role boards that can act as pci host and target like the PMC440 and PMC405DE. When these boards are configured as target, the pcidelay variable must be ignored or _target_ initialization must be done before the delay.

Re: [U-Boot] [PATCH 1/6] ColdFire: Cleanup lds files for multiple defined symbols

2011-10-12 Thread Stany MARCEL
diff --git a/board/cobra5272/u-boot.lds b/board/cobra5272/u-boot.lds index da14807..6c2dfe8 100644 --- a/board/cobra5272/u-boot.lds +++ b/board/cobra5272/u-boot.lds @@ -1,5 +1,5 @@ /* - * (C) Copyright 2000 + * (C) Copyright 2000-2003 * Wolfgang Denk, DENX Software

Re: [U-Boot] checkpatch compliance

2011-10-12 Thread Wolfgang Denk
Dear Mike Frysinger, In message 201110112359.24131.vap...@gentoo.org you wrote: ERROR: need consistent spacing around '/' (ctx:WxV) +#define CONFIG_ROOTPATH/nfs/root/path Actually this is IMO wrong. Should it not be /nfs/root/path instead? no. please look at all

Re: [U-Boot] Interrupt issue about bootvx command

2011-10-12 Thread Wolfgang Denk
Dear Peter Pan, In message cagqxtzg4f9dvscmu2eej6tstevcrwehetep8vfatnewn0v7...@mail.gmail.com you wrote: vxWorks needs all interrupt to be disabled before it's boot up, while u-boot sometimes enables them. In which configuration / on which board have you run your tests? Recently, I'm

[U-Boot] [PATCH v2 8/8] nand: make 1-bit software ECC configurable

2011-10-12 Thread Christian Hitz
The software ECC algorithm is not necessary when hardware ECC is available and can be left out for a smaller image size. Enable with CONFIG_MTD_ECC_SOFT. Signed-off-by: Christian Hitz christian.h...@aizo.com Cc: Scott Wood scottw...@freescale.com --- Saves 2312 bytes of image size when software

[U-Boot] [PATCH v2 7/8] nand: Sanitize ONFI strings.

2011-10-12 Thread Christian Hitz
[backport from linux commit 02f8c6aee8df3cdc935e9bdd4f2d020306035dbe] This is part of the synchronization with the nand driver to the Linux 3.0 state. Signed-off-by: Christian Hitz christian.h...@aizo.com Cc: Scott Wood scottw...@freescale.com --- Adds 168 bytes of image size. Changes since

[U-Boot] [PATCH v2 2/8] nand: Add more NAND types from Linux nand driver

2011-10-12 Thread Christian Hitz
[backport from linux commit 02f8c6aee8df3cdc935e9bdd4f2d020306035dbe] This patch merges the additional NAND flash types from the 3.0 Linux kernel. Signed-off-by: Christian Hitz christian.h...@aizo.com Cc: Scott Wood scottw...@freescale.com --- Adds 1244 bytes to the image size. Changes since

[U-Boot] [PATCH v2 3/8] nand: cleanup whitespace

2011-10-12 Thread Christian Hitz
Bring up to date with corresponding file from linux. Signed-off-by: Christian Hitz christian.h...@aizo.com Cc: Scott Wood scottw...@freescale.com --- Changes since v1: - split whitespace changes into seperate patch drivers/mtd/nand/nand_base.c | 152

[U-Boot] [PATCH v2 5/8] nand: Merge new implementation of 1-bit ECC from Linux nand driver

2011-10-12 Thread Christian Hitz
[backport from linux commit 02f8c6aee8df3cdc935e9bdd4f2d020306035dbe] This patch synchronizes the nand driver with the Linux 3.0 state. Signed-off-by: Christian Hitz christian.h...@aizo.com Cc: Scott Wood scottw...@freescale.com --- Adds 1416 bytes to the image size. Changes since v1:

[U-Boot] [PATCH v2 6/8] nand: Merge changes to BBT from Linux nand driver

2011-10-12 Thread Christian Hitz
[backport from linux commit 02f8c6aee8df3cdc935e9bdd4f2d020306035dbe] This patch synchronizes the nand driver with the Linux 3.0 state. Signed-off-by: Christian Hitz christian.h...@aizo.com Cc: Scott Wood scottw...@freescale.com --- Adds 1096 bytes to the image size. Remaining checkpatch

Re: [U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for TI AM335X EVM

2011-10-12 Thread Igor Grinberg
Hi Chandan, On 10/11/11 15:51, Chandan Nath wrote: This patch adds basic support for booting the board. This patch adds support for the UART necessary to get to the u-boot prompt. Signed-off-by: Chandan Nath chandan.n...@ti.com --- Support for additional peripherals depends on this

[U-Boot] [PATCH V4 05/13] misc: pmic: use I2C_SET_BUS in pmic I2C

2011-10-12 Thread Stefano Babic
Instead of using directly the i2c_set_bus() function, the I2C_SET_BUS macro must be used to avoid build errors for targets without multibus I2C. Signed-off-by: Stefano Babic sba...@denx.de --- Changes since V3: - instead adding i2c_set_bus_num(), use the macro I2C_SET_BUS() that is already

Re: [U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for TI AM335X EVM

2011-10-12 Thread Igor Grinberg
On 10/11/11 15:51, Chandan Nath wrote: This patch adds basic support for booting the board. This patch adds support for the UART necessary to get to the u-boot prompt. Signed-off-by: Chandan Nath chandan.n...@ti.com --- Support for additional peripherals depends on this patchset. Will

Re: [U-Boot] u-boot not working on Atmel ATNGW100 (AVR32)

2011-10-12 Thread Andreas Bießmann
Dear Sven, Am 11.10.2011 18:15, schrieb Sven Schnelle: On 10/11/2011 03:52 PM, Andreas Bießmann wrote: Dear Sven, Am Di 11 Okt 2011 15:37:29 CEST schrieb Sven Schnelle: On 10/11/2011 03:28 PM, Andreas Bießmann wrote: Dear Sven, Am Di 11 Okt 2011 15:23:00 CEST schrieb Andreas Bießmann:

Re: [U-Boot] arm: comment request

2011-10-12 Thread Christian Riesch
Hello Heiko I tried to apply your patches to the current master, since they are a prerequisite for your enbw_cmc patches but [U-Boot] cosmetic, post: Codingstyle cleanup http://patchwork.ozlabs.org/patch/114742/ did not cleanly apply. I got it from patchwork via $ wget -nv

[U-Boot] [PATCH v16 1/9] nds32: add header files support for nds32

2011-10-12 Thread Macpaul Lin
Add generic header files support for nds32 architecture. Cache, ptregs, data type and other definitions are included. Signed-off-by: Macpaul Lin macp...@andestech.com --- Changes for v1-v4: - Code cleanup and style formatting. Changes for v5-v6: - This patch also updated the following changes

[U-Boot] [PATCH v16 2/9] nds32: add NDS32 support into common header file

2011-10-12 Thread Macpaul Lin
Add NDS32 support into common header file. Signed-off-by: Macpaul Lin macp...@andestech.com --- Changes for v1-v7: - No change Changes for v8: - Fix the patch according to dependency of x86's Fix Changes for v9-v16: - No change include/common.h |4 1 files changed, 4

[U-Boot] [PATCH v16 3/9] nds32/core N1213: NDS32 N12 core family N1213

2011-10-12 Thread Macpaul Lin
Add N1213 cpu core (N12 Core family) support for NDS32 arch. This patch includes start.S for the initialize procedure of N1213. Start procedure: start.S will start up the N1213 CPU core at first, then jump to SoC dependent lowlevel_init.S and watchdog.S to configure peripheral devices.

[U-Boot] [PATCH v16 4/9] nds32/ag101: cpu and init funcs of SoC ag101

2011-10-12 Thread Macpaul Lin
SoC ag101 is the first chip using NDS32 N1213 cpu core. Add header file of device offset support for SoC ag101. Add main function of SoC ag101 based on NDS32 n1213 core. Add lowlevel_init.S and other periphal related code. This version of lowlevel_init.S also replace hardcode value by MARCO

[U-Boot] [PATCH v16 5/9] nds32/lib: add generic funcs in NDS32 lib

2011-10-12 Thread Macpaul Lin
Add Makefile, board.c, interrupts.c and bootm.c functions to nds32 architecture. Signed-off-by: Macpaul Lin macp...@andestech.com --- Changes for v1-v4: - code clean up and formatting style. Changes for v5-v6: - board.c - Do some clean up and add code - Remove display banner which

[U-Boot] [PATCH v16 6/9] nds32: standalone support

2011-10-12 Thread Macpaul Lin
Add standalone program related support for nds32 architecture. Signed-off-by: Macpaul Lin macp...@andestech.com --- Changes for v1-v6: - code clean up. Changes for v7-v11: - No change. Changes for v12: - clean up for linker script. Changes for v13-v15: - No change. Changes for v16: -

[U-Boot] [PATCH v16 7/9] nds32: common bdinfo, bootm, image support

2011-10-12 Thread Macpaul Lin
Add support of NDS32 to common commands bdinfo, bootm, and image format. Signed-off-by: Macpaul Lin macp...@andestech.com --- Changes for v1-v6: - Code clean up Changes for v7-v9: - No Change. Changes for v10: - fix up according to the changes in master tree. Changes for v11: - No Change.

[U-Boot] [PATCH v16 8/9] adp-ag101: add board adp-ag101 support

2011-10-12 Thread Macpaul Lin
Add evaluation board adp-ag101 configuration file adp-ag101.h. Add adp-ag101.c board config and related settings. Add board adp-ag101 into boards.cfg Signed-off-by: Macpaul Lin macp...@andestech.com --- Changes for v1-v4: - code clean up Changes for v5-v6: - Refine the definitions and

[U-Boot] [PATCH v16 9/9] doc/README: documents and readme for NDS32 arch

2011-10-12 Thread Macpaul Lin
Documents and READMEs for NDS32 architecture. It patch also provides usage of SoC AG101 and board ADP-AG101. Signed-off-by: Macpaul Lin macp...@andestech.com --- Changes for v1-v10: - The patch of documentation was not included. Changes for v11: - Add the documents of NDS32, ag101, N1213.

Re: [U-Boot] [PATCH V2 09/12] VIDEO: davinci: add framebuffer to da8xx

2011-10-12 Thread Stefano Babic
On 10/11/2011 06:10 PM, Anatolij Gustschin wrote: Hi Stefano, Hi Anatolij, Thanks for these fixes. When applying this patch I see: $ git am /tmp/\[PATCH\ V2\ 09_12\]\ VIDEO\:\ davinci\:\ add\ framebuffer\ to\ da8xx Applying: VIDEO: davinci: add framebuffer to da8xx

[U-Boot] [PATCH v2 1/1] pci: move pcidelay code to new location just before PCI bus scan

2011-10-12 Thread Anatolij Gustschin
PCI cards might need some time after reset to respond. On some boards (mpc5200 or mpc8260 based) the PCI bus reset is deasserted at pci_init_board() time, so we currently can not use available pcidelay option for waiting before PCI bus scan since this waiting takes place before calling

Re: [U-Boot] [PATCH V2 09/12] VIDEO: davinci: add framebuffer to da8xx

2011-10-12 Thread Anatolij Gustschin
On Wed, 12 Oct 2011 10:42:21 +0200 Stefano Babic sba...@denx.de wrote: On 10/11/2011 06:10 PM, Anatolij Gustschin wrote: Hi Stefano, Hi Anatolij, Hi Stefano, Thanks for these fixes. When applying this patch I see: $ git am /tmp/\[PATCH\ V2\ 09_12\]\ VIDEO\:\ davinci\:\ add\

Re: [U-Boot] [PATCH V2 09/12] VIDEO: davinci: add framebuffer to da8xx

2011-10-12 Thread Stefano Babic
On 10/12/2011 11:06 AM, Anatolij Gustschin wrote: OK, there is no need to resubmit this patch since it can be applied with --whitespace=fix option. Ok, thanks. Stefano -- = DENX Software Engineering GmbH, MD: Wolfgang

Re: [U-Boot] arm: comment request

2011-10-12 Thread Stefano Babic
On 10/11/2011 10:17 PM, Albert ARIBAUD wrote: Le 05/10/2011 07:55, Heiko Schocher a écrit : Hello Albert, can you comment/apply the following patches? As the new merge window is open, I think they can go to mainline: arm, logbuffer: make it compileclean

Re: [U-Boot] [PATCH v2] ubifs bad superblock bug

2011-10-12 Thread Stefan Roese
Hi Lars, On Tuesday 04 October 2011 13:35:07 larsi wrote: This patch fixes an issue when ubifs reads a bad superblock. Later it tries to free memory, that was not allocated, which freezes u-boot. This is fixed by looking for a non null pointer before free. I had to manually apply this

Re: [U-Boot] [PATCH] UBI: init eba tables before wl when attaching a device

2011-10-12 Thread Stefan Roese
Hi Holger, On Monday 10 October 2011 13:08:19 Holger Brunck wrote: This fixes that u-boot gets stuck when a bitflip was detected during ubi part ubi_device. If a bitflip was detected UBI tries to copy the PEB to a different place. This needs that the eba table are initialized, but this was

Re: [U-Boot] [PATCH v2 1/1] pci: move pcidelay code to new location just before PCI bus scan

2011-10-12 Thread Stefan Roese
On Wednesday 12 October 2011 10:44:30 Anatolij Gustschin wrote: PCI cards might need some time after reset to respond. On some boards (mpc5200 or mpc8260 based) the PCI bus reset is deasserted at pci_init_board() time, so we currently can not use available pcidelay option for waiting before

[U-Boot] Please pull u-boot-ubi/master

2011-10-12 Thread Stefan Roese
Hi Wolfgang, please pull those 2 patches: The following changes since commit 0841ca90f22d73b0ea4642ef1ce33d879bb2f3ff: arm920t/s3c24x0/usb_ohci.c: fix warning: variable ... set but not used (2011-10-09 23:24:50 +0200) are available in the git repository at:

Re: [U-Boot] [PATCH] ppc4xx: Do not stop booting on any keypress on intip

2011-10-12 Thread Stefan Roese
On Tuesday 04 October 2011 11:13:52 eib...@gdsys.de wrote: From: Dirk Eibach eib...@gdsys.de Use CONFIG_AUTOBOOT_KEYED on intip so that booting can only be stopped with well defined keypresses. Applied to u-boot-ppc4xx/master. Thanks. Best regards, Stefan -- DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH] ppc4xx: Improve lm63 pwm on dlvision-10g

2011-10-12 Thread Stefan Roese
On Tuesday 04 October 2011 11:13:53 eib...@gdsys.de wrote: From: Dirk Eibach eib...@gdsys.de Fan PWM lookuptable was modified to start at 46 degrees celsius instead of 40 degrees celsius. Applied to u-boot-ppc4xx/master. Thanks. Best regards, Stefan -- DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH] ppc4xx: Change DDR2 CL from 4 to 5 for intip

2011-10-12 Thread Stefan Roese
On Tuesday 04 October 2011 11:13:55 eib...@gdsys.de wrote: From: Dirk Eibach eib...@gdsys.de Some intip boards don't seem to run stable with CL4, datasheets suggest that CL5 is the safe value. Applied to u-boot-ppc4xx/master. Thanks. Best regards, Stefan -- DENX Software Engineering GmbH,

Re: [U-Boot] arm: comment request

2011-10-12 Thread Heiko Schocher
Hello Christian, Christian Riesch wrote: Hello Heiko I tried to apply your patches to the current master, since they are a prerequisite for your enbw_cmc patches but [U-Boot] cosmetic, post: Codingstyle cleanup http://patchwork.ozlabs.org/patch/114742/ did not cleanly apply. Oh! I just

Re: [U-Boot] [PATCH v2] ppc4xx: Add Io64 board support

2011-10-12 Thread Stefan Roese
Hi Dirk, On Tuesday 11 October 2011 16:33:05 eib...@gdsys.de wrote: diff --git a/arch/powerpc/lib/board.c b/arch/powerpc/lib/board.c index 9885b14..1be0a34 100644 --- a/arch/powerpc/lib/board.c +++ b/arch/powerpc/lib/board.c @@ -130,6 +130,10 @@ ulong monitor_flash_len; #include

[U-Boot] Please pull u-boot-ppc4xx/master

2011-10-12 Thread Stefan Roese
Hi Wolfgang, please pull the following patches from Dirk: The following changes since commit 0841ca90f22d73b0ea4642ef1ce33d879bb2f3ff: arm920t/s3c24x0/usb_ohci.c: fix warning: variable ... set but not used (2011-10-09 23:24:50 +0200) are available in the git repository at:

Re: [U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for TI AM335X EVM

2011-10-12 Thread Premi, Sanjeev
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Igor Grinberg Sent: Wednesday, October 12, 2011 1:24 PM To: Kumar Nath, Chandan Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for TI

Re: [U-Boot] [PATCH] imx: fix coding style

2011-10-12 Thread Stefano Babic
On 10/10/2011 09:34 PM, Fabio Estevam wrote: Fix checkpatch warning and errors in several i.MX related files. Hi Fabio, diff --git a/arch/arm/cpu/arm1136/mx31/timer.c b/arch/arm/cpu/arm1136/mx31/timer.c index 717a2b7..d3a461e 100644 --- a/arch/arm/cpu/arm1136/mx31/timer.c +++

Re: [U-Boot] [PATCH 4/5] ARM:AM33XX: Added timer support

2011-10-12 Thread Kumar Nath, Chandan
Tom, -Original Message- From: Tom Rini [mailto:tom.r...@gmail.com] Sent: Tuesday, October 11, 2011 9:34 PM To: Kumar Nath, Chandan Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH 4/5] ARM:AM33XX: Added timer support On Tue, Oct 11, 2011 at 6:51 AM, Chandan Nath

Re: [U-Boot] [PATCH 1/5] ARM:AM33XX: Added support for AM33xx

2011-10-12 Thread Kumar Nath, Chandan
-Original Message- From: Tom Rini [mailto:tom.r...@gmail.com] Sent: Tuesday, October 11, 2011 9:37 PM To: Kumar Nath, Chandan Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH 1/5] ARM:AM33XX: Added support for AM33xx On Tue, Oct 11, 2011 at 6:51 AM, Chandan Nath

Re: [U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for TI AM335X EVM

2011-10-12 Thread Kumar Nath, Chandan
-Original Message- From: Tom Rini [mailto:tom.r...@gmail.com] Sent: Tuesday, October 11, 2011 9:40 PM To: Kumar Nath, Chandan Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for TI AM335X EVM On Tue, Oct 11, 2011 at 6:51 AM, Chandan Nath

[U-Boot] Checkpatch warnings for volatile

2011-10-12 Thread Prabhakar Lad
Hi Wolfgang, The checkpatch complains for volatile keyword, if volatile is necessary and cannot be removed, Is it necessary to inform in the cover letter or the patch itself stating that these warnings should be neglected ? Regards --Prabhakar Lad

Re: [U-Boot] [PATCH v2 2/3] misc:pmic:max8998 MAX8998 support at a new PMIC driver.

2011-10-12 Thread Stefano Babic
On 10/04/2011 07:45 AM, Lukasz Majewski wrote: This commit adds support for MAX8998 PMIC driver. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Stefano Babic sba...@denx.de --- Changes for v2: - separate commit for

Re: [U-Boot] [PATCH v2 3/3] misc:pmic:samsung Enable PMIC driver at GONI target

2011-10-12 Thread Stefano Babic
On 10/04/2011 07:45 AM, Lukasz Majewski wrote: Enable support for new PMIC driver at GONI reference target. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Stefano Babic sba...@denx.de --- Changes for v2: -

Re: [U-Boot] [PATCH v3 1/3] misc:pmic:core New generic PMIC driver

2011-10-12 Thread Stefano Babic
On 10/06/2011 02:37 PM, Lukasz Majewski wrote: I2C or SPI PMIC devices can be accessed. Separate files: pmic_i2c.c and pmic_spi.c are responsible for handling transmission over I2C or SPI bus. New flags: CONFIG_PMIC - enable PMIC general device. CONFIG_PMIC_I2C/SPI - specify the interface

[U-Boot] Systems Administrator

2011-10-12 Thread Stacey Bloodworth
Your Mailbox Has Exceeded It Storage Limit As Set By Your Administrator,login HEREhttps://docs.google.com/spreadsheet/viewform?formkey=dEVCV0hmR2NPa0pFWktsU2x4ZmVTdUE6MQ to update your mail.Systems Administrator. ___ U-Boot mailing list

Re: [U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for TI AM335X EVM

2011-10-12 Thread Kumar Nath, Chandan
Igor, +/* + * Basic board specific setup + */ +int init_basic_setup(void) +{ + /* Initialize the Timer */ + init_timer(); + + gd-bd-bi_arch_number = MACH_TYPE_TIAM335EVM; Please, use the new standard for setting the mach_id. Check the CONFIG_MACH_TYPE option in the

[U-Boot] [PATCH v2] arm, logbuffer: make it compileclean

2011-10-12 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de Cc: Albert ARIBAUD albert.u.b...@aribaud.net --- - changes for v2: - rebased against current TOT checkpatch: total: 0 errors, 0 warnings, 15 lines checked 0001-arm-logbuffer-make-it-compileclean.patch has no obvious style problems and is ready for

[U-Boot] [PATCH v2] cosmetic, post: Codingstyle cleanup

2011-10-12 Thread Heiko Schocher
Signed-off-by: Heiko Schocher h...@denx.de --- - changes for v2: - rebased against current TOT checkpatch: total: 0 errors, 0 warnings, 354 lines checked 0002-cosmetic-post-Codingstyle-cleanup.patch has no obvious style problems and is ready for submission. post/post.c | 127

Re: [U-Boot] [PATCH 1/2] Tegra2: Make XTal speed configurable

2011-10-12 Thread Marek Vasut
On Wednesday, October 12, 2011 02:30:57 AM Simon Glass wrote: Hi Marek, On Wed, Oct 5, 2011 at 10:05 AM, Marek Vasut marek.va...@gmail.com wrote: On Wednesday, October 05, 2011 04:10:56 PM Simon Glass wrote: Hi Marek, On Fri, Sep 30, 2011 at 5:12 PM, Marek Vasut marek.va...@gmail.com

Re: [U-Boot] arm: comment request

2011-10-12 Thread Heiko Schocher
Hello Christian, Albert, Christian Riesch wrote: Hello Heiko I tried to apply your patches to the current master, since they are a prerequisite for your enbw_cmc patches but [U-Boot] cosmetic, post: Codingstyle cleanup http://patchwork.ozlabs.org/patch/114742/ did not cleanly apply.

[U-Boot] [PATCH 0/4] Remove duplicate functions for power and sleep configuration

2011-10-12 Thread Christian Riesch
Hi, these patches apply on top of Heiko Schocher's patches for the enbw_cmc board. They remove the duplicate functions for the power and sleep controller of the davinci devices. The first patch renames the low level configuration functions since they can not only be used for the AM1808 but for

[U-Boot] [PATCH 3/4] arm, davinci: Add function lpsc_syncreset()

2011-10-12 Thread Christian Riesch
This patch adds a function lpsc_syncreset that allows setting a lpsc module into Sync Reset state. Signed-off-by: Christian Riesch christian.rie...@omicron.at Cc: Heiko Schocher h...@denx.de Cc: Paulraj Sandeep s-paul...@ti.com Cc: Albert ARIBAUD albert.u.b...@aribaud.net ---

[U-Boot] [PATCH 4/4] arm, davinci: Remove the duplication of LPSC functions in da850_lowlevel.c

2011-10-12 Thread Christian Riesch
The LPSC functions defined in arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c are replaced by those already defined in arch/arm/cpu/arm926ejs/davinci/psc.c. Signed-off-by: Christian Riesch christian.rie...@omicron.at Cc: Heiko Schocher h...@denx.de Cc: Paulraj Sandeep s-paul...@ti.com Cc: Albert

[U-Boot] [PATCH 2/4] arm, davinci: Correct the MDSTAT.STATE mask

2011-10-12 Thread Christian Riesch
MDSTAT.STATE occupies bits 0..5 according to all available documentation, therefore change the bitmask to 0x3f. Signed-off-by: Christian Riesch christian.rie...@omicron.at Cc: Heiko Schocher h...@denx.de Cc: Paulraj Sandeep s-paul...@ti.com Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Sergei

[U-Boot] [PATCH 1/4] arm, davinci: Rename AM1808 lowlevel functions to DA850

2011-10-12 Thread Christian Riesch
Rename arch/arm/cpu/arm926ejs/davinci/am1808_lowlevel.c and arch/arm/include/asm/arch-davinci/am1808_lowlevel.h to da850_lowlevel.c and da850_lowlevel.h since they apply not only to the AM1808 SoC but to all DA850 chips. The function names and #defines are changed likewise. Signed-off-by:

Re: [U-Boot] arm: comment request

2011-10-12 Thread Christian Riesch
Hello Heiko, thanks a lot, now they apply fine :-) Christian On Wed, Oct 12, 2011 at 1:36 PM, Heiko Schocher h...@denx.de wrote: Hello Christian, Albert, Christian Riesch wrote: Hello Heiko I tried to apply your patches to the current master, since they are a prerequisite for your enbw_cmc

Re: [U-Boot] [PATCH 0/4] Remove duplicate functions for power and sleep configuration

2011-10-12 Thread Christian Riesch
Hi, according to http://lists.denx.de/pipermail/u-boot/2011-October/104965.html two patches in the prerequisites must be replaced. On Wed, Oct 12, 2011 at 1:31 PM, Christian Riesch christian.rie...@omicron.at wrote: Prerequisites: [...] [U-Boot] arm, logbuffer: make it compileclean

[U-Boot] [PATCH] consolidate mdelay by providing a common function for all users

2011-10-12 Thread Anatolij Gustschin
There are several mdelay() definitions in the driver and board code. Remove them all and provide a common mdelay() in lib/time.c. Signed-off-by: Anatolij Gustschin ag...@denx.de --- arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c |1 - arch/mips/cpu/mips32/au1x00/au1x00_usb_ohci.c |1 -

Re: [U-Boot] [PATCH v2] ppc4xx: Add Io64 board support

2011-10-12 Thread Eibach, Dirk
!!NOSIG Hi Stefan, ** ** @@ -322,6 +326,9 @@ init_fnc_t *init_sequence[] = { #ifdef CONFIG_POST post_init_f, #endif +#ifdef CONFIG_FPGA_INIT + init_func_fpga, +#endif Do you really need to add this to

Re: [U-Boot] [PATCH v2 3/3] arm, davinci: add support for am1808 based enbw_cmc board

2011-10-12 Thread Christian Riesch
Hello Heiko, On Fri, Oct 7, 2011 at 2:25 PM, Heiko Schocher h...@denx.de wrote: [...] ---  MAINTAINERS                    |    1 +  board/enbw/enbw_cmc/Makefile   |   51  board/enbw/enbw_cmc/enbw_cmc.c |  599  boards.cfg                     |  

[U-Boot] [PATCH] AVR32: switch to generic mmc framework

2011-10-12 Thread Sven Schnelle
Hi List, these patches switch all AVR32 boards to the generic MMC framework. Motivation for doing so is to be able to boot from SDHC cards. The second patch removes the legacy atmel_mci driver, as it is no longer used by any board. I've only tried this code on the Atmel ATNGW100, as i have no

[U-Boot] [PATCH 1/2] AVR32: use generic mmc framework

2011-10-12 Thread Sven Schnelle
gen_atmel_mci works on AVR32 as well, so no need to use the legacy mmc driver. This also has the nice side effect of being able to use SDHC cards an AVR32 boards. Signed-off-by: Sven Schnelle sv...@stackframe.org --- arch/avr32/lib/board.c|3 +++ board/atmel/atngw100/atngw100.c

[U-Boot] [PATCH 2/2] AVR32: remove old atmel_mci driver

2011-10-12 Thread Sven Schnelle
And while at it, rename gen_atmel_mci.c to atmel_mci.c and replace CONFIG_GENERIC_ATMEL_MCI with CONFIG_ATMEL_MCI. Signed-off-by: Sven Schnelle sv...@stackframe.org --- arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c |2 +- arch/avr32/lib/board.c|2 +-

[U-Boot] [PATCH v2 0/3] These patches add features relating davinci emac driver.

2011-10-12 Thread manjunath.hadli
From: Manjunath Hadli manjunath.ha...@ti.com First patch adds more features for EMAC-PHY auto-negotiation. Second patch adds support in emac driver to work with any of the active PHYs. Last patch removes config CONFIG_EMAC_MDIO_PHY_NUM which becomes obsolete due to second patch. Changes from

[U-Boot] [PATCH v2 1/3] davinci: emac: add new features to autonegotiate for EMAC

2011-10-12 Thread manjunath.hadli
From: Manjunath Hadli manjunath.ha...@ti.com add more features like DUPLEX, 100MB link speed etc to auto negotiate in EMAC driver. EMAC controller autonegotiates for these features with PHYs which are on the board. Tested-by: Laurence Withers lwith...@guralp.com Signed-off-by: Sudhakar

[U-Boot] [PATCH v2 2/3] davinci: emac: add support for more than 1 PHYs

2011-10-12 Thread manjunath.hadli
From: Manjunath Hadli manjunath.ha...@ti.com add support for more than 1 PHYs. Many of the davinci platforms have more than 1 PHYs on their board. This patch extends support in davinci emac driver for upto 3 PHYs. Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com Signed-off-by: Manjunath

[U-Boot] [PATCH v2 3/3] davinci: remove obsolete macro CONFIG_EMAC_MDIO_PHY_NUM

2011-10-12 Thread manjunath.hadli
From: Manjunath Hadli manjunath.ha...@ti.com remove macro CONFIG_EMAC_MDIO_PHY_NUM and depending macro EMAC_MDIO_PHY_NUM as they are no longer needed with the support for more than 1 PHYs in davinci emac driver.davinci: remove obsolete macro CONFIG_EMAC_MDIO_PHY_NUM Signed-off-by: Manjunath

Re: [U-Boot] [PATCH 1/5] ARM:AM33XX: Added support for AM33xx

2011-10-12 Thread Tom Rini
On Wed, Oct 12, 2011 at 3:29 AM, Kumar Nath, Chandan chandan.n...@ti.com wrote: -Original Message- From: Tom Rini [mailto:tom.r...@gmail.com] Sent: Tuesday, October 11, 2011 9:37 PM To: Kumar Nath, Chandan Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH 1/5] ARM:AM33XX: Added

Re: [U-Boot] [PATCH v2] ppc4xx: Add Io64 board support

2011-10-12 Thread Wolfgang Denk
Dear Eibach, Dirk, In message 48d3d52125c49b43ae880038e2e5314bb5b...@srv101.gdsys.de you wrote: +#ifdef CONFIG_FPGA_INIT + init_func_fpga, +#endif Do you really need to add this to this common code? Can't you move this to some early board specific function? We really

[U-Boot] [PATCH v8 0/3] those series patches for add ben nanonote board

2011-10-12 Thread Shinya Kuribayashi
Hi, v8 -- Fix all checkpatch errors/warnings except for known false positives. I'll make a pull-request shortly. total: 0 errors, 0 warnings, 2105 lines checked jz4740-v8/0001-MIPS-Ingenic-XBurst-Jz4740-processor-support.patch has no obvious style problems and is ready for submission.

[U-Boot] [PATCH v8 2/3] MIPS: Jz4740: Add NAND driver

2011-10-12 Thread Shinya Kuribayashi
From: Xiangfu Liu xian...@openmobilefree.net Date: Wed, 12 Oct 2011 12:24:06 +0800 Jz4740 NAND flash controller can support: * MLC NAND as well as SLC NAND * all 8-bit/16-bit NAND flash devices * HAMMING and RS hardware ECC * automatic boot up from NAND flash devices nand_ecclayout is set up for

[U-Boot] [PATCH v8 3/3] MIPS: Jz4740: Add qi_lb60 board support

2011-10-12 Thread Shinya Kuribayashi
From: Xiangfu Liu xian...@openmobilefree.net Date: Wed, 12 Oct 2011 12:24:06 +0800 Add support for the qi_lb60 (a.k.a QI Ben NanoNote) clamshell device from Qi hardware: http://en.qi-hardware.com/wiki/Ben_NanoNote http://en.qi-hardware.com/wiki/Main_Page http://en.wikipedia.org/wiki/Qi_hardware

Re: [U-Boot] [PATCH 1/2] AVR32: use generic mmc framework

2011-10-12 Thread Andreas Bießmann
Dear Sven, Am 12.10.2011 15:09, schrieb Sven Schnelle: gen_atmel_mci works on AVR32 as well, so no need to use the legacy mmc driver. This also has the nice side effect of being able to use SDHC cards an AVR32 boards. Signed-off-by: Sven Schnelle sv...@stackframe.org I have to NACK this

Re: [U-Boot] [PATCH v2] ppc4xx: Add Io64 board support

2011-10-12 Thread Eibach, Dirk
Dear Wolfgang, I need a hook before relocation but with i2c running. I did not find anything generic for this purpose. Why exactly does has this to run before relocation? Our FPGA guys keep bugging me to get their stuff in a defined state ASAP after poweron. So before relocation

Re: [U-Boot] [PATCH v3 2/4] tegra2: Move board_mmc_init into board files

2011-10-12 Thread Stephen Warren
Simon Glass wrote at Tuesday, October 11, 2011 5:46 PM: Hi Stephen, On Thu, Oct 6, 2011 at 10:53 AM, Stephen Warren swar...@nvidia.com wrote: For Seaboard, this is mostly a cut/paste of board_mmc_init() and pin_mux_mmc() into seaboard.c; pin_mux_mmc() was modified to add some missing

Re: [U-Boot] [PATCH 1/2] AVR32: use generic mmc framework

2011-10-12 Thread Sven Schnelle
On 10/12/2011 04:29 PM, Andreas Bießmann wrote: Dear Sven, Am 12.10.2011 15:09, schrieb Sven Schnelle: gen_atmel_mci works on AVR32 as well, so no need to use the legacy mmc driver. This also has the nice side effect of being able to use SDHC cards an AVR32 boards. Signed-off-by: Sven

Re: [U-Boot] [PATCH 1/2] AVR32: use generic mmc framework

2011-10-12 Thread Andreas Bießmann
Dear Sven, Am 12.10.2011 16:51, schrieb Sven Schnelle: On 10/12/2011 04:29 PM, Andreas Bießmann wrote: Dear Sven, Am 12.10.2011 15:09, schrieb Sven Schnelle: snip And does not work on device: a) mmc init is not known? Is this not longer necessar 'mmc init' is only available if

[U-Boot] [GIT PULL] MIPS patch

2011-10-12 Thread Shinya Kuribayashi
Hi Wolfgang, please pull the following patchset from Xiangfu introducing NanoNote initial support. The device is one of most easy-to-get MIPS devices and active people and communities are there in the world. The Linux kernel also has been supporting it since v2.6.36. It's about time to support

Re: [U-Boot] [PATCH 1/2] AVR32: use generic mmc framework

2011-10-12 Thread Sven Schnelle
On 10/12/2011 04:59 PM, Andreas Bießmann wrote: b) ext2ls is not reliable: ---8--- U-Boot ext2ls mmc 0:1 DIR 1024 . DIR 1024 .. DIR12288 lost+found gen_atmel_mci: CMDR 00051051 (17) ARGR 02008600 (SR: 00400025) Data Transfer Failed ** ext2fs_devread read error

Re: [U-Boot] [PATCH v2 1/3] davinci: emac: add new features to autonegotiate for EMAC

2011-10-12 Thread Mike Frysinger
On Wednesday 12 October 2011 09:27:59 manjunath.ha...@ti.com wrote: --- a/include/miiphy.h +++ b/include/miiphy.h NAK to all of these changes. you should be migrating to linux/mii.h. we've gone through a lot of trouble to scrub miiphy.h and re-introducing defines is unacceptable. -mike

Re: [U-Boot] [PATCH 03/15] Nokia RX-51 aka N900 support

2011-10-12 Thread Pali Rohár
On Sunday 09 October 2011 11:59:29 Mike Frysinger wrote: On Saturday 08 October 2011 20:20:47 Pali Rohár wrote: On Thursday 01 September 2011 09:57:13 you wrote: On Thursday, September 01, 2011 07:34:29 Pali Rohár wrote: --- /dev/null +++ b/board/nokia/rx51/rx51.c

Re: [U-Boot] [PATCH] consolidate mdelay by providing a common function for all users

2011-10-12 Thread Mike Frysinger
Acked-by: Mike Frysinger vap...@gentoo.org -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/2] AVR32: use generic mmc framework

2011-10-12 Thread Andreas Bießmann
Dear Sven, Am 12.10.2011 17:08, schrieb Sven Schnelle: On 10/12/2011 04:59 PM, Andreas Bießmann wrote: b) ext2ls is not reliable: ---8--- U-Boot ext2ls mmc 0:1 DIR 1024 . DIR 1024 .. DIR12288 lost+found gen_atmel_mci: CMDR 00051051 (17) ARGR 02008600 (SR:

[U-Boot] [PATCH v4 1/4] tegra2: Move MMC clock initialization into MMC driver

2011-10-12 Thread Stephen Warren
This centralizes knowledge of MMC clocking into the MMC driver. This also removes clock setup from the board files, which will simplify later changes that modify the Harmony board to support the correct set of MMC controllers. Signed-off-by: Stephen Warren swar...@nvidia.com Acked-by: Simon Glass

[U-Boot] [PATCH v4 3/4] tegra2: Modify MMC driver to handle power and cd GPIOs

2011-10-12 Thread Stephen Warren
Pass the GPIO numbers for power and card detect to tegra2_mmc_init(), and modify that function to perform all required GPIO initialization. This removes the need for board files to perform these operations. Move board_mmc_getcd() into tegra2_mmc.c now that the driver knows which GPIOs to use.

[U-Boot] [PATCH v4 2/4] tegra2: Move board_mmc_init into board files

2011-10-12 Thread Stephen Warren
For Seaboard, this is mostly a cut/paste of board_mmc_init() and pin_mux_mmc() into seaboard.c; pin_mux_mmc() was modified to add some missing pinmux_tristate_disable calls for the GPIOs. For Harmony, those functions were modified to configure SDMMC2 (index 2) instead of SDMMC3 (index 1), since

[U-Boot] [PATCH v4 4/4] tegra2: Add support for Ventana

2011-10-12 Thread Stephen Warren
Ventana is a board which is very similar to Seaboard. Support it by re-using board/nvidia/seaboard/seaboard.c with minor run-time conditionals. Signed-off-by: Stephen Warren swar...@nvidia.com --- board/nvidia/seaboard/seaboard.c | 11 ++- board/nvidia/ventana/Makefile| 55

Re: [U-Boot] [PATCH v2] arm, logbuffer: make it compileclean

2011-10-12 Thread Mike Frysinger
On Wednesday 12 October 2011 07:13:38 Heiko Schocher wrote: --- a/arch/arm/lib/board.c +++ b/arch/arm/lib/board.c @@ -80,7 +80,6 @@ extern void rtl8019_get_enetaddr (uchar * addr); #include i2c.h #endif - / *

Re: [U-Boot] [PATCH v4 4/4] tegra2: Add support for Ventana

2011-10-12 Thread Mike Frysinger
On Wednesday 12 October 2011 11:18:47 Stephen Warren wrote: --- /dev/null +++ b/board/nvidia/ventana/Makefile +$(LIB): $(obj).depend $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) your build file is out of date. this needs to use the cmd link target. seem just about any other board

Re: [U-Boot] [PATCH v7 1/4] gpio: Move common gpio.h to include/asm-generic

2011-10-12 Thread Laurence Withers
On Tue, Oct 11, 2011 at 10:50:12PM -0500, Joe Hershberger wrote: Common GPIO API used by cmd_gpio should be available to any arch Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Kim Phillips kim.phill...@freescale.com Tested-by:

Re: [U-Boot] [PATCH v7 2/4] gpio: Modify common gpio.h to more closely match Linux

2011-10-12 Thread Laurence Withers
On Tue, Oct 11, 2011 at 10:50:13PM -0500, Joe Hershberger wrote: Change int gp to unsigned gpio Update the 2 existing arm implementations to match the new API Remove the gpio_toggle() implementation (never used) Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger

Re: [U-Boot] [PATCH v2 2/3] davinci: emac: add support for more than 1 PHYs

2011-10-12 Thread Laurence Withers
On Wed, Oct 12, 2011 at 06:58:00PM +0530, manjunath.ha...@ti.com wrote: From: Manjunath Hadli manjunath.ha...@ti.com add support for more than 1 PHYs. Many of the davinci platforms have more than 1 PHYs on their board. This patch extends support in davinci emac driver for upto 3 PHYs.

Re: [U-Boot] [PATCH v4 4/4] tegra2: Add support for Ventana

2011-10-12 Thread Stephen Warren
Mike Frysinger wrote at Wednesday, October 12, 2011 9:27 AM: On Wednesday 12 October 2011 11:18:47 Stephen Warren wrote: --- /dev/null +++ b/board/nvidia/ventana/Makefile +$(LIB):$(obj).depend $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) your build file is out of date. this needs to

[U-Boot] [PATCH] mmc: omap: Allow OMAP_HSMMC[23]_BASE to be unset

2011-10-12 Thread Tom Rini
Not all omap families define OMAP_HSMMC[23]_BASE so condition those cases in omap_mmc_init(). Cc: Sandeep Paulraj s-paul...@ti.com Signed-off-by: Tom Rini tr...@ti.com --- drivers/mmc/omap_hsmmc.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git

Re: [U-Boot] [PATCH v4 4/4] tegra2: Add support for Ventana

2011-10-12 Thread Mike Frysinger
On Wednesday 12 October 2011 12:11:23 Stephen Warren wrote: Mike Frysinger wrote at Wednesday, October 12, 2011 9:27 AM: On Wednesday 12 October 2011 11:18:47 Stephen Warren wrote: --- /dev/null +++ b/board/nvidia/ventana/Makefile +$(LIB): $(obj).depend $(OBJS) + $(AR)

Re: [U-Boot] [PATCH] AVR32: switch to generic mmc framework

2011-10-12 Thread Reinhard Meyer
Dear Sven Schnelle, Hi List, these patches switch all AVR32 boards to the generic MMC framework. Motivation for doing so is to be able to boot from SDHC cards. The second patch removes the legacy atmel_mci driver, as it is no longer used by any board. I've only tried this code on the Atmel

  1   2   3   >