Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | sc520: Move RAM sizing code from asm to C | Graeme Russ | 2011-02-12 | -6/+0 |
| | ||||
* | eNET: General code cleanup | Graeme Russ | 2011-02-12 | -13/+4 |
| | ||||
* | eNET: Rearrange PAR assignments | Graeme Russ | 2011-02-12 | -15/+46 |
| | ||||
* | eNET: Define MMCR values in config.h | Graeme Russ | 2011-02-12 | -44/+60 |
| | ||||
* | eNET: Fix eNET Interrupt Setup for Linux | Graeme Russ | 2011-02-12 | -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 function | Graeme Russ | 2011-02-12 | -0/+9 |
| | ||||
* | x86: Make cpu init functions weak | Graeme Russ | 2011-02-12 | -22/+0 |
| | ||||
* | eNET: Implement eNET Watchdog | Graeme Russ | 2010-05-06 | -0/+45 |
| | | | | Signed-off-by: Graeme Russ <graeme.russ@gmail.com> | |||
* | eNET: Add PC/AT compatibility setup function | Graeme Russ | 2010-05-06 | -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) chips | Graeme Russ | 2010-05-06 | -0/+7 |
| | | | | Signed-off-by: Graeme Russ <graeme.russ@gmail.com> | |||
* | x86: Use CONFIG_SERIAL_MULTI | Graeme Russ | 2010-05-06 | -1/+2 |
| | | | | Signed-off-by: Graeme Russ <graeme.russ@gmail.com> | |||
* | x86: Fix MMCR Access | Graeme Russ | 2010-05-06 | -43/+43 |
| | | | | | | Change sc520 MMCR Access to use memory accessor functions Signed-off-by: Graeme Russ <graeme.russ@gmail.com> | |||
* | i386: Final Relocation | Graeme Russ | 2009-12-05 | -2/+9 |
| | | | | Signed-off-by: Graeme Russ <graeme.russ@gmail.com> | |||
* | i386: Replace [read, write]_mmcr_[byte, word, long] with memory mapped structure | Graeme Russ | 2009-09-04 | -43/+43 |
| | | | | Signed-off-by: Graeme Russ <graeme.russ@gmail.com> | |||
* | i386: Change inline asm global symbols to local | Graeme Russ | 2009-09-04 | -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 support | Graeme Russ | 2009-01-24 | -0/+167 |
Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |