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
> happ
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
---
This patch needs the [PATCH] AT91RM9200 BGA port D defines
(http://thread.gmane.org/gmane.comp.boot
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
>
> 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 flas
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 Regard
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 [mailto:u-boot-boun...@lists.denx.d
> -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 ship
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
> ---
> This
-add UBI support
-increase malloc'able memory size
-cleanup MONITOR|FLASH_BASE|LEN constants
Signed-off-by: Matthias Fuchs
---
include/configs/PLU405.h | 18 ++
1 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/include/configs/PLU405.h b/include/configs/PLU405.h
i
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
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
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 Re
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
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 HYB25L256160
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()
flash_erase_
Hi Sreedhar,
Are there some unknwon issues that I should take care of while using this
driver for M29W128GH?
M29W128GH is following AMD cmdset.
Do I need to add the structure for M29W128GH in jedec_flash.c or there is
some chip compatible to this chip is already present in Uboot and I only
have
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()
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 av
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 zer
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
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 th
Gupta, Ajay Kumar wrote:
> Tom,
>
>> From: Tom Rix 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.
>>
>> O
Gupta, Ajay Kumar wrote:
> Tom,
>> From: Tom Rix 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 head
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
> Signed-off-by: Kumar Gala
> ---
> board/freescale/p1_p2_rdb/ddr.c | 16 +
On Oct 26, 2009, at 11:06 PM, Poonam Aggrwal wrote:
> Signed-off-by: Poonam Aggrwal
> Signed-off-by: Kumar Gala
> ---
> board/freescale/p1_p2_rdb/ddr.c |4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
applied to 85xx
- k
___
U-Boot mai
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 fsl_pci_
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 r
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,
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
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 ver
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 boar
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
---
This fixes the compiler warning in the just-applied "ppc/85xx/pci:
fsl_pci_init: pcie agent mode support"
drive
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
> translatio
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
On Oct 23, 2009, at 3:55 PM, Peter Tyser wrote:
> Signed-off-by: Peter Tyser
> ---
> board/xes/xpedite5370/tlb.c | 13 +
> include/configs/XPEDITE5370.h |8
> 2 files changed, 17 insertions(+), 4 deletions(-)
applied to 85xx
- k
__
> > 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.
> >
> > A "volatile" needs to be added above to prevent co
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
> ---
> This fixes the compiler warning in the just-appli
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
> ---
> board/freescale/mpc8569mds/tlb.c | 30 +++---
> include/configs/MPC8569MDS.h | 23
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
> ---
> board/freescale/mpc8569mds/law.c |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
applied to 85xx
- k
_
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
> ---
> board/freescale/mpc8569mds/mpc8569mds.c |6 ++
> 1 files changed, 6 ins
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 i
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
> ---
> board/freescale/mpc8569mds/bcsr.h |4 +++
> board/freescale/mpc8569mds/mpc8569mds.c | 32 +
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):
fdt_supp
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
> boar
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 se
Please forget the last phrase...
On Mon, Oct 26, 2009 at 5:01 PM, Werner Nedel 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 PM, Kumar Ga
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
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 benef
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
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
Signed-off-by: Stefan Roese
Cc: Heiko Schocher
---
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
+++ b/include/configs/sc3.h
@@ -376,11 +37
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 preparat
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
---
board/amirix/ap1000/config.mk |3 +++
board/esd/dasa_sim/c
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
---
cpu/ppc4xx/config.mk |3 +
cpu/ppc4xx/u-boot.lds |
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
---
board/amcc/acadia/u-boot.lds | 134 -
board/amcc/bamboo/u
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.
> [...
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:
>
> ..
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
_
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
Dear Jens Scharsig,
In message you wrote:
>
> > Please use I/O accessors to access device registers. Please fix
> > globally.
> Do you mean change to
>
> writel(AT91C_PA23_TXD2, ((AT91PS_PIO) AT91C_BASE_PIOA)->PIO_OER);
>
> like notation
Close, but please also get rid of this "((AT91PS_PIO) AT
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
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 t
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
---
board/esd/vom405/vom405.c | 35 +++
1 files ch
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
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.
> >
> >
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 at91r
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. A
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
--
Dear Kumar Gala,
In message you wrote:
> 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/
In message <1256508243-3933-1-git-send-email...@denx.de> you wrote:
> Add missing newline.
>
> Signed-off-by: Wolfgang Denk
> Cc: Luigi Mantellini
> Cc: Ben Warren
> ---
> drivers/net/phy/miiphybb.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied.
Best regards,
Wolfgan
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
Dear Peter Tyser,
In message <1256501576-19700-2-git-send-email-pty...@xes-inc.com> you wrote:
> Signed-off-by: Peter Tyser
> ---
> - No change since v1
>
> common/main.c |5 +
> 1 files changed, 1 insertions(+), 4 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX S
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 chang
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 poi
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 baudrat
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
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 b/b
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
...
> diff
On Sat, 24 Oct 2009 23:39:36 +0530
Sandeep Gopalpet 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 = priv->phyregs;
> + vola
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 wrot
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
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
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
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 SD
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 I
Hi Kyle,
On Wednesday 28 October 2009 01:21:21 Kyle Smith wrote:
> 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
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". Furtherm
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 Mayb
Hi Stefan,
Thanks. I have seen that patch work and I will try it and hope it will work
for M29W128GH (ST make).
But why I am not seeing the chip name and any instance of M29W128GH in Uboot
source code?
Is it because the chip is CFI compliant?
How I can crosscheck that present Uboot V2009.08 works
Hello Stefan,
Stefan Roese wrote:
> Signed-off-by: Stefan Roese
> Cc: Heiko Schocher
> ---
> include/configs/sc3.h |5 -
> 1 files changed, 0 insertions(+), 5 deletions(-)
Thanks!
Acked-by: Heiko Schocher
bye
Heiko
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Z
90 matches
Mail list logo