[U-Boot] [PATCH 1/2] smc911x: split out useful defines/functions into local header

2008-12-21 Thread Mike Frysinger
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

[U-Boot] [PATCH 2/2] smc911x_eeprom: new example app for managing newer SMC parts

2008-12-21 Thread Mike Frysinger
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

Re: [U-Boot] SATA/IDE/etc... init

2008-12-21 Thread Mike Frysinger
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

[U-Boot] Ask a question about compiler with u-boot?

2008-12-21 Thread peter meng
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

Re: [U-Boot] Reg. working with uboot

2008-12-21 Thread michael
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

Re: [U-Boot] Reg. working with uboot

2008-12-21 Thread Jerry Van Baren
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

Re: [U-Boot] [PATCH] IXP425: Fixing timer code Part 1/1

2008-12-21 Thread Stefan Althoefer
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

Re: [U-Boot] Reg. working with uboot

2008-12-21 Thread Wolfgang Denk
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

[U-Boot] Reg. working with uboot

2008-12-21 Thread Vanee S
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

Re: [U-Boot] ARM926EJ-S: defining TEXT_BASE

2008-12-21 Thread Wolfgang Denk
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