[U-Boot] [PATCH 1/1] ppc/85xx/pci: fsl_pci_init: pcie agent mode support

2009-10-27 Thread Vivek Mahajan
Originally written by Jason Jin and Mingkai Hu for mpc8536. When QorIQ based board is configured as a PCIe agent, then unlock the config and init a 4K inbound memory window; so that a PCIe host can request it. * Supported in fsl_pci_init_port() after adding pcie_ep as a param * Revamped

Re: [U-Boot] about ## Unknown FLASH on Bank 0

2009-10-27 Thread Wolfgang Denk
Dear Peter Pan, please keel the mailinmg list on Cc: In message 48abf2c20910261812g75d17990jd1793f0560bc8...@mail.gmail.com you wrote: I also think the 1.2.0 is an ancient version, so I migrate my u-boot from 1.2.0 to u-boot-2009-08 yestoday, the same Unknown Flash Bank problem happened.

[U-Boot] [PATCH] ARM AT91 new board EB+CPUx9K2

2009-10-27 Thread Jens Scharsig
This patch adds a new ARM AT91RM9200 board, named EB+CPUx9K2. * support for EB+CPUx9K2 board by BuS Elektronik GmbH Co. KG * select via make EB_CPUx9K2_config Signed-off-by: Jens Scharsig e...@bus-elektronik.de --- This patch needs the [PATCH] AT91RM9200 BGA port D defines

Re: [U-Boot] How to enable 2 FCC Ports while booting using CONFIG_NET_MULTI

2009-10-27 Thread Wolfgang Denk
Dear Gurumurthy Gowdar, In message 20091027063046.45327.qm...@f4mail-235-243.rediffmail.com you wrote: please let me know how to enable two Ethernet Ports in U-boot for MPC8280 at booting time. After booting i should be able to ping the two ports i.e. FCC1 and FCC2 only by

Re: [U-Boot] Query: Does Uboot support CFI flash driver for M29W128GH

2009-10-27 Thread prakash bedge
Hi All, I am using a flash memory chip M29W128GH. As per datasheet this memory chip is CFI compliant and so I should use the common CFI flash driver for this chip. But I have seen some review comments on internet saying that UBoot have some error while resetting the M29W128GH flash chip.

Re: [U-Boot] How to enable 2 FCC Ports while booting using CONFIG_NET_MULTI

2009-10-27 Thread Gurumurthy Gowdar
Dear Sir, i want only one ethernet port active at a time. so to acheive this how to use CONFIG_NET_MULTI. i have enabled one ethernet port at present i.e. FCC2. how to enable two ports so that when i ping or give network command its should ping depending upon selected port. With

Re: [U-Boot] Query: Does Uboot support CFI flash driver forM29W128GH

2009-10-27 Thread Sreedhar.a
Hi Prakash, There is a CFI flash driver as you have found it in drivers/. The command set will be same for all the CFI complaint flash chips. So the cfi_driver.c file will work for you. -Sreedhar -Original Message- From: u-boot-boun...@lists.denx.de

Re: [U-Boot] [PATCH V2] sheevaplug: correct SDRAM address control register value

2009-10-27 Thread Prafulla Wadaskar
-Original Message- From: Mark Asselstine [mailto:mark.asselst...@windriver.com] Sent: Monday, October 19, 2009 6:49 PM To: u-boot@lists.denx.de; Prafulla Wadaskar Subject: [PATCH V2] sheevaplug: correct SDRAM address control register value The SheevaPlug DevKit is shipped

Re: [U-Boot] [PATCH] ARM AT91 new board EB+CPUx9K2

2009-10-27 Thread Wolfgang Denk
Dear Jens Scharsig, In message 4ae6b186.9030...@bus-elektronik.de you wrote: This patch adds a new ARM AT91RM9200 board, named EB+CPUx9K2. * support for EB+CPUx9K2 board by BuS Elektronik GmbH Co. KG * select via make EB_CPUx9K2_config Signed-off-by: Jens Scharsig

[U-Boot] [PATCH] ppc4xx: Add UBI support to PLU405 boards

2009-10-27 Thread Matthias Fuchs
-add UBI support -increase malloc'able memory size -cleanup MONITOR|FLASH_BASE|LEN constants Signed-off-by: Matthias Fuchs matthias.fu...@esd.eu --- include/configs/PLU405.h | 18 ++ 1 files changed, 14 insertions(+), 4 deletions(-) diff --git a/include/configs/PLU405.h

Re: [U-Boot] [PATCH] ARM AT91 new board EB+CPUx9K2

2009-10-27 Thread Wolfgang Denk
Dear Jens Scharsig, In message 4ae6b186.9030...@bus-elektronik.de you wrote: This patch adds a new ARM AT91RM9200 board, named EB+CPUx9K2. And by the way: please chose a board name that can be used consistently: +EB_CPUx9K2_config: unconfig + @$(MKCONFIG) $(@:_config=) arm

[U-Boot] MAC address setting

2009-10-27 Thread J.H.Kim
Hi, everyone I'm using AT91SAM9260 board. I'm now loading the kernel with serial cable. But it is too slow. So, I'm going to use tftp. When ftpbootm, u-boot told me to specify ethernet address. How I can find ethernet mac address? Thanks in advance. Best Regards, J.Hwan Kim

Re: [U-Boot] MAC address setting

2009-10-27 Thread Jerry Van Baren
J.H.Kim wrote: Hi, everyone I'm using AT91SAM9260 board. I'm now loading the kernel with serial cable. But it is too slow. So, I'm going to use tftp. When ftpbootm, u-boot told me to specify ethernet address. How I can find ethernet mac address? Thanks in advance. Best Regards,

Re: [U-Boot] [PATCH] ARM AT91 new board EB+CPUx9K2

2009-10-27 Thread Jens Scharsig
Wolfgang Denk schrieb: Dear Jens Scharsig, +int board_init(void) +{ +/* Enable Ctrlc */ +console_init_f(); + +/* Correct IRDA resistor problem / Set PA23_TXD in Output */ +((AT91PS_PIO) AT91C_BASE_PIOA)-PIO_OER = AT91C_PA23_TXD2; Please use I/O accessors to access device

[U-Boot] u-boot newbie

2009-10-27 Thread David Kaplan
Yesterday I was a JTAG newbie - today I'm a u-boot newbie as well and I was wondering if anyone could help me out. I've managed to get my hands on a surplus gps board (have no idea what gps). The board has a samsung s3c2410 chip (arm9), samsung k9f5608u0d 32M flash mem and two Qimonda

[U-Boot] non-blocking flash functions - is this possible/acceptable?

2009-10-27 Thread Wolfgang Wegner
Hi, we have an update protocol that normally relies on data being received while the previous block is written to flash. We hacked our U-Boot to provide non-blocking variants for flash access for the relevant functions, which are: flash_status_check_nb() flash_full_status_check_nb()

Re: [U-Boot] non-blocking flash functions - is this possible/acceptable?

2009-10-27 Thread Jerry Van Baren
Wolfgang Wegner wrote: Hi, we have an update protocol that normally relies on data being received while the previous block is written to flash. We hacked our U-Boot to provide non-blocking variants for flash access for the relevant functions, which are: flash_status_check_nb()

[U-Boot] Pull request: u-boot-sparc

2009-10-27 Thread Daniel Hellstrom
Dear Wolfgang, Please pull from the master branch at git://www.denx.de/git/u-boot-sparc.git Thanks, Daniel The following changes since commit f3ee25859e3920ee7c7cc519a3e6f60d70d7a53f: Matthias Fuchs (1): License cleanup: Fix license header for some esd display configurations are

[U-Boot] MPC8541 SPI through CPM

2009-10-27 Thread Alemao
Hi all, Im trying to use SPI through CPM in my MPC8541 board. I haven't see support for this combination even in the newest U-Boot. So I followed MPC8555E Reference Manual, but I'm having some problems: - I can see the clock and chip select (using a osciloscope) but data out (MOSI) is always

[U-Boot] u-boot beagleboard Rev C. usb support.

2009-10-27 Thread john hagen
Hello, I'm trying to determine my chances at getting my beagleboard (Rev C) to boot from the usb OTG port using a usb pen drive. I see in the latest tree that the beagle board configuration does not have USB related (STORAGE, EHCI) things enabled. Has anyone attempted this? Thanks JH

Re: [U-Boot] non-blocking flash functions - is this possible/acceptable?

2009-10-27 Thread Jerry Van Baren
Jerry Van Baren wrote: Wolfgang Wegner wrote: Hi, we have an update protocol that normally relies on data being received while the previous block is written to flash. [snip] My 2c: Overlapping data transfer with flash erase/write operations can be beneficial as it can reduce the

Re: [U-Boot] [PATCH 4/8] OMAP3 Add usb device support

2009-10-27 Thread Tom
Gupta, Ajay Kumar wrote: Tom, From: Tom Rix Tom.Rix at windriver.com Subject: [PATCH 4/8] OMAP3 Add usb device support Newsgroups: gmane.comp.boot-loaders.u-boot Date: 2009-09-28 16:37:25 GMT (4 weeks, 12 hours and 29 minutes ago) This change adds the usb device support for musb. Omap3

Re: [U-Boot] [PATCH 6/8] OMAP3 beagle Add usbtty configuration

2009-10-27 Thread Tom
Gupta, Ajay Kumar wrote: Tom, From: Tom Rix Tom.Rix at windriver.com Subject: [PATCH 6/8] OMAP3 beagle Add usbtty configuration Newsgroups: gmane.comp.boot-loaders.u-boot Date: 2009-09-28 16:37:27 GMT (4 weeks, 12 hours and 41 minutes ago) The primary console of beagle is the serial header.

Re: [U-Boot] [PATCH]85xx/p1_p2rdb: Bug Fix: Crash while configuring 32 bit DDR i/f for P1020RDB.

2009-10-27 Thread Kumar Gala
On Oct 26, 2009, at 10:56 PM, Poonam Aggrwal wrote: The data being modified was in NOR flash which caused the crash. file-board/freescale/p1_p2_rdb/ddr.c function-fixed_sdram() Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Signed-off-by: Kumar Gala ga...@kernel.crashing.org

Re: [U-Boot] [PATCH]85xx/p1_p2_rdb: Fixing DDR configuration for 800MHz data rate

2009-10-27 Thread Kumar Gala
On Oct 26, 2009, at 11:06 PM, Poonam Aggrwal wrote: Signed-off-by: Poonam Aggrwal poonam.aggr...@freescale.com Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- board/freescale/p1_p2_rdb/ddr.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) applied to 85xx - k

Re: [U-Boot] [PATCH 1/1] ppc/85xx/pci: fsl_pci_init: pcie agent mode support

2009-10-27 Thread Kumar Gala
On Oct 27, 2009, at 1:48 AM, Vivek Mahajan wrote: Originally written by Jason Jin and Mingkai Hu for mpc8536. When QorIQ based board is configured as a PCIe agent, then unlock the config and init a 4K inbound memory window; so that a PCIe host can request it. * Supported in

[U-Boot] [PATCH] cfi: Add weak default function for flash_cmd_reset()

2009-10-27 Thread Stefan Roese
Currently the CFI driver issues both AMD and Intel reset commands. This is because the driver doesn't know yet which chips are connected. This dual reset seems to cause problems with the M29W128G chips as reported by Richard Retanubun. This patch now introduces a weak default function for the CFI

Re: [U-Boot] Question about M29W128G CFI QRY bug

2009-10-27 Thread Stefan Roese
Richard, On Friday 01 May 2009 23:29:22 Richard Retanubun wrote: Would I be foolish to hope that this can be merged in for 2009.06? :) I just sent a patch with the weak default for this reset function. Please give it a try on your system and let me know if this works for you. Thanks. Cheers,

Re: [U-Boot] [PATCH 1/1] ppc/85xx/pci: fsl_pci_init: pcie agent mode support

2009-10-27 Thread Peter Tyser
Hi Vivek, Thanks for this change, we'll migrate our XES boards to use it in the near future. On Tue, 2009-10-27 at 12:18 +0530, Vivek Mahajan wrote: Originally written by Jason Jin and Mingkai Hu for mpc8536. When QorIQ based board is configured as a PCIe agent, then unlock the config and

Re: [U-Boot] Query: Does Uboot support CFI flash driver forM29W128GH

2009-10-27 Thread Stefan Roese
On Tuesday 27 October 2009 14:13:05 prakash bedge wrote: Are there some unknwon issues that I should take care of while using this driver for M29W128GH? Searching the mailing list, you will notice one thread [Question about M29W128G CFI QRY bug] which reports of a problem with the current

Re: [U-Boot] [PATCH 1/1] ppc/85xx/pci: fsl_pci_init: pcie agent mode support

2009-10-27 Thread Kumar Gala
On Oct 27, 2009, at 9:30 AM, Peter Tyser wrote: Hi Vivek, Thanks for this change, we'll migrate our XES boards to use it in the near future. On Tue, 2009-10-27 at 12:18 +0530, Vivek Mahajan wrote: Originally written by Jason Jin and Mingkai Hu for mpc8536. When QorIQ based board is

[U-Boot] [PATCH] fsl_pci: Fix compiler warning

2009-10-27 Thread Peter Tyser
Get rid of: fsl_pci_init.c: In function 'fsl_pci_init_port': fsl_pci_init.c:424: warning: initialization discards qualifiers from pointer target type Signed-off-by: Peter Tyser pty...@xes-inc.com --- This fixes the compiler warning in the just-applied ppc/85xx/pci: fsl_pci_init: pcie agent

Re: [U-Boot] [PATCH 1/2 v3] 85xx: MP Boot Page Translation update

2009-10-27 Thread Kumar Gala
On Oct 23, 2009, at 3:55 PM, Peter Tyser wrote: This change has 3 goals: - Have secondary cores be released into spin loops at their 'true' address in SDRAM. Previously, secondary cores were put into spin loops in the 0xfxxx address range which required that boot page translation

Re: [U-Boot] [PATCH 2/7] mpc85xx: Add eSDHC support for MPC8569E-MDS boards

2009-10-27 Thread Kumar Gala
On Oct 15, 2009, at 8:47 AM, Anton Vorontsov wrote: eSDHC is mutually exlusive with UART0 (in 4-bits mode) and I2C2 (in 1-bit mode). When eSDHC is used, we should switch u-boot console to UART1, and make the proper device-tree fixups. Because of an erratum in prototype boards it is

Re: [U-Boot] [PATCH 2/2 v3] xpedite5370: Enable multi-core support

2009-10-27 Thread Kumar Gala
On Oct 23, 2009, at 3:55 PM, Peter Tyser wrote: Signed-off-by: Peter Tyser pty...@xes-inc.com --- board/xes/xpedite5370/tlb.c | 13 + include/configs/XPEDITE5370.h |8 2 files changed, 17 insertions(+), 4 deletions(-) applied to 85xx - k

Re: [U-Boot] [PATCH 1/1] ppc/85xx/pci: fsl_pci_init: pcie agent mode support

2009-10-27 Thread Peter Tyser
I'd replace then unlock the config with unlock/enable inbound PCI configuration cycles and host can request it with host can access the PCIe agents SDRAM at address 0x0 updated the commit msg with these changes. snip A volatile needs to be added above to prevent compiler warnings.

Re: [U-Boot] [PATCH] fsl_pci: Fix compiler warning

2009-10-27 Thread Kumar Gala
On Oct 27, 2009, at 9:36 AM, Peter Tyser wrote: Get rid of: fsl_pci_init.c: In function 'fsl_pci_init_port': fsl_pci_init.c:424: warning: initialization discards qualifiers from pointer target type Signed-off-by: Peter Tyser pty...@xes-inc.com --- This fixes the compiler warning in the

Re: [U-Boot] [PATCH 3/7] mpc85xx: Add eLBC NAND support for MPC8569E-MDS boards

2009-10-27 Thread Kumar Gala
On Oct 15, 2009, at 8:47 AM, Anton Vorontsov wrote: Simply add some defines, and adjust TLBe setup to include some space for eLBC NAND. Signed-off-by: Anton Vorontsov avoront...@ru.mvista.com --- board/freescale/mpc8569mds/tlb.c | 30 +++---

Re: [U-Boot] [PATCH 4/7] mpc85xx: Setup SRIO memory region LAW for MPC8569E-MDS boards

2009-10-27 Thread Kumar Gala
On Oct 15, 2009, at 8:47 AM, Anton Vorontsov wrote: This patch sets memory window for Serial RapidIO on MPC8569E-MDS boards. Signed-off-by: Anton Vorontsov avoront...@ru.mvista.com --- board/freescale/mpc8569mds/law.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) applied to

Re: [U-Boot] [PATCH 5/7] mpc85xx: Setup QE pinmux for SPI Flash on MPC8569E-MDS boards

2009-10-27 Thread Kumar Gala
On Oct 15, 2009, at 8:47 AM, Anton Vorontsov wrote: SPI Flash (M25P40) is connected to the SPI1 bus, we need a few qe_iop entries to actually enable SPI1 on these boards. Signed-off-by: Anton Vorontsov avoront...@ru.mvista.com --- board/freescale/mpc8569mds/mpc8569mds.c |6 ++ 1

Re: [U-Boot] [PATCH 6/7] mpc85xx: Configure QE UART for MPC8569E-MDS boards

2009-10-27 Thread Kumar Gala
On Oct 15, 2009, at 8:47 AM, Anton Vorontsov wrote: To make QE UART usable by Linux we should setup pin multiplexing and turn UCC2 Ethernet node into UCC2 QE UART node. Also, QE UART is mutually exclusive with UART0, so we can't enable it if eSDHC is in 4-bits mode on pilot boards, or if

Re: [U-Boot] [PATCH 7/7] mpc85xx: Configure QE USB for MPC8569E-MDS boards

2009-10-27 Thread Kumar Gala
On Oct 15, 2009, at 8:47 AM, Anton Vorontsov wrote: Setup QE pin multiplexing for USB function, configure needed BCSRs and add some fdt fixups. Signed-off-by: Anton Vorontsov avoront...@ru.mvista.com --- board/freescale/mpc8569mds/bcsr.h |4 +++

[U-Boot] Pull request - mpc85xx

2009-10-27 Thread Kumar Gala
The following changes since commit f3ee25859e3920ee7c7cc519a3e6f60d70d7a53f: Matthias Fuchs (1): License cleanup: Fix license header for some esd display configurations are available in the git repository at: git://git.denx.de/u-boot-mpc85xx master Anton Vorontsov (7):

Re: [U-Boot] [PATCH] ARM AT91 new board EB+CPUx9K2

2009-10-27 Thread Jens Scharsig
Wolfgang Denk schrieb: And by the way: please chose a board name that can be used consistently: +EB_CPUx9K2_config : unconfig +@$(MKCONFIG) $(@:_config=) arm arm920t EB+CPUx9K2 BuS at91rm9200 If the target name is EB_CPUx9K2 (why are you shouting here?) then the board

[U-Boot] Low BogoMIPS on MPC8541

2009-10-27 Thread Luigi 'Comio' Mantellini
Hi All, I'm working on a stripped-down mpc8541 board (that has just a serian and twe enets). I have an issue on delay calibration. In fact at boot time, I see the following linux printk message on the serial console: Calibrating delay loop... 83.20 BogoMIPS (lpj=166400) This value

Re: [U-Boot] esdmode for DDR2

2009-10-27 Thread Werner Nedel
Please forget the last phrase... On Mon, Oct 26, 2009 at 5:01 PM, Werner Nedel wmne...@gmail.com wrote: Sorry for this big mistake and wasting your time :-( There's a bit between rtt and ocd, that don't match with definition in jedec ddr2 sdram specification. On Sat, Oct 24, 2009 at 12:38

Re: [U-Boot] non-blocking flash functions - is this possible/acceptable?

2009-10-27 Thread Wolfgang Wegner
On Tue, Oct 27, 2009 at 09:21:25AM -0400, Jerry Van Baren wrote: Wolfgang Wegner wrote: Is such a use case generally acceptable in U-Boot, and if so, I'll defer to Wolfgang Denk, Stefan Roese, (Scott Wood?), and others for this half. :-) anybody have an idea how to implement those

Re: [U-Boot] non-blocking flash functions - is this possible/acceptable?

2009-10-27 Thread Wolfgang Wegner
Hi Jerry, On Tue, Oct 27, 2009 at 10:03:49AM -0400, Jerry Van Baren wrote: Jerry Van Baren wrote: Wolfgang Wegner wrote: [...] we have an update protocol that normally relies on data being received while the previous block is written to flash. [...] By the way, what sort of benefit do you

[U-Boot] [PATCH 0/6] ppc4xx: Linker script consolidation

2009-10-27 Thread Stefan Roese
This patchset will consolidate the linker scripts for PPC4xx. My plan is to push this in the next merge window. I've pushed this patchset in the 4xx-linker-script branch of the ppc4xx repository: http://git.denx.de/?p=u-boot/u-boot-ppc4xx.git;a=shortlog;h=refs/heads/4xx-linker-script Please go

[U-Boot] [PATCH 1/6] mkconfig: Create board directory (CONFIG_BOARDDIR) in include/config.h

2009-10-27 Thread Stefan Roese
This patch extends the mkconfig script to automatically create a define for the board directory in include/config.h: #define CONFIG_BOARDDIR board/amcc/canyonlands This is needed for the upcoming PPC4xx linker script consolidation, where the PPC440 platforms need to include a board specific file

[U-Boot] [PATCH 2/6] ppc4xx: sc3: Remove unreferenced external declarations from sc3.h

2009-10-27 Thread Stefan Roese
Signed-off-by: Stefan Roese s...@denx.de Cc: Heiko Schocher h...@denx.de --- include/configs/sc3.h |5 - 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/include/configs/sc3.h b/include/configs/sc3.h index 5763760..d4697ad 100644 --- a/include/configs/sc3.h +++

[U-Boot] [PATCH 3/6] ppc4xx: Fix problems in some ppc4xx board Makefiles

2009-10-27 Thread Stefan Roese
Some 4xx Makefiles didn't add $(SOBJ) to their board library. This was no till now problem, since those boards included this object (init.o most of the time) directly from their linker scripts. This patch clean this up, so that all objects are now collected in the board library. This is in

[U-Boot] [PATCH 4/6] ppc4xx: Add custom linker script to board/*/config.mk

2009-10-27 Thread Stefan Roese
These boards have special linker scripts right now. We can't use the common 4xx linker script here. So overrride the linker script (LDSCRIPT) in board/*/config.mk and choose the board specific version. Signed-off-by: Stefan Roese s...@denx.de --- board/amirix/ap1000/config.mk |3 +++

[U-Boot] [PATCH 5/6] ppc4xx: Add common ppc4xx linker script

2009-10-27 Thread Stefan Roese
This linker script can be used by all PPC4xx platforms. It works for PPC405 and PPC440 platforms. Boards which need a board specific linker script can override this default linker script in board/*/config.mk. Signed-off-by: Stefan Roese s...@denx.de --- cpu/ppc4xx/config.mk |3 +

[U-Boot] [PATCH 6/6] ppc4xx: Remove board specific linker scripts from most PPC4xx boards

2009-10-27 Thread Stefan Roese
All these linker scripts can be removed since the new common ppc4xx linker script should be able to handle all of those boards. Please test and report problems. Thanks. Signed-off-by: Stefan Roese s...@denx.de --- board/amcc/acadia/u-boot.lds | 134 -

Re: [U-Boot] non-blocking flash functions - is this possible/acceptable?

2009-10-27 Thread Jerry Van Baren
Wolfgang Wegner wrote: Hi Jerry, On Tue, Oct 27, 2009 at 10:03:49AM -0400, Jerry Van Baren wrote: Jerry Van Baren wrote: Wolfgang Wegner wrote: [...] we have an update protocol that normally relies on data being received while the previous block is written to flash. [...] By the way,

Re: [U-Boot] Low BogoMIPS on MPC8541

2009-10-27 Thread Kumar Gala
On Oct 27, 2009, at 10:29 AM, Luigi 'Comio' Mantellini wrote: Hi All, I'm working on a stripped-down mpc8541 board (that has just a serian and twe enets). I have an issue on delay calibration. In fact at boot time, I see the following linux printk message on the serial console:

Re: [U-Boot] Question about M29W128G CFI QRY bug

2009-10-27 Thread Richard Retanubun
Stefan Roese wrote: Richard, I just sent a patch with the weak default for this reset function. Please give it a try on your system and let me know if this works for you. Thanks. Cheers, Stefan Tested and works, thanks! - Richard ___

Re: [U-Boot] [PATCH v2 1/2] NET: Move MDIO regs out of TSEC Space

2009-10-27 Thread Kumar Gala
On Oct 24, 2009, at 1:12 PM, Sandeep Gopalpet wrote: Moved the mdio regs out of the tsec structure,and provided different offsets for tsec base and mdio base so that provision for etsec2.0 can be provided. This patch helps in providing the support for etsec2.0 In etsec2.0, the MDIO

Re: [U-Boot] u-boot newbie

2009-10-27 Thread Wolfgang Denk
Dear David Kaplan, In message 62564a490910270526yf6e831bt869695b71a70c...@mail.gmail.com you wrote: Yesterday I was a JTAG newbie - today I'm a u-boot newbie as well and I was wondering if anyone could help me out. By extrapolation you will be a Linux newbie tomorrow, an apprentice in a week

Re: [U-Boot] [PATCH 0/6] ppc4xx: Linker script consolidation

2009-10-27 Thread Matthias Fuchs
Hi Stefan, that's cool stuff and long time outstanding. I will do some tests on a couple of esd boards. Matthias This patchset will consolidate the linker scripts for PPC4xx. My plan is to push this in the next merge window. I've pushed this patchset in the 4xx-linker-script branch of the

[U-Boot] [PATCH] ppc4xx: Initialize magnetic coupler on VOM405 boards

2009-10-27 Thread Matthias Fuchs
This patch fixes an ugly behavior of the IL712 magnetic coupler as used on VOM405. These parts will remember their last state over a power cycle which might cause unwanted behavior. Signed-off-by: Matthias Fuchs matthias.fu...@esd.eu --- board/esd/vom405/vom405.c | 35

Re: [U-Boot] non-blocking flash functions - is this possible/acceptable?

2009-10-27 Thread Wolfgang Denk
Dear Wolfgang Wegner, In message 20091027125146.ga3...@leila.ping.de you wrote: We hacked our U-Boot to provide non-blocking variants for flash access for the relevant functions, which are: ... Is such a use case generally acceptable in U-Boot, and if so, does anybody have an idea how to

Re: [U-Boot] Question about M29W128G CFI QRY bug

2009-10-27 Thread Wolfgang Denk
Dear Stefan, In message 4ae7303e.3000...@ruggedcom.com Richard Retanubun wrote: Stefan Roese wrote: Richard, I just sent a patch with the weak default for this reset function. Please give it a try on your system and let me know if this works for you. Thanks. Cheers, Stefan

Re: [U-Boot] [PATCH] ARM AT91 new board EB+CPUx9K2

2009-10-27 Thread Wolfgang Denk
Dear Jens Scharsig, In message 4ae7110b.7030...@bus-elektronik.de you wrote: Wolfgang Denk schrieb: And by the way: please chose a board name that can be used consistently: +EB_CPUx9K2_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm920t EB+CPUx9K2 BuS at91rm9200 If

Re: [U-Boot] [PATCH] makefiles: fixes/cleanup for building build tools

2009-10-27 Thread Scott Wood
On Mon, Oct 26, 2009 at 07:57:50PM -0400, Mike Frysinger wrote: On Monday 26 October 2009 18:17:03 Scott Wood wrote: Currently, some of the tools instead set CC to be HOSTCC in order to re-use some pattern rules -- but this fails when the user overrides CC on the make command line. Also,

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

2009-10-27 Thread Wolfgang Denk
Dear Daniel Hellstrom, In message 4ae6f49e.8080...@gaisler.com you wrote: Please pull from the master branch at git://www.denx.de/git/u-boot-sparc.git --^^ are available in the git repository at: git://www.denx.de/git/u-boot-sparc.git testing

Re: [U-Boot] [PATCH] drivers/net/phy/miiphybb.c: fix warning: no newline at end of file

2009-10-27 Thread Wolfgang Denk
In message 1256508243-3933-1-git-send-email...@denx.de you wrote: Add missing newline. Signed-off-by: Wolfgang Denk w...@denx.de Cc: Luigi Mantellini luigi.mantell...@idf-hit.com Cc: Ben Warren biggerbadder...@gmail.com --- drivers/net/phy/miiphybb.c |2 +- 1 files changed, 1

Re: [U-Boot] [PATCH 1/5 v2] Check for NULL prompt in readline_into_buffer()

2009-10-27 Thread Wolfgang Denk
Dear Peter Tyser, In message 1256501576-19700-1-git-send-email-pty...@xes-inc.com you wrote: Previously, passing readline() or readline_into_buffer() a NULL 'prompt' parameter would result in puts() printing garbage when CONFIG_CMDLINE_EDITING was enabled. Note that no board currently

Re: [U-Boot] [PATCH 2/5 v2] cread_line(): Remove unused variables

2009-10-27 Thread Wolfgang Denk
Dear Peter Tyser, In message 1256501576-19700-2-git-send-email-pty...@xes-inc.com you wrote: Signed-off-by: Peter Tyser pty...@xes-inc.com --- - No change since v1 common/main.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) Applied, thanks. Best regards, Wolfgang Denk

Re: [U-Boot] [PATCH 3/5 v2] readline(): Add ability to modify a string buffer

2009-10-27 Thread Wolfgang Denk
Dear Peter Tyser, In message 1256501576-19700-3-git-send-email-pty...@xes-inc.com you wrote: If the 'buf' parameter is a non-0-length string, its contents will be edited. Previously, the initial contents of 'buf' were ignored and the user entered its contents from scratch. This change is

Re: [U-Boot] [PATCH 4/5 v2] setenv(): Delete 0-length environment variables

2009-10-27 Thread Wolfgang Denk
Dear Peter Tyser, In message 1256501576-19700-4-git-send-email-pty...@xes-inc.com you wrote: Previously setenv() would only delete an environment variable if it was passed a NULL string pointer as a value. It should also delete an environment variable when it encounters a valid string pointer

Re: [U-Boot] [PATCH 5/5 v2] Add 'editenv' command

2009-10-27 Thread Wolfgang Denk
Dear Peter Tyser, In message 1256501576-19700-5-git-send-email-pty...@xes-inc.com you wrote: The editenv command can be used to edit an environment variable. Editing an environment variable is useful when one wants to tweak an existing variable, for example fix a typo or change the baudrate in

Re: [U-Boot] [PATCH V3 1/4] add TI DA8xx support: DA8xx includes

2009-10-27 Thread Wolfgang Denk
Dear Nick Thompson, In message 4ae5dffd.2090...@gefanuc.com you wrote: Provides initial support for TI OMAP-L1x/DA8xx SoC devices. See http://www.ti.com The DA8xx devices are similar to DaVinci devices but have a differing memory map and updated peripheral versions. Signed-off-by: Nick

Re: [U-Boot] [PATCH V3 3/4] add TI DA8xx support: Add new directory for da830evm board

2009-10-27 Thread Wolfgang Denk
Dear Nick Thompson, In message 4ae5e002.9060...@gefanuc.com you wrote: Add new directory for da830evm board Provides initial support for TI OMAP-L137/DA830 SoC devices on a Spectrum Digital EVM board. See http://www.spectrumdigital.com/ ... diff --git a/board/davinci/common/misc.h

Re: [U-Boot] [PATCH v3 4/4] add TI DA8xx support: Integrate DA830 EVM support into U-Boot

2009-10-27 Thread Wolfgang Denk
Dear Nick Thompson, In message 4ae5e004.6030...@gefanuc.com you wrote: Integrate DA830 EVM support into U-Boot. Provides initial support for TI OMAP-L137/DA830 SoC devices on a Spectrum Digital EVM board. See http://www.spectrumdigital.com/ Signed-off-by: Nick Thompson

Re: [U-Boot] [PATCH] NET: Move MDIO regs out of TSEC Space

2009-10-27 Thread Kim Phillips
On Sat, 24 Oct 2009 23:39:36 +0530 Sandeep Gopalpet sandeep.ku...@freescale.com wrote: @@ -306,12 +307,11 @@ static int init_phy(struct eth_device *dev) { struct tsec_private *priv = (struct tsec_private *)dev-priv; struct phy_info *curphy; - volatile tsec_t *phyregs =

[U-Boot] [PING][PATCH] Enable port-mapped access to 16550 UART

2009-10-27 Thread Graeme Russ
Has anyone had a chance to look at this? This patch is a pre-requisite for converting my x86 board to use this driver (and CONFIG_SERIAL_MULTI) and droping one more redundant source file from the u-boot tree (cpu/i386/serial.c) Regards, Graeme On Sat, Oct 24, 2009 at 12:27 PM, Graeme Russ

Re: [U-Boot] [PATCH] ARM AT91 new board EB+CPUx9K2

2009-10-27 Thread Scott Wood
On Tue, Oct 27, 2009 at 12:02:34PM +0100, Wolfgang Denk wrote: +#define CONFIG_SYS_FLASH_ERASE_TOUT(6*CONFIG_SYS_HZ) +#define CONFIG_SYS_FLASH_WRITE_TOUT(2*CONFIG_SYS_HZ) This looks wrong to me. A timeout is a time, but CONFIG_SYS_HZ is a frequency, i. e. the inverse of a

[U-Boot] U-Boot can't read ext2 filesystem created by Fedora 11

2009-10-27 Thread Mike Cruse
Hi, I am currently going through the bring up of a Freescale MPC8536 based system. We use a SATA hard drive to boot from. I seem to have a problem reading ext2 filesystems created on a Fedora 11 system. I have checked the FAQ for something related to this. If I create the filesystem on the 8536

Re: [U-Boot] U-Boot can't read ext2 filesystem created by Fedora 11

2009-10-27 Thread Wolfgang Denk
Dear Mike Cruse, In message 1256682841.3470.22.ca...@i7.definium.net you wrote: I seem to have a problem reading ext2 filesystems created on a Fedora 11 system. I have checked the FAQ for something related to this. You should also have checked the mailing list archives and/or the commit

[U-Boot] Flashing PPC440gx Using BDI3000

2009-10-27 Thread Kyle Smith
Hello, I realize this isn't a BDI3000 mailing list but I was hoping to get some input on my problem. I am trying to program u-boot onto the flash (S29GL512N) of a ppc440gx target using a BDI3000 but I am getting some weird behavior. With my current BDI3000 (firmware v1.18) configuration (using

Re: [U-Boot] about ## Unknown FLASH on Bank 0

2009-10-27 Thread Peter Pan
Dear Wolfgang Denk: Our hardware should be fine. We run VxWorks on it before and it works fine. The hardware running VxWorks is already a mature product of our company. We recently want to run linux on it because of the high price of VxWorks. I do a little experiments on the U-Boot-2009-08, any

[U-Boot] Does u-boot supports ONFI?

2009-10-27 Thread HeLei
Hi, all Does u-boot supports ONFI (open nand flash interface)? In my opinion, u-boot doesn't support ONFI, though it is also a general framework for nand flash. Following are the reasons I can figure out:(1) Not all mandatory commands are supported. e.g. Read Parameter Page.

[U-Boot] (no subject)

2009-10-27 Thread HeLei
Hi, all Does u-boot supports ONFI (open nand flash interface)? In my opinion, u-boot doesn't support ONFI, though it is also a general framework for nand flash. Following are the reasons I can figure out:(1) Not all mandatory commands are supported. e.g. Read Parameter Page. Furthermore Maybe