9
0
Fork 0
Commit Graph

404 Commits

Author SHA1 Message Date
Sascha Hauer 59432c41ce add blackfin network driver 2007-09-11 10:16:37 +02:00
Sascha Hauer 50a6dc9359 add blackfin serial driver 2007-09-11 10:16:13 +02:00
Sascha Hauer 6402a7d5b7 dm9000.c: return -0 -> return 0 2007-09-11 10:10:09 +02:00
Sascha Hauer 9a68d98b6a add Hilscher netx serial driver 2007-09-05 12:54:14 +02:00
Sascha Hauer 4b72bf8449 add hilscher netx ethernet driver 2007-09-05 12:53:50 +02:00
Sascha Hauer 056a695c15 implement flash protection 2007-07-16 10:29:28 +02:00
Sascha Hauer 665291e693 implement memmap().
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
2007-07-15 13:50:04 +02:00
Sascha Hauer 9b3761c445 whitespace cleanup 2007-07-15 13:46:45 +02:00
Sascha Hauer 149d273b80 add early console for mpc5200 2007-07-12 09:31:07 +02:00
Sascha Hauer e054dd9ee4 do loadtask in ethernet driver 2007-07-12 09:22:25 +02:00
Sascha Hauer c3243cfb03 use debug macro, some beautification 2007-07-05 21:47:48 +02:00
Sascha Hauer 30433b4db9 move gpio setup functions to board code 2007-07-05 21:44:39 +02:00
Sascha Hauer 75a10b942c svn_rev_706
add file headers
2007-07-05 18:02:19 +02:00
Sascha Hauer a107b04b30 svn_rev_698
add dummy init function
2007-07-05 18:02:18 +02:00
Sascha Hauer d07a1b08f6 svn_rev_697
use xzalloc
2007-07-05 18:02:18 +02:00
Sascha Hauer e74a1633aa svn_rev_686
implement console baudrate switching
2007-07-05 18:02:17 +02:00
Sascha Hauer 98432d3925 svn_rev_683
more cleanups, fix compiler warnings
2007-07-05 18:02:16 +02:00
Sascha Hauer f59546b79b svn_rev_675
move serial and network drivers from cpu/ to drivers/
2007-07-05 18:02:15 +02:00
Sascha Hauer 2ae203a52e svn_rev_659
remove ns7520 files. They are completely unused even in original u-boot
2007-07-05 18:02:14 +02:00
Sascha Hauer b2c5310d4d svn_rev_653
restructure tree, add reginfo command
2007-07-05 18:02:14 +02:00
Sascha Hauer 83e882ab00 svn_rev_628 2007-07-05 18:02:11 +02:00
Sascha Hauer 840a277e9f svn_rev_627 2007-07-05 18:02:11 +02:00
Sascha Hauer 0a95963207 svn_rev_626
use generic phy
2007-07-05 18:02:11 +02:00
Sascha Hauer 6834609691 svn_rev_593
intrduce get_clock_* functions
2007-07-05 18:02:08 +02:00
Sascha Hauer 79928fb1d5 svn_rev_591
moved
2007-07-05 18:02:08 +02:00
Sascha Hauer 9ff9f6a5ef svn_rev_579
miiphy
2007-07-05 18:02:06 +02:00
Sascha Hauer 955ed9aae1 svn_rev_573
cleanups, generic phy support
2007-07-05 18:02:06 +02:00
Sascha Hauer 14edc91f97 svn_rev_572
add miiphy support
2007-07-05 18:02:06 +02:00
Sascha Hauer 4f0d6f9b82 svn_rev_564
remove debug output
2007-07-05 18:02:05 +02:00
Sascha Hauer 58c95d74ad svn_rev_563
unify menu style
2007-07-05 18:02:05 +02:00
Sascha Hauer a640080692 svn_rev_562
unify menu style
2007-07-05 18:02:05 +02:00
Sascha Hauer 634b6ac8b9 svn_rev_531 2007-07-05 18:02:02 +02:00
Sascha Hauer 36a60cf92b svn_rev_526
CFG_CACHELINESIZE -> CONFIG_CACHELINE_SIZE
2007-07-05 18:02:01 +02:00
Sascha Hauer 84e84863d8 svn_rev_510 2007-07-05 18:02:00 +02:00
Sascha Hauer 737bf296b5 svn_rev_509
make console driver for mpc5xxx work
2007-07-05 18:02:00 +02:00
Sascha Hauer 998a23e50d svn_rev_508
put driver back into business
2007-07-05 18:02:00 +02:00
Sascha Hauer 5b91878e18 svn_rev_507
moved
2007-07-05 18:02:00 +02:00
Sascha Hauer e47684d5f5 svn_rev_505 2007-07-05 18:01:59 +02:00
Sascha Hauer fa668fe184 svn_rev_502
complete multiple console support
2007-07-05 18:01:59 +02:00
Sascha Hauer 5735a34478 svn_rev_501
move linux_console driver to drivers/serial
2007-07-05 18:01:59 +02:00
Sascha Hauer 12eb42a6f9 svn_rev_485
serial driver cleanup
2007-07-05 18:01:58 +02:00
Sascha Hauer de9740e6a6 svn_rev_484
moved
2007-07-05 18:01:58 +02:00
Sascha Hauer a042aaae0a svn_rev_451 2007-07-05 18:01:55 +02:00
Sascha Hauer 041c5e8b13 svn_rev_450
do autongotiation on probe and not on open, so this is done
when we actually need the phy.
We do not disable the phy now, that's not good. But at least
networking is much more responsive now.
2007-07-05 18:01:55 +02:00
Sascha Hauer 07045831cd svn_rev_430 2007-07-05 18:01:53 +02:00
Sascha Hauer a45e1af152 svn_rev_426 2007-07-05 18:01:52 +02:00
Sascha Hauer 205b6b6861 svn_rev_402
oh man
2007-07-05 18:01:50 +02:00
Sascha Hauer 4320cc59b5 svn_rev_376
remove unnecessary include
2007-07-05 18:01:48 +02:00
Sascha Hauer 16f84e8220 svn_rev_356 2007-07-05 18:01:46 +02:00
Sascha Hauer 9abd215912 svn_rev_352 2007-07-05 18:01:46 +02:00