summaryrefslogtreecommitdiff
path: root/board/eNET/eNET.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-15x86: Remove eNET boardsSimon Glass1-284/+0
These are no longer used and should be removed. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Graeme Russ <graeme.russ@gmail.com>
2012-04-01x86: Remove dead code in eNETSimon Glass1-5/+0
This avoids a compiler warning about unused variables. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-By: Graeme Russ <graeme.russ@gmail.com>
2011-11-29cosmetic: checkpatch cleanup of board/eNET/*.cGraeme Russ1-4/+4
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2011-11-02x86: Rename include/asm/ic to include/asm/arch-sc520Graeme Russ1-1/+1
Also include some trivial related cleanups
2011-04-08eNET: Fix undefined reference to `monitor_flash_len'Graeme Russ1-0/+2
commit cfbe861506e2dc3250ac99dc45bb3d1ac60f4857 removed the definition of monitor_flash_len from the eNET which was not picked up due to extensive use of the SRAM configuration target for testing Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2011-02-12sc520: Move RAM sizing code from asm to CGraeme Russ1-6/+0
2011-02-12eNET: General code cleanupGraeme Russ1-13/+4
2011-02-12eNET: Rearrange PAR assignmentsGraeme Russ1-15/+46
2011-02-12eNET: Define MMCR values in config.hGraeme Russ1-44/+60
2011-02-12eNET: Fix eNET Interrupt Setup for LinuxGraeme Russ1-6/+9
Fix minor issues with the configuration of the hardware interrupts for Linux when booting the eNET board
2011-02-12sc520: Move board specific settings to board init functionGraeme Russ1-0/+9
2011-02-12x86: Make cpu init functions weakGraeme Russ1-22/+0
2010-05-06eNET: Implement eNET WatchdogGraeme Russ1-0/+45
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2010-05-06eNET: Add PC/AT compatibility setup functionGraeme Russ1-0/+38
The eNET uses the sc520 software timers rather than the PC/AT clones Set all interrupts and timers up to be PC/AT compatible Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2010-05-06eNET: Add support for onboard RTL8100B (RTL8139) chipsGraeme Russ1-0/+7
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2010-05-06x86: Use CONFIG_SERIAL_MULTIGraeme Russ1-1/+2
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2010-05-06x86: Fix MMCR AccessGraeme Russ1-43/+43
Change sc520 MMCR Access to use memory accessor functions Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2009-12-05i386: Final RelocationGraeme Russ1-2/+9
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2009-09-04i386: Replace [read, write]_mmcr_[byte, word, long] with memory mapped structureGraeme Russ1-43/+43
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2009-09-04i386: Change inline asm global symbols to localGraeme Russ1-2/+2
gcc 4.3.2 optimiser creates multiple copies of inline asm (who knows why) Remove use of global names for labels to prevent 'symbol already defined' errors Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2009-01-24Added initial eNET board supportGraeme Russ1-0/+167
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>