aboutsummaryrefslogtreecommitdiff
path: root/board/eNET
AgeCommit message (Expand)AuthorFilesLines
2011-11-29sc520: Create arch asm-offsetsGraeme Russ1-2/+3
2011-11-29cosmetic: checkpatch cleanup of board/eNET/*.cGraeme Russ2-14/+13
2011-11-02x86: Rename include/asm/ic to include/asm/arch-sc520Graeme Russ3-5/+3
2011-10-15punt unused clean/distclean targetsMike Frysinger1-6/+0
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD2-2/+2
2011-04-13Merge branch 'master' of git://git.denx.de/u-boot-x86Graeme Russ1-0/+2
2011-04-13x86: Code cleanupGraeme Russ1-3/+4
2011-04-13eNET: Remove config.mkGraeme Russ1-24/+0
2011-04-08eNET: Fix undefined reference to `monitor_flash_len'Graeme Russ1-0/+2
2011-03-27Coding Style cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2011-02-12sc520: Move RAM sizing code from asm to CGraeme Russ2-11/+0
2011-02-12eNET: General code cleanupGraeme Russ2-20/+4
2011-02-12eNET: Rearrange PAR assignmentsGraeme Russ1-15/+46
2011-02-12eNET: Define MMCR values in config.hGraeme Russ2-46/+63
2011-02-12eNET: Fix eNET Interrupt Setup for LinuxGraeme Russ1-6/+9
2011-02-12sc520: Move board specific settings to board init functionGraeme Russ1-0/+9
2011-02-12sc520: Define MMCR address in include fileGraeme Russ1-3/+4
2011-02-12x86: Make cpu init functions weakGraeme Russ1-22/+0
2011-02-12x86: Parametize values used in linker scriptGraeme Russ1-0/+1
2011-02-12eNET: Create distinct board configurationsGraeme Russ1-1/+0
2011-02-12x86: Align config.mk and linker scripts with other archesGraeme Russ2-108/+0
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-18Rename TEXT_BASE: fix merge conflictsWolfgang Denk1-4/+4
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-1/+1
2010-10-07x86: Use loops instead of memcpy/memset in board_init_fGraeme Russ1-1/+2
2010-10-07x86: Rearrange linker scriptGraeme Russ1-21/+18
2010-10-07x86: Rename linker script symbolsGraeme Russ1-12/+9
2010-10-07x86: Remove usage of %ebp as a return pointerGraeme Russ2-3/+2
2010-10-07x86: Remove progress indication in low-level initGraeme Russ1-12/+0
2010-10-07x86: use gc sections to reduce image sizeGraeme Russ1-5/+5
2010-10-07x86: Use TEXT_BASE in linker scriptsGraeme Russ1-4/+4
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