summaryrefslogtreecommitdiffstats
path: root/board/eNET/eNET.c
Commit message (Collapse)AuthorAgeFilesLines
* x86: Remove dead code in eNETSimon Glass2012-04-011-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>
* cosmetic: checkpatch cleanup of board/eNET/*.cGraeme Russ2011-11-291-4/+4
| | | | Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
* x86: Rename include/asm/ic to include/asm/arch-sc520Graeme Russ2011-11-021-1/+1
| | | Also include some trivial related cleanups
* eNET: Fix undefined reference to `monitor_flash_len'Graeme Russ2011-04-081-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>
* sc520: Move RAM sizing code from asm to CGraeme Russ2011-02-121-6/+0
|
* eNET: General code cleanupGraeme Russ2011-02-121-13/+4
|
* eNET: Rearrange PAR assignmentsGraeme Russ2011-02-121-15/+46
|
* eNET: Define MMCR values in config.hGraeme Russ2011-02-121-44/+60
|
* eNET: Fix eNET Interrupt Setup for LinuxGraeme Russ2011-02-121-6/+9
| | | | | Fix minor issues with the configuration of the hardware interrupts for Linux when booting the eNET board
* sc520: Move board specific settings to board init functionGraeme Russ2011-02-121-0/+9
|
* x86: Make cpu init functions weakGraeme Russ2011-02-121-22/+0
|
* eNET: Implement eNET WatchdogGraeme Russ2010-05-061-0/+45
| | | | Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
* eNET: Add PC/AT compatibility setup functionGraeme Russ2010-05-061-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>
* eNET: Add support for onboard RTL8100B (RTL8139) chipsGraeme Russ2010-05-061-0/+7
| | | | Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
* x86: Use CONFIG_SERIAL_MULTIGraeme Russ2010-05-061-1/+2
| | | | Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
* x86: Fix MMCR AccessGraeme Russ2010-05-061-43/+43
| | | | | | Change sc520 MMCR Access to use memory accessor functions Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
* i386: Final RelocationGraeme Russ2009-12-051-2/+9
| | | | Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
* i386: Replace [read, write]_mmcr_[byte, word, long] with memory mapped structureGraeme Russ2009-09-041-43/+43
| | | | Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
* i386: Change inline asm global symbols to localGraeme Russ2009-09-041-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>
* Added initial eNET board supportGraeme Russ2009-01-241-0/+167
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
OpenPOWER on IntegriCloud