aboutsummaryrefslogtreecommitdiff
path: root/board/eNET
AgeCommit message (Expand)Author
2012-04-01x86: Remove dead code in eNETSimon Glass
2011-11-29sc520: Create arch asm-offsetsGraeme Russ
2011-11-29cosmetic: checkpatch cleanup of board/eNET/*.cGraeme Russ
2011-11-02x86: Rename include/asm/ic to include/asm/arch-sc520Graeme Russ
2011-10-15punt unused clean/distclean targetsMike Frysinger
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD
2011-04-13Merge branch 'master' of git://git.denx.de/u-boot-x86Graeme Russ
2011-04-13x86: Code cleanupGraeme Russ
2011-04-13eNET: Remove config.mkGraeme Russ
2011-04-08eNET: Fix undefined reference to `monitor_flash_len'Graeme Russ
2011-03-27Coding Style cleanup: remove trailing empty linesWolfgang Denk
2011-02-12sc520: Move RAM sizing code from asm to CGraeme Russ
2011-02-12eNET: General code cleanupGraeme Russ
2011-02-12eNET: Rearrange PAR assignmentsGraeme Russ
2011-02-12eNET: Define MMCR values in config.hGraeme Russ
2011-02-12eNET: Fix eNET Interrupt Setup for LinuxGraeme Russ
2011-02-12sc520: Move board specific settings to board init functionGraeme Russ
2011-02-12sc520: Define MMCR address in include fileGraeme Russ
2011-02-12x86: Make cpu init functions weakGraeme Russ
2011-02-12x86: Parametize values used in linker scriptGraeme Russ
2011-02-12eNET: Create distinct board configurationsGraeme Russ
2011-02-12x86: Align config.mk and linker scripts with other archesGraeme Russ
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier
2010-10-18Rename TEXT_BASE: fix merge conflictsWolfgang Denk
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk
2010-10-07x86: Use loops instead of memcpy/memset in board_init_fGraeme Russ
2010-10-07x86: Rearrange linker scriptGraeme Russ
2010-10-07x86: Rename linker script symbolsGraeme Russ
2010-10-07x86: Remove usage of %ebp as a return pointerGraeme Russ
2010-10-07x86: Remove progress indication in low-level initGraeme Russ
2010-10-07x86: use gc sections to reduce image sizeGraeme Russ
2010-10-07x86: Use TEXT_BASE in linker scriptsGraeme Russ
2010-05-06eNET: Implement eNET WatchdogGraeme Russ
2010-05-06eNET: Add PC/AT compatibility setup functionGraeme Russ
2010-05-06eNET: Add support for onboard RTL8100B (RTL8139) chipsGraeme Russ
2010-05-06sc520: Board Specific PCI InitGraeme Russ
2010-05-06x86: Use CONFIG_SERIAL_MULTIGraeme Russ
2010-05-06x86: Add RAM bootstrap functionalityGraeme Russ
2010-05-06x86: Fix MMCR AccessGraeme Russ
2010-04-13Change directory-specific CFLAGS to use full pathPeter Tyser
2009-12-05i386: Final RelocationGraeme Russ
2009-12-05i386: Remove inline asm symbols from .dynsymGraeme Russ
2009-12-05i386: Fix link collisions resulting from gcc4.4.1 upgradeGraeme Russ
2009-12-05i386: Fix dlmalloc compile warningGraeme Russ
2009-09-04Add PCI support to eNET boardGraeme Russ
2009-09-04i386: Moved PCI from #ifdef to conditional compile for sc520 boardsGraeme Russ
2009-09-04i386: Replace [read, write]_mmcr_[byte, word, long] with memory mapped structureGraeme Russ
2009-09-04i386: Change inline asm global symbols to localGraeme Russ
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho
2009-01-24Renamed cpu/i386/reset.S to resetvec.SGraeme Russ