Am Dienstag, 1. Juni 2010 08:17:41 schrieb Alexander Stein:
> > Which version of U-Boot and which architecture / board are you talking
> > about?
>
> Currently I'm using u-boot v2009.11 on at91sam9g20 on our own board (code
> yet upstream).
Oh, i forgot. This code is based on the atmel at91sam9g
Dear Wolfgang,
Am Montag, 31. Mai 2010 18:08:30 schrieb Wolfgang Denk:
> > during board setup the ethernet is configured including the PHY. This
> > takes an amount of time even if the cable is plugged in. It takes even
> > more time of the initialization runs into a timeout if no cable is put
> >
This is a re-submission of the patch by Harald Welte
with modifications to make it a sub-command and changes
as suggested by Scott Wood in
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/43916.
This patch enables the environment partition to have a run-time dynamic
location (offset) in t
Dne Ne 30. května 2010 15:52:04 Tom Rix napsal(a):
> This is to catch master up to ARM mach-types
Is the PXA tree -next and -fix still planned to be pulled guys? Tom, Wolfgang
... hm?
Cheers
>
> Tom
>
> The following changes since commit
> 01f03bda5b22e5aeae5f02fd537da97a41485c73: Wolfgang Den
Dear Reinhard Meyer,
In message <4c03c0ca.50...@emk-elektronik.de> you wrote:
>
> currently the actual u-Boot (U-Boot 2010.03-00351-g40792d6-dirty) for
> AVR32/ATNGW100 defines FLASH to be at 0x (which is the true
> physical address):
...
> however the "flinfo" command show FLASH to be a
lucrative financial business transaction of $17,300,000.00. If interested,
kindly respond to my email for more details at
chen_private12.guangy...@yahoo.com.hk
Sincerely,
Mr.Chen Guangyuan
--
CONFIDENTIALITY NOTICE: Thi
Hi,
On Mon, 31 May 2010 09:06:46 +0530
nagaraj karra wrote:
> please adda me to uboot users mailing list
Please visit
http://lists.denx.de/mailman/listinfo/u-boot
and subscribe to the list.
Best regards,
Anatolij
___
U-Boot mailing list
U-Boot@list
Hi,
2010/5/28 Becky Bruce :
> This avoids a build warning that you see if anyone in the
> header chain has included io.h (which is coming shortly)
>
> Signed-off-by: Becky Bruce
> ---
> drivers/usb/host/ohci-hcd.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/dri
On May 30, 2010, at 2:45 PM, Wolfgang Denk wrote:
> Dear Kumar Gala,
>
> In message you wrote:
>> The following changes since commit bd7bb6f8a3278caff0ac6eeaf08b188b9bb05dfc:
>> Wolfgang Denk (1):
>>Merge branch 'next' of git://git.denx.de/u-boot-nios
>>
>> are available in the git re
Hi,
I am attempting to load u-boot onto a board that is similar to an
existing design that does not use u-boot.
I suspect that the issue lies in the SDRAM initialization or UPM,
but since I have been looking at this issue for about a week
I thought I would see if anyone has any suggestions on wha
Dear "V, Aneesh",
In message you
wrote:
>
> We would like to add a post-build step for OMAP4430SDP. The intention of this
> step is to attach a header at the beginning of u-boot.bin and create a new
> binary.
>
> We do not mind having this as part of the main make step(i.e. as part of the
Dear Alexander Stein,
In message <201005311458.18454.alexander.st...@systec-electronic.com> you wrote:
>
> during board setup the ethernet is configured including the PHY. This takes
> an
> amount of time even if the cable is plugged in. It takes even more time of
> the
> initialization runs
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Dne Po 31. května 2010 16:02:49 Mikhail Kshevetskiy napsal(a):
> WARNING: This macro do not assume the values for K0DB4, KxDB2, KxFREE,
> K1RUN, K2RUN and APD bits of CONFIG_SYS_MDREFR_VAL as it was
> done early on many pxa platforms. All pxa developers that plan
> to use
Hello,
currently the actual u-Boot (U-Boot 2010.03-00351-g40792d6-dirty) for
AVR32/ATNGW100 defines FLASH to be at 0x (which is the true
physical address):
#define CONFIG_SYS_FLASH_BASE0x
#define CONFIG_SYS_FLASH_SIZE0x80
#define CONFIG_SYS_MAX_FLASH
WARNING: This macro do not assume the values for K0DB4, KxDB2, KxFREE,
K1RUN, K2RUN and APD bits of CONFIG_SYS_MDREFR_VAL as it was
done early on many pxa platforms. All pxa developers that plan
to use this macro should check the validity of their MDREFR values.
v1:
*
Hi,
We would like to add a post-build step for OMAP4430SDP. The intention of this
step is to attach a header at the beginning of u-boot.bin and create a new
binary.
We do not mind having this as part of the main make step(i.e. as part of the
target ALL) or as a separate target(let's say "oma
This patch adds support for the Samsung Goni board (S5PC110 SoC)
Signed-off-by: Minkyu Kang
Signed-off-by: Kyungmin Park
---
v3: sort the Maintainer list, enable commands, fix comments
v2: remove workaround code, rebase the patch
MAINTAINERS|9 +-
MAKEALL
Hello,
during board setup the ethernet is configured including the PHY. This takes an
amount of time even if the cable is plugged in. It takes even more time of the
initialization runs into a timeout if no cable is put in.
Is there a possibility to defer the net initialization up to that point w
Dear Minkyu Kang,
In message you
wrote:
>
...
> >> index 000..6239444
> >> --- /dev/null
> >> +++ b/include/configs/s5p_goni.h
> > ...
> >> +#undef CONFIG_CMD_BOOTD
> >> +#undef CONFIG_CMD_CONSOLE
> >> +#undef CONFIG_CMD_ECHO
> >> +#undef CONFIG_CMD_FPGA
> >> +#undef CONFIG_CMD_ITEST
> >> +
Dear Wolfgang,
On 31 May 2010 19:38, Wolfgang Denk wrote:
> Dear Minkyu Kang,
>
> In message <4c0309e2.2030...@samsung.com> you wrote:
>> This patch adds support for the Samsung Goni board (S5PC110 SoC)
>>
>> Signed-off-by: Minkyu Kang
>> Signed-off-by: Kyungmin Park
>
>> --- a/MAINTAINERS
>> +
Dear Minkyu Kang,
In message <4c0309e2.2030...@samsung.com> you wrote:
> This patch adds support for the Samsung Goni board (S5PC110 SoC)
>
> Signed-off-by: Minkyu Kang
> Signed-off-by: Kyungmin Park
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -628,6 +628,7 @@ Simon Kagstrom
>
> Minkyu Ka
Dear hvaib...@ti.com,
In message <1273166585-26101-2-git-send-email-hvaib...@ti.com> you wrote:
> From: Vaibhav Hiremath
>
> This patch adds support for the EMIF4 interface
> available in the AM35x processors.
>
> Changes from V2:
> - Removed all instances of #ifdef CONFIG_EMIF4
See prev
Dear hvaib...@ti.com,
In message <1273166585-26101-1-git-send-email-hvaib...@ti.com> you wrote:
> From: Vaibhav Hiremath
>
> This patch adds basic support for the AM3517EVM.
> It includes:
> - Board int file (.c and .h)
> - Default configuration file
> - Updates for Makefile
>
> * U-Boot v2010.06-rc1 was released on Wed, 26 May 2010.
Any reason why my Nomadik patches are not in? I reposted them on
Apr 15th and got no negative feedback.
Actually, the clcd patch which was accepted long ago is only used by
the Nomadik patches, which don't touch anybody else.
This is my i
25 matches
Mail list logo