aboutsummaryrefslogtreecommitdiff
path: root/board/eNET
AgeCommit message (Expand)AuthorFilesLines
2010-05-06eNET: Implement eNET WatchdogGraeme Russ2-0/+46
2010-05-06eNET: Add PC/AT compatibility setup functionGraeme Russ1-0/+38
2010-05-06eNET: Add support for onboard RTL8100B (RTL8139) chipsGraeme Russ1-0/+7
2010-05-06sc520: Board Specific PCI InitGraeme Russ1-0/+33
2010-05-06x86: Use CONFIG_SERIAL_MULTIGraeme Russ1-1/+2
2010-05-06x86: Add RAM bootstrap functionalityGraeme Russ2-6/+5
2010-05-06x86: Fix MMCR AccessGraeme Russ1-43/+43
2010-04-13Change directory-specific CFLAGS to use full pathPeter Tyser1-1/+1
2009-12-05i386: Final RelocationGraeme Russ3-9/+38
2009-12-05i386: Remove inline asm symbols from .dynsymGraeme Russ1-0/+2
2009-12-05i386: Fix link collisions resulting from gcc4.4.1 upgradeGraeme Russ1-0/+1
2009-12-05i386: Fix dlmalloc compile warningGraeme Russ1-0/+1
2009-09-04Add PCI support to eNET boardGraeme Russ2-0/+96
2009-09-04i386: Moved PCI from #ifdef to conditional compile for sc520 boardsGraeme Russ1-5/+5
2009-09-04i386: Replace [read, write]_mmcr_[byte, word, long] with memory mapped structureGraeme Russ1-43/+43
2009-09-04i386: Change inline asm global symbols to localGraeme Russ1-2/+2
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho1-1/+1
2009-01-24Renamed cpu/i386/reset.S to resetvec.SGraeme Russ1-3/+3
2009-01-24Added initial eNET board supportGraeme Russ7-0/+513