summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
* adding first clean mx27 only fec driverJuergen Beisert2007-11-084-1/+997
|
* new revision, no volatile any moreJuergen Beisert2007-11-052-313/+388
|
* integrating sha's changes into jbe's branchJuergen Beisert2007-11-053-143/+215
|
* NAND support work in progresssascha2007-10-206-889/+501
|
* noisy supportJuergen Beisert2007-10-181-1/+5
|
* Merge octopus:/home/git/projects/u-boot-v2sascha2007-10-181-2/+5
|\
| * make it work with all current CPUsJuergen Beisert2007-10-181-2/+5
| |
* | change functions containing 'mac' or 'enet' in its name to 'ethaddr'.sascha2007-10-186-26/+26
|/ | | | change the parameter name for ethernet devices to 'ethaddr' aswell.
* adding i.MX31 CPU supportJuergen Beisert2007-10-171-4/+15
|
* add default for case to avoid compiler warningsascha2007-10-161-1/+4
|
* move dm9000 specific stuff to platform_datasascha2007-10-162-249/+241
|
* add NAND to KconfigSascha Hauer2007-10-151-0/+3
|
* add NAND to MakefileSascha Hauer2007-10-151-0/+1
|
* make NAND support compileSascha Hauer2007-10-155-37/+49
|
* add NAND Flash support. Initial import from u-boot-1.2.0Sascha Hauer2007-10-128-0/+6810
|
* remove hardcoded regsiter base addressesSascha Hauer2007-10-092-16/+17
|
* make real code visible between debug codeSascha Hauer2007-10-091-70/+29
|
* remove decorationSascha Hauer2007-10-091-35/+7
|
* reorder functions to get rid of static function declarationsSascha Hauer2007-10-091-81/+78
|
* add some register bitmask values from the linux kernelSascha Hauer2007-10-092-3/+44
|
* serial_imx.c: now works on i.MX27Sascha Hauer2007-10-091-7/+37
|
* re-enable uart initializationSascha Hauer2007-10-081-46/+131
|
* blackfin serial driver: round clock divisor valuesSascha Hauer2007-10-041-1/+1
|
* consolidate some printf() into one to safe spaceSascha Hauer2007-10-011-4/+5
|
* declare lots of functions staticSascha Hauer2007-09-281-17/+21
|
* remove unused includesSascha Hauer2007-09-211-7/+6
|
* remove unported includes and driversSascha Hauer2007-09-2160-28880/+0
|
* remove usb/, i2c/ and video/ directoriesSascha Hauer2007-09-212-5/+0
|
* remove unused driversSascha Hauer2007-09-21164-103411/+0
|
* - putc is now putchar for better standard conformitySascha Hauer2007-09-211-4/+4
| | | | - make printf return int
* - coding styleSascha Hauer2007-09-121-29/+45
| | | | | - turn endless loop into timeout loop - remove preliminary debug crap
* use timeout loop instead of udelay/counter combinationSascha Hauer2007-09-111-5/+4
|
* add blackfin network driverSascha Hauer2007-09-113-0/+752
|
* add blackfin serial driverSascha Hauer2007-09-115-273/+152
|
* dm9000.c: return -0 -> return 0Sascha Hauer2007-09-111-1/+1
|
* add Hilscher netx serial driverSascha Hauer2007-09-053-0/+181
|
* add hilscher netx ethernet driverSascha Hauer2007-09-053-0/+297
|
* implement flash protectionSascha Hauer2007-07-161-9/+23
|
* implement memmap().Sascha Hauer2007-07-151-0/+1
| | | | | | With this function we can get a pointer to directly memory mapped devices like nor flash or RAM. Useful for bootm where we save one memcopy when the image is mappable
* whitespace cleanupSascha Hauer2007-07-151-39/+39
|
* add early console for mpc5200Sascha Hauer2007-07-121-13/+52
|
* do loadtask in ethernet driverSascha Hauer2007-07-121-2/+2
|
* use debug macro, some beautificationSascha Hauer2007-07-051-77/+74
|
* move gpio setup functions to board codeSascha Hauer2007-07-051-7/+0
|
* svn_rev_706Sascha Hauer2007-07-053-0/+66
| | | | add file headers
* svn_rev_698Sascha Hauer2007-07-051-0/+1
| | | | add dummy init function
* svn_rev_697Sascha Hauer2007-07-051-1/+2
| | | | use xzalloc
* svn_rev_686Sascha Hauer2007-07-051-13/+8
| | | | implement console baudrate switching
* svn_rev_683Sascha Hauer2007-07-052-2/+1
| | | | more cleanups, fix compiler warnings
* svn_rev_675Sascha Hauer2007-07-0526-0/+7171
| | | | move serial and network drivers from cpu/ to drivers/