summaryrefslogtreecommitdiff
path: root/cpu/i386
AgeCommit message (Expand)AuthorFilesLines
2009-09-04i386: Replace [read, write]_mmcr_[byte, word, long] with memory mapped structureGraeme Russ4-117/+79
2009-09-04i386: Misc PCI fixupsGraeme Russ1-1/+1
2009-09-04Fix sc520 timer interrupt generationGraeme Russ1-3/+3
2009-09-04i386: Change inline asm global symbols to localGraeme Russ1-2/+2
2009-08-10Dual-license IBM code contributionsJosh Boyer1-0/+3
2009-03-21Add basic relocation to i386 portGraeme Russ2-2/+43
2009-03-21Implement SC520 timersGraeme Russ3-243/+41
2009-03-21Factor out SC520 sub-featuresGraeme Russ5-277/+340
2009-03-21Rewrite i386 interrupt handlingGraeme Russ4-419/+238
2009-03-21Rename SC520 Configuration OptionsGraeme Russ2-4/+4
2009-02-25Moved SC520 Files (fix commit 407976185e0dda2c90e89027121a1071b9c77bfb)Graeme Russ4-5/+53
2009-02-08pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarityKumar Gala1-1/+1
2009-01-24Remove #ifdef CONFIG_SC520 in source codeGraeme Russ1-4/+0
2009-01-24Added MMCR reset functionalityGraeme Russ1-0/+10
2009-01-24Moved generic (triple fault) reset codeGraeme Russ2-16/+17
2009-01-24Moved definition of set_vector() to new header fileGraeme Russ1-1/+2
2009-01-24Renamed cpu/i386/reset.S to resetvec.SGraeme Russ2-2/+2
2008-12-10Fixed path to sc520 SSI include fileGraeme Russ1-1/+1
2008-10-28i386: Renamed show_boot_progress in assembler codeGraeme Russ1-10/+10
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD5-17/+17
2008-07-14cpu/i386/serial.c: Fix syntax errorsWolfgang Denk1-2/+2
2008-05-21Big white-space cleanup.Wolfgang Denk4-52/+52
2008-05-19i386: Fix multiple definitions of __show_boot_progressJean-Christophe PLAGNIOL-VILLARD1-10/+10
2007-07-10cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-10cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-1/+1
2007-07-04cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2007-05-16Fixes bug clearing the bss section for i386mushtaq khan1-1/+1
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-10-09Coding style cleanupWolfgang Denk1-1/+1
2006-09-04Merge with /home/m8/git/u-bootWolfgang Denk1-8/+15
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-8/+15
2006-08-27Code cleanupWolfgang Denk2-7/+7
2006-08-15Update for SC520 board.Wolfgang Denk2-7/+65
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2-11/+4
2005-04-03Patch by Steven Scholz, 25 Oct 2004:wdenk1-2/+0
2004-03-15Code cleanup; make several boards compile & link.wdenk1-5/+5
2003-07-25* Implement new mechanism to export U-Boot's functions to standalonewdenk1-27/+0
2003-06-28* Code cleanup:wdenk11-539/+530
2003-05-31* Patch by Marc Singer, 29 May 2003:wdenk8-109/+1177
2002-11-18* Patch by Daniel Engström, 13 Nov 2002:wdenk9-0/+1733