summaryrefslogtreecommitdiffstats
path: root/board/netstar/netstar.c
Commit message (Collapse)AuthorAgeFilesLines
* added boot script files to repositoryH. Nikolaus Schaller2012-03-261-129/+0
|
* Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI APIBen Warren2009-10-041-0/+12
| | | | | | | | | | | | | | All in-tree boards that use this controller have CONFIG_NET_MULTI added Also: - changed CONFIG_DRIVER_SMC91111 to CONFIG_SMC91111 - cleaned up line lengths - modified all boards that override weak function in this driver - modified all eeprom standalone apps to work with new driver - updated blackfin standalone EEPROM app after testing Signed-off-by: Ben Warren <biggerbadderben@gmail.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* arm: timer and interrupt init reworkJean-Christophe PLAGNIOL-VILLARD2009-06-121-1/+1
| | | | | | | | | | | | | | actually the timer init use the interrupt_init as init callback which make the interrupt and timer implementation difficult to follow so now rename it as int timer_init(void) and use interrupt_init for interrupt btw also remane the corresponding file to the functionnality implemented as ixp arch implement two timer - one based on interrupt - so all the timer related code is moved to timer.c Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* NetStar: fix NANDLadislav Michl2009-03-311-0/+36
| | | | | | | Fix NAND support broken during new NAND code merge. Move those few lines of code to board/netstar/netstar.c Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
* NetStar: add RTC supportLadislav Michl2009-03-291-0/+5
| | | | | | Add RTC support. Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
* NetStar: use generic flash driverLadislav Michl2009-03-291-0/+15
| | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
* [PATCH] Add some missing machtypes for netstar & voiceblue boardsStefan Roese2006-10-281-1/+1
| | | | | | | | Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of numbers in code. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Stefan Roese <sr@denx.de>
* Code cleanupWolfgang Denk2006-07-211-1/+0
|
* Update NetStar boardWolfgang Denk2006-07-211-5/+1
| | | | Patch by Ladislav Michl, 03 Nov 2005
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-4/+2
|
* Update of new NAND codeWolfgang Denk2005-09-141-0/+68
Patch by Ladislav Michl, 13 Sep 2005