9
0
Fork 0
Commit Graph

2613 Commits

Author SHA1 Message Date
Sascha Hauer dd2d2b96eb svn_rev_560 2007-07-05 18:02:05 +02:00
Sascha Hauer 645f6e1ebf svn_rev_559
unify help text style
2007-07-05 18:02:05 +02:00
Sascha Hauer 58f2f06794 svn_rev_558
unify menu style
2007-07-05 18:02:04 +02:00
Sascha Hauer 47c44edf23 svn_rev_557
coding style, tw
2007-07-05 18:02:04 +02:00
Sascha Hauer 9ccd3234cd svn_rev_556
unify help string style
2007-07-05 18:02:04 +02:00
Sascha Hauer 571c47bdc0 svn_rev_555
menu formatting
2007-07-05 18:02:04 +02:00
Sascha Hauer 49e96c684b svn_rev_554
added missing file
2007-07-05 18:02:04 +02:00
Sascha Hauer bec5e479b0 svn_rev_553
use version from toplevel makefile
2007-07-05 18:02:04 +02:00
Sascha Hauer c8808e6729 svn_rev_552
added
2007-07-05 18:02:04 +02:00
Sascha Hauer 361acf4413 svn_rev_551
linux->uboot
2007-07-05 18:02:04 +02:00
Sascha Hauer 09d1896bd0 svn_rev_550
linux->uboot
2007-07-05 18:02:04 +02:00
Sascha Hauer a128709409 svn_rev_549
linux->uboot
2007-07-05 18:02:04 +02:00
Sascha Hauer 1000b4cf80 svn_rev_548
make defconfig work
2007-07-05 18:02:04 +02:00
Sascha Hauer 7df26e6411 svn_rev_547
whitespace, coding style
2007-07-05 18:02:04 +02:00
Sascha Hauer d163b0dbd4 svn_rev_545
linux->uboot
2007-07-05 18:02:03 +02:00
Sascha Hauer e390c672eb svn_rev_544
make fs menuconfig
2007-07-05 18:02:03 +02:00
Sascha Hauer c44aac9f8c svn_rev_543
linux->uboot
2007-07-05 18:02:03 +02:00
Sascha Hauer 631a95903d svn_rev_542
linux->uboot
2007-07-05 18:02:03 +02:00
Sascha Hauer 7bdc5df792 svn_rev_541
linux->uboot
2007-07-05 18:02:03 +02:00
Sascha Hauer bdb7a3faba svn_rev_540
linux->uboot
2007-07-05 18:02:03 +02:00
Sascha Hauer ef67a9b4bb svn_rev_539
linux->uboot
2007-07-05 18:02:03 +02:00
Sascha Hauer 758a1107f8 svn_rev_538
several powerpc fixes
2007-07-05 18:02:03 +02:00
Sascha Hauer 6877b3bde7 svn_rev_537
remove unneeded file
2007-07-05 18:02:03 +02:00
Sascha Hauer 71ea782dcb svn_rev_536
add REV for phytec tiny board
2007-07-05 18:02:03 +02:00
Sascha Hauer 1dc8483ffa svn_rev_535 2007-07-05 18:02:03 +02:00
Sascha Hauer c5ba7e8aa3 svn_rev_534 2007-07-05 18:02:02 +02:00
Sascha Hauer 494c0b32c1 svn_rev_533
Comment out malloc_trim(). This functions gives back memory to the
system via negative calls to sbrk(). This is completely useless in
U-Boot since noone else could make use of this memory.
2007-07-05 18:02:02 +02:00
Sascha Hauer 614ff8b708 svn_rev_532
- Do not zero memory in mem_malloc_init because it takes
  a long time with big memory. Instead zero it when we actually
  need the memory.
- Add sbrk_no_zero() function to allocate memory without zeroing
  it. This is usefull for scratch mem devices which occupy large
  chunks of memory
2007-07-05 18:02:02 +02:00
Sascha Hauer 634b6ac8b9 svn_rev_531 2007-07-05 18:02:02 +02:00
Sascha Hauer d259b1dad0 svn_rev_530
remove linux/config.h
2007-07-05 18:02:02 +02:00
Sascha Hauer 29c960f52c svn_rev_529 2007-07-05 18:02:02 +02:00
Sascha Hauer 0cdad3e337 svn_rev_528 2007-07-05 18:02:02 +02:00
Sascha Hauer db17619e35 svn_rev_527 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 f1b8cfbd1d svn_rev_525
make default behaviour of consoles configurable
2007-07-05 18:02:01 +02:00
Sascha Hauer 30528be5fc svn_rev_524 2007-07-05 18:02:01 +02:00
Sascha Hauer 4cb9aa4176 svn_rev_523 2007-07-05 18:02:01 +02:00
Sascha Hauer ba737ad29e svn_rev_522 2007-07-05 18:02:01 +02:00
Sascha Hauer 10bf40f2ad svn_rev_521 2007-07-05 18:02:01 +02:00
Sascha Hauer 68ff191bbb svn_rev_520
add console
2007-07-05 18:02:01 +02:00
Sascha Hauer 7dde818528 svn_rev_519
set enet addr
2007-07-05 18:02:01 +02:00
Sascha Hauer a86991d5af svn_rev_518
add include
2007-07-05 18:02:00 +02:00
Sascha Hauer a2004912d3 svn_rev_517
fix comppiler warning
2007-07-05 18:02:00 +02:00
Sascha Hauer eb10c7406e svn_rev_516
remove CONFIG_TIMESTAMP (now in Kconfig)
2007-07-05 18:02:00 +02:00
Sascha Hauer bc688a5f0b svn_rev_515
remove start/end ifdef
2007-07-05 18:02:00 +02:00
Sascha Hauer 41efe3fc48 svn_rev_514
add includes
2007-07-05 18:02:00 +02:00
Sascha Hauer c9a137552e svn_rev_513
only compile firmware_sc_task_bestcomm.impl.o when needed, remove serial driver
2007-07-05 18:02:00 +02:00
Sascha Hauer 99aae72b1f svn_rev_512
U_BOOT_CMDS
2007-07-05 18:02:00 +02:00
Sascha Hauer e935d1a452 svn_rev_511 2007-07-05 18:02:00 +02:00
Sascha Hauer 84e84863d8 svn_rev_510 2007-07-05 18:02:00 +02:00