The smc911x driver has a lot of useful defines/functions which can be used
by pieces of code (such as example eeprom programmers). Rather than
forcing each place to duplicate these defines/functions, split them out
of the smdc911x driver into a local header.
Signed-off-by: Mike Frysinger
CC: Sas
A forward port of the last version to work with the newer smc911x driver.
I only have a board with a LAN9218 part on it, so that is the only one
I've tested. But there isn't anything in this that would make it terribly
chip specific afaik.
Signed-off-by: Mike Frysinger
CC: Sascha Hauer
CC: Guen
On Friday 12 December 2008 00:53:36 Stefan Roese wrote:
> On Friday 12 December 2008, Wolfgang Denk wrote:
> > > btw, does nand_init() fall into the same category ? should i convert
> > > that to a "nand init" step ?
> >
> > Yes, it does.
> >
> > I'm not sure here, though. Many people seem to find
Hi,
I met a problem that can not use 'bl' instruction invoke the function that
implemented it in another file(use assemble or C language) with s3c2412 .
But if i put all function in one file , everything is ok .So i want to know
what happens here .
Hope get your help about this problem ?
Than
Hi,
Vanee S wrote:
> Hi,
> im new to uboot. i need to know what software are required to incorporate
> uboot for hardware based on ARM architecture. it would be great if i can get
> the step by step procedure to incorporate uboot. what is the use of ELDK?
If you only add a new board, this is very
Vanee S wrote:
> Hi,
> im new to uboot. i need to know what software are required to incorporate
> uboot for hardware based on ARM architecture. it would be great if i can get
> the step by step procedure to incorporate uboot.
Hi Vanee,
1) Use git to clone u-boot:
git clone git://git.denx.de/u
This fixes bugs in non-interupt timer code for IXP425
Fixed udelay() implementation to be more accurate.
The timing error of udelay() was caused by
too much looping overhead. The actual timing routine
was called repeatedly for each microsecond. When
bigger slices are used, it becomes more accurate
Dear "Vanee S",
In message <60e43c2d0812210753h36dc651ei97d32948a4c04...@mail.gmail.com> you
wrote:
>
> im new to uboot. i need to know what software are required to incorporate
> uboot for hardware based on ARM architecture. it would be great if i can get
> the step by step procedure to incorpo
Hi,
im new to uboot. i need to know what software are required to incorporate
uboot for hardware based on ARM architecture. it would be great if i can get
the step by step procedure to incorporate uboot. what is the use of ELDK?
what are the files that needs to be customized and how to get the
info
Dear Roman,
In message <40a670230812201748j4409f3ffwfaed5cea15663...@mail.gmail.com> you
wrote:
>
> I have a trouble defining a valid TEXT_BASE value. On my chip, after
> reset 0x0 and before remap points at NOR flash, RAM is mapped to
> 0x1000_. Therefore, U-Boot image should be linked to 0
10 matches
Mail list logo