Thanks Wolfgang
But can you please let me know why this
"/libgcc.a(_udivdi3.o):(.ARM.exidx+0x0): undefined reference to
`__aeabi_unwind_cpp_pr0'"
Error message coming is it related to EABI releated issue
Actually when I add empty definition of this "__aeabi_unwind_cpp_pr0()" in
u-boot I am able t
On Thursday 16 April 2009, Wolfgang Denk wrote:
> > So what the patch does is to remove an unused code part. Is this what you
> > are complaining about? If really needed I could resend this patch with a
> > modified patch subject.
>
> No, I complain that you also change a vital costant without even
Dear Stefan Roese,
In message <200904160651.28962...@denx.de> you wrote:
>
> > > -#define get_bus_freq(val)13300
> > > +#define get_bus_freq(val)1
> > > #endif
> >
> > To me that does not look exactly like duplicated code removal...
...
> So what the patch does is to r
Dear Bhavna YADAV,
In message <03d201c9be4b$49779c50$2b52c...@dlh.st.com> you wrote:
>
> I am trying to compile the u-boot-1.2.0 with arm-none-linux-gnueabi-gcc
> i.e codesourcery tool chain but I get compilation error
...
> Can somebody please help me to resolve this issue.
Ancient code and rec
Hi Wolfgang,
On Wednesday 15 April 2009, Wolfgang Denk wrote:
> > +++ b/board/amcc/sequoia/sdram.c
> > @@ -44,7 +44,7 @@ extern void denali_core_search_data_eye(void);
> > * for the 4k NAND boot image so define bus_frequency to 133MHz here
> > * which is save for the refresh counter setup.
> >
Hello friends,
I am trying to compile the u-boot-1.2.0 with arm-none-linux-gnueabi-gcc i.e
codesourcery tool chain but I get compilation error
Which seems because of EABI problem. Error messages what I get is given below:
a - cmd_mac.o
a - cmd_custom.o
make[1]: Leaving directory
`/data/csd_sw
sa1100.h is not used anywhere, then remove it.
$ find . -name '*.h' -empty -print
./include/sa1100.h
$ git grep 'sa1100.h' .
$
Signed-off-by: Shinya Kuribayashi
---
include/sa1100.h |0
1 files changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 include/sa1100.h
diff --git a/incl
Hi Nathan,
Nathan French wrote:
> Hi all,
>
> I've been tasked with bringing up a new board next week for my company
> that is essentially a Kilauea with a National Semiconductor DP83640
> ethernet phy. We have U-Boot working on our previous board rev which
> used the Marvell 88E ethernet ph
Hi all,
I've been tasked with bringing up a new board next week for my company
that is essentially a Kilauea with a National Semiconductor DP83640
ethernet phy. We have U-Boot working on our previous board rev which
used the Marvell 88E ethernet phy which U-Boot supports.
I'm new to ethernet
Dear Stefan Roese,
In message <1239788018-27468-1-git-send-email...@denx.de> you wrote:
> Signed-off-by: Stefan Roese
> ---
> board/amcc/sequoia/sdram.c |6 +-
> 1 files changed, 1 insertions(+), 5 deletions(-)
>
> diff --git a/board/amcc/sequoia/sdram.c b/board/amcc/sequoia/sdram.c
> i
Dear xiangfu_gmail,
In message <49e5a2ed.2060...@gmail.com> you wrote:
> there is a device name PI,
> the CPU is Ingenic 4740 [1],
> now we have the u-boot-1.1.6 patch.[2]
>
> I want the u-boot Integrate with 'upstream'
> what am I got do.
> just give some advice or step.
Please see http://www.d
From: Marco Stornelli
This patch adds, under tools folder, a new command called imls. Its
goal is the same of UBoot's imls but it can be used as Linux shell
command. It reads from raw mtd partition and prints the list of the
stored images.
Signed-off-by: Marco Stornelli
---
tools/imls/Makefil
Hmm, seems like I hit the "send mail" shortcut key in gmail (that's a first)
2009/4/15 Magnus Lilja :
> Hi
>
> 2009/4/15 alfred steele :
>> Hi Magnus,
>>
>> The uboot pacth you had supplied earlier for the MX31 PDK does not
>> include the mmc driver.
>>
>> I have asked for a candidate port for
Hi
2009/4/15 alfred steele :
> Hi Magnus,
>
> The uboot pacth you had supplied earlier for the MX31 PDK does not
> include the mmc driver.
>
> I have asked for a candidate port for me to give a headstart for the
> sdhc/mmc infrastructure on the MX31 PDK board. In fact, it seems that
> none of th
Hi Magnus,
The uboot pacth you had supplied earlier for the MX31 PDK does not
include the mmc driver.
I have asked for a candidate port for me to give a headstart for the
sdhc/mmc infrastructure on the MX31 PDK board. In fact, it seems that
none of the MX31 based boards support MMC/SDHC.
I eve
Hi TC,
Sorry for the delay, but I was the original complainer about this issue and
finally got a chance to try it out.
Timur Tabi wrote:
> On Thu, Apr 9, 2009 at 11:18 AM, Tsi-Chung Liew
> wrote:
>> From: TsiChung Liew
>>
>> Implement formula to obtain I2C speed and internal bus
>> divider. Th
On Wednesday 15 April 2009, Stefan Roese wrote:
> > > I don't like both versions. We should implement something which doesn't
> > > change the current behavior probably needed on some other boards. So
> > > how about something like this:
> >
> > I took your proposal and tried to implement it, hit a
Hi Wolfgang,
please pull some fixes for ppc4xx:
The following changes since commit f75a729b5c1434d5a5bbf453b1b699bf1c3ffbce:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git
On Wednesday 15 April 2009, Richard Retanubun wrote:
> > And do you need an Intel reset command on your board? Is there an option
> > for Intel command style FLASH chips?
>
> Maybe I am young and naive, but I am hoping to give the HW guys flexibility
> in choosing the command sets for their flash.
Hi Felix,
On Wednesday 15 April 2009, Felix Radensky wrote:
> Is there a way to disable PCI on 460EX (via some config option)
> while leaving PCI-E enabled ? I'm asking because on custom board
> I have PCI is unused, but both PCI-E slots should be enabled. I had
> problems with this in u-boot-1.3
Hi,
Is there a way to disable PCI on 460EX (via some config option)
while leaving PCI-E enabled ? I'm asking because on custom board
I have PCI is unused, but both PCI-E slots should be enabled. I had
problems with this in u-boot-1.3.4, and had to modify pci_init_board()
to not invoke pci_440_ini
Hi Stefan,
Thanks for working through this with me,
> And do you need an Intel reset command on your board? Is there an option
> for Intel command style FLASH chips?
Maybe I am young and naive, but I am hoping to give the HW guys flexibility in
choosing
the command sets for their flash.
> I d
Don't run the memory POST on the NAND-booting version. It will
overwrite part of the U-Boot image which is already loaded from NAND
to SDRAM. We were just lucky that it booted at all with this SDRAM
test enabled.
Signed-off-by: Stefan Roese
---
include/configs/kilauea.h | 13 -
1 f
Don't run the memory POST on the NAND-booting version. It will
overwrite part of the U-Boot image which is already loaded from NAND
to SDRAM. We were just lucky that it booted at all with this SDRAM
test enabled.
Signed-off-by: Stefan Roese
---
include/configs/sequoia.h | 15 +--
1
Hi Stefan,
Thanks for that information. Will get back when after analysing the
received packets.
Thanks & Regards,
Prathika R
Stefan Roese wrote:
> On Wednesday 15 April 2009, prathika wrote:
>> I am using PowerPC 440 EP. The PHY I am using is DP83848. I have
>> enabled RMII mode. I am making
Hi,
While doing > git clone git://git.denx.de/u-boot.git, I get the following
errors:
> remote: Compressing objects: 100% (16533/16533), done.
> remote: Total 90263 (delta 74103), reused 89209 (delta 73184)
> Receiving objects: 100% (90263/90263), 29.61 MiB | 175 KiB/s, done.
> Resolving deltas:
Signed-off-by: Stefan Roese
---
board/amcc/sequoia/sdram.c |6 +-
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/board/amcc/sequoia/sdram.c b/board/amcc/sequoia/sdram.c
index c26e6ee..6df4c6d 100644
--- a/board/amcc/sequoia/sdram.c
+++ b/board/amcc/sequoia/sdram.c
@@ -44,7
This additional text in the bootup log helps to see if the board is
configured for NAND-booting. Especially helpful for boards that can
boot from NOR and NAND (e.g. most of the AMCC eval boards).
Signed-off-by: Stefan Roese
---
cpu/ppc4xx/cpu.c |6 +-
1 files changed, 5 insertions(+), 1
Hi Peter,
>> +What: Individual I2C commands
>> +When: April 2009
>> +Why:Per the U-Boot README, individual I2C commands such as "imd",
>> "imm",
>> +"imw", etc are deprecated. The single "i2c" command which is
>> +currently enabled via CONFIG_I2C_CMD_TREE contains the
there is a device name PI,
the CPU is Ingenic 4740 [1],
now we have the u-boot-1.1.6 patch.[2]
I want the u-boot Integrate with 'upstream'
what am I got do.
just give some advice or step.
very thanks
[1]: a Chinese company.
http://www.ingenic.cn/pfwebplus/productServ/App/JZ4740/pfCustomPage.as
Hi David,
> From: David Brownell
>
> Update the DaVinci DM6446 boards to use the new convention
> for CONFIG_SYS_NS16550_REG_SIZE ... the size hasn't changed
> from the original 4 bytes, but these chips are little-endian.
>
> (Resolves a regression added recently by the include/ns16550.h
> patch
On Wednesday 15 April 2009, prathika wrote:
> I am using PowerPC 440 EP. The PHY I am using is DP83848. I have
> enabled RMII mode. I am making sure that all the registers are
> configured for this mode only, by reading back the registers.
>
> First i tried enabling internal loopback in PowerPC by
Richard,
On Wednesday 15 April 2009, Richard Retanubun wrote:
> > Did you take a look at the CONFIG_SYS_FLASH_CFI_AMD_RESET define? I
> > suggest
> >
> > you give it a try and let me know if this helps.
>
> This does help but for the wrong reason:
>
> #ifdef CONFIG_SYS_FLASH_CFI_AMD_RESET /* n
Chips supported:-
1. 88E6161 6 port gbe swtich with 5 integrated PHYs
2. 88E6165 6 port gbe swtich with 5 integrated PHYs
2. 88E6132 3 port gbe swtich with 2 integrated PHYs
Platform specific configuration supported
Note: This driver is supported and tested against
kirkwood egiga interface
Contri
I have a self-designed board which is based on MPC8548PC demo board,
but CPU is MPC8547E.
I configured PCI to PCI-X 64bits asynchrous mode, 100MHz, and there
were two SATA controllers connected directly to BUS #0.
U-boot version is 1.1.4 which is previouly for MPC8548PC demo board, I
have modified
Dear Jean
I have updated this driver with platform specific abstraction support,
That satisfy most of your review feedback, also taken care of your other review
comments
I am sending patch v4 for the same
Regards..
Prafulla . .
___
U-Boot mailing list
Sun,
On Wednesday 15 April 2009, SunNeo wrote:
> I tried to add auto-calibration related configuration to my configuation
> file, but Linux still hangs at the same location. It seems error happened
> when threads of Linux Kernel tried to access the high 512m memory.
I suggest you debug this furth
Feng Kan, Stefan and Grant,
Thanks for all your suggestion.
I tried to add auto-calibration related configuration to my configuation file,
but Linux still hangs at the same location. It seems error happened when
threads of Linux Kernel tried to access the high 512m memory.
Just like th
Hello Wolfgang,
sorry, again
it's an own board, based on MPC8315ERDB.
The tree is
u-boot
|---build
|---u-boot-2009.03
The makefile in u-boot which I use to build:
#
export BUILD_DIR:=$(shell pwd)/build
export SRC_DIR:=$(shell pwd)/u-boot-2009.03
a
Dear =?utf-8?B?R8O8bnRlciBMZW9uaGFyZHQ=?=,
please do not post base64 encoded messages, post plain text only.
And don't top-post / full quote.
Make sure to read http://www.netmeister.org/news/learn2quote.html
In message you
wrote:
>
> it's an own board, based on MPC8315ERDB.
Well, then there
Hello Wolfgang,
sorry, again
it's an own board, based on MPC8315ERDB.
The tree is
u-boot
|---build
|---u-boot-2009.03
The makefile in u-boot which I use to build:
#
export BUILD_DIR:=$(shell pwd)/build
export SRC_DIR:=$(shell pwd)/u-boot-2009.03
a
41 matches
Mail list logo