Hi Michal,
Michal Simek wrote:
> Hi Ben,
>
> sorry for head quoting but this is V2.
> In my net branch is V3 which has some fixes which you reported.
>
> Anyway. You want to create two separate patches. I am ok with it.
> I'll do it and let you know.
>
> Thanks,
> Michal
>
>
>
Sorry, I've lost
Hi Luigi,
Luigi 'Comio' Mantellini wrote:
> From: Luigi 'Comio' Mantellini
>
> Signed-off-by: Luigi 'Comio' Mantellini
> ---
> include/configs/ISPAN.h |3 +++
> include/configs/MPC8260ADS.h |2 ++
> include/configs/MPC8266ADS.h |3 +++
> include/configs/MPC8560ADS.h |3 +++
Hi Luigi,
Luigi 'Comio' Mantellini wrote:
> From: Luigi 'Comio' Mantellini
>
> Signed-off-by: Luigi 'Comio' Mantellini
> ---
> lib_arm/board.c |3 +++
> lib_avr32/board.c|3 +++
> lib_blackfin/board.c |3 +++
> lib_i386/board.c |3 +++
> lib_m68k/board.c |3
Hi Luigi,
Luigi 'Comio' Mantellini wrote:
> From: Luigi 'Comio' Mantellini
>
>
Please add some descriptive information here. This is a big patch and
deserves a changelong
> Signed-off-by: Luigi 'Comio' Mantellini
> ---
> drivers/net/phy/miiphybb.c | 324
> +++-
Hi Mike,
Mike Frysinger wrote:
> Signed-off-by: Mike Frysinger
> ---
> v2
> - drop CONFIG naming section
> - fix MII documentation
>
> doc/README.drivers.eth | 177
>
> 1 files changed, 177 insertions(+), 0 deletions(-)
> create mod
Hi Prafulla,
Prafulla Wadaskar wrote:
> if link up detection code is disabled through config option, it gives build
> warning.
> This patch fixes the same
>
> Signed-off-by: Prafulla Wadaskar
> ---
> Changelog:
> v2: unwanted commit in v1 patch removed
>
> drivers/net/kirkwood_egiga.c |4 ++
Hi Prafulla,
Prafulla Wadaskar wrote:
> following build warning was observed
>
> mv88e61xx.c: In function ‘mv88e61xx_busychk’:
> mv88e61xx.c:208: warning: dereferencing type-punned pointer will break
> strict-aliasing rules
>
> This patch fixes the same
> Patch tested for rd6281a board build
>
>
Hi Mike,
Mike Frysinger wrote:
> This should be squashed into the pending:
> Convert SMC9 Ethernet driver to CONFIG_NET_MULTI API
>
> The changes to the eeprom were incomplete, and the new version needs
> slightly different handling on the BF533 boards that share flash.
>
>
I squashed
This is the second half of my DM355 EVM support patches, adding
the NAND support now that the 4-bit ECC is merged:
- Kick in NAND support, enabling
* the DaVinci NAND driver
* its 4-bit ECC support
* MTD_DEVICE (newish, should be automatic!)
* 64-bit printf (newish, should be
Dear Wolfgang and Tom,
2009/9/23 Po-Yu Chuang :
> Dear Wolfgang Denk,
>
> 2009/9/23 Wolfgang Denk :
>> Dear Po-Yu Chuang,
>> I cannot find these patches in my archive (even though I see the
>> archive entries).
>>
>> Please (rebase and) resend. Sorry for the inconvenience.
>
> Thanks for your repl
I will be merging the arm/next branch to arm/master next weekend.
Interested people should check their patches and boards are up to date
in arm/next.
Tom
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
I have pushed this to arm/next.
Tom
Daniel Gorsulowski wrote:
> This patch implements several updates:
> -disable CONFIG_ENV_OVERWRITE
> -add new hardware style variants and set the arch numbers appropriate
> -pass the serial# and hardware revision to the kernel
> -removed unused macros from inclu
On Sun, Oct 4, 2009 at 12:09 PM, Wolfgang Denk wrote:
> Dear Ben Warren,
>
> In message <4aa985c3.5060...@gmail.com> you wrote:
> >
> ...
> > Applied to net repo.
>
> Do you intend to send a pull request any time soon?
>
> Yes I do. Very soon.
> Best regards,
>
> Wolfgang Denk
>
> regards,
Ben
On Sun, Oct 4, 2009 at 12:12 PM, Wolfgang Denk wrote:
> Dear Ben,
>
> In message <1252521682-5067-1-git-send-email-vap...@gentoo.org> Mike
> Frysinger wrote:
> > Signed-off-by: Mike Frysinger
> > ---
> > v2
> > - drop CONFIG naming section
> > - fix MII documentation
> >
> > doc/REA
On Sat, Oct 3, 2009 at 2:01 PM, Christopher Beley wrote:
> Hi,
>
> I'm trying to gentoo running on the Media5200 but am running into issues
> getting my kernel to boot. I am able to boot the kernel that came with
> freescale's BSP for the device, but when I boot my kernel things stall
> after Unc
Dear alex889,
please do not top post / full quote. PLease make sure to read
http://www.netmeister.org/news/learn2quote.html
In message <25741672.p...@talk.nabble.com> you wrote:
>
> So let me rephrase myself
> My aim is to open the NetConsole for input (stdin=nc)only if the user
> pressed on a s
Dear Christopher Beley,
In message <4ac8fb3e.3050...@wisc.edu> you wrote:
>
> setenv bootargs console=ttyPSC5,115200 root=/dev/nfs rw
> nfsroot=$(serverip):$(rootpath)
> tftp 90 /tftpboot/media5200.dtb
> tftp 50 /tftpboot/uImage
> bootm 50 - 90
>
> However, after it uncompresses
Commit 054197ba and later fixes used an array to initialize some of
the MDDRC parameters; however, the use of an array turned out to be a
bad idea as it was not possible to correlate structure entries to
array indices in readable and reliable way. Now we use a struct
instead, which makes this self-
OK
So let me rephrase myself
My aim is to open the NetConsole for input (stdin=nc)only if the user
pressed on a specific button.
How should the code that opens the NetConsole look like, after i discovered
the button was pressed?
Thanks,
Alex
wd wrote:
>
> Dear alex889,
>
> In message <2573866
Hi,
Thanks for the response. I think that was it and also, I now see I
missed the FAQ that was similar to my question. Sorry for not noticing
that.
Anyway, I haven't gotten things working just yet though. I try to do
(for example):
setenv bootargs console=ttyPSC5,115200 root=/dev/nfs rw
nfsro
Dear Ben,
In message <1252521682-5067-1-git-send-email-vap...@gentoo.org> Mike Frysinger
wrote:
> Signed-off-by: Mike Frysinger
> ---
> v2
> - drop CONFIG naming section
> - fix MII documentation
>
> doc/README.drivers.eth | 177
>
Dear Ben Warren,
In message <4aa985c3.5060...@gmail.com> you wrote:
>
...
> Applied to net repo.
Do you intend to send a pull request any time soon?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-
Dear Rainer,
In message you wrote:
>
> the reason for this problem is the definition of
>
> #define DATAFLASH_BUSY0x00
> #define DATAFLASH_OK 0x01
> in the file /include/dataflash.h.
>
> All functions return DATAFLASH_OK and in the file /common/cmd_nved
Here you find all the changes in the include directory for new register names
and adapting other ones to the names used by AMCC in their manuals, e.g.
For 440EPx/GRPPC440EPx/GRX, Revision 1.15 – September 22, 2008
For PPC405GP Embedded Processor, Revision 1.02 – March 22, 2006
Signed-off-by: Nikla
The command "reginfo" got an overhaul for the ppc4xx. It dumps all the
relevant HW configuration registers (address, symbolic name, content).
This allows to easily detect errors in *.h files and changes in the HW
configuration.
Signed-off-by: Niklaus Giger
---
common/cmd_reginfo.c | 158 +--
*** BLURB HERE ***
Niklaus Giger (4):
ppc4xx: Cleanup some HW register names
ppc_4xx: Apply new HW register names
ppc4xx: Rework cmd reginfo
ppc4xx: respect 80-chars per line in ppc*.h files
board/amcc/bamboo/bamboo.c| 32 +-
board/amcc/canyonlands/canyonlands.c | 22 +-
The command "reginfo" got an overhaul for the ppc4xx. It dumps all the
relevant HW configuration registers (address, symbolic name, content).
This allows to easily detect errors in *.h files and changes in the HW
configuration.
It is split in the following parts:
- Cleanup some HW register names:
Dear alex889,
In message <25738669.p...@talk.nabble.com> you wrote:
>
> I'm trying to add the NetConsole to my project.
> I've set all the related environment variables
>
> when i start UBoot and then type "run nc" i see that i receive the data i'm
> sending from remote PC,
> but if i call "run
Dear Martha,
umm... your mail header still says "m marx".
In message <20091004102089.sm01...@[206.180.163.89]> you wrote:
>
> I am planning to resubmit this patch very soon - by Tuesday perhaps.
> Considering there is some differences in the memory layout esp for the
> iopin struct (going from 3
Hi Stefan
Am Sonntag 04 Oktober 2009 13:36:25 schrieb Stefan Roese:
> Hi Niklaus,
>
> as mentioned in my review comment to patch 0/4, please put the patch
> description into this commit text as well.
Will come.
> On Friday 02 October 2009 20:12:08 Niklaus Giger wrote:
> > Signed-off-by: Niklaus G
Hi,
I'm trying to add the NetConsole to my project.
I've set all the related environment variables
when i start UBoot and then type "run nc" i see that i receive the data i'm
sending from remote PC,
but if i call "run nc" from within the UBoot, using run_command("run nc",
1);, i don't receive th
Hello Wolfgang,
I am planning to resubmit this patch very soon - by Tuesday perhaps.
Considering there is some differences in the memory layout esp for the iopin
struct (going from 32-bit to byte sizes) I am not sure how I can get around
the #defs you suggest. Perhaps an entirely separate .c
On Thu, 01 Oct 2009 11:28 +0200, Sebastian Heutling wrote :
> Hi Konrad,
> On 10/01/2009 10:33 AM, Konrad Mattheis wrote:
> > Hi Sebastian,
> > yes I'm using an AT91SAM9G20-EK Rev.c with two SD slots.
> > I used slot a but I think you just have to init slot b.
> > in PatchV3 you can read:
> >>
Hi Niklaus,
On Friday 02 October 2009 20:12:10 Niklaus Giger wrote:
> The command "reginfo" got an overhaul for the ppc4xx. It dumps all the
> relevant HW configuration registers (address, symbolic name, content).
> This allows to easily detect errors in *.h files and changes in the HW
> configura
On Sun, Oct 4, 2009 at 10:15 PM, Ingo van Lil wrote:
> On 10/04/2009 01:29 AM, Wolfgang Denk wrote:
>
>> No, not an exception, but the reference implementation. I cannot help
>> it that most other architectures / SoCs don;t care much.
>
> Well, if such an uncommon side-effect is expected of a func
Hi Niklaus,
as mentioned in my review comment to patch 0/4, please put the patch
description into this commit text as well.
On Friday 02 October 2009 20:12:08 Niklaus Giger wrote:
> Signed-off-by: Niklaus Giger
> ---
> include/4xx_i2c.h |2 +-
> include/ppc405.h |4 +-
> inclu
Hi Niklaus,
On Friday 02 October 2009 20:12:07 Niklaus Giger wrote:
> The command "reginfo" got an overhaul for the ppc4xx. It dumps all the
> relevant HW configuration registers (address, symbolic name, content).
> This allows to easily detect errors in *.h files and changes in the HW
> configura
On 10/04/2009 01:29 AM, Wolfgang Denk wrote:
> No, not an exception, but the reference implementation. I cannot help
> it that most other architectures / SoCs don;t care much.
Well, if such an uncommon side-effect is expected of a function with a
well-known name it should at least be prominently
Hi, hope everything is well.
I would like to invite you to www.uniqueBidWin.com . An auction where new
Iphone 32Gs is sold for $7.07
Find a bonuss just for yourself.
Want to make money from home, visit http://uniquebidwin.com/affiliate/
Best
___
U-Boot
39 matches
Mail list logo