summaryrefslogtreecommitdiff
path: root/board/v38b
AgeCommit message (Collapse)Author
2006-12-28Few V38B changes:Bartlomiej Sieka
- fix a typo in V38B config file - move watchdog initialisation earlier in the boot process - add "wdt=off" to default kernel command line (disables kernel watchdog)
2006-11-01Finish up support for MarelV38B boardBartlomiej Sieka
- add watchdog support - enable GPIO_WKUP_7 pin for input - code cleanup
2006-11-01- Fix issues related to the use of ELDK 4 when compiling for MarelV38B:Bartlomiej Sieka
* remove warnings when compiling ethaddr.c * adjust linker script (fixes a crash resulting from incorrect definition of __u_boot_cmd_start) - Some MarelV38B code cleanup.
2006-10-27Fix "ar" flags in some Makefiles to allow for silent "make -s"Wolfgang Denk
2006-10-18Coding Style cleanup.Wolfgang Denk
2006-10-13Preliminary patch adding support for the MarelV38B board.Bartlomiej Sieka