aboutsummaryrefslogtreecommitdiff
path: root/include/asm-i386
AgeCommit message (Expand)AuthorFilesLines
2010-04-13Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser23-1940/+0
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2-3/+3
2009-12-05i386: Final RelocationGraeme Russ1-12/+2
2009-12-05i386: Move references to link script exportsGraeme Russ1-6/+0
2009-12-05i386: Rearrange Interupt HandlingGraeme Russ2-30/+0
2009-09-17Correct ffs/fls regression for PowerPC etcSimon Kagstrom1-1/+1
2009-09-15Define ffs/fls for all architecturesSimon Kagstrom1-0/+1
2009-09-04i386: Replace [read, write]_mmcr_[byte, word, long] with memory mapped structureGraeme Russ1-183/+234
2009-09-04i386: Add errno.hGraeme Russ1-0/+1
2009-03-20Implement SC520 timersGraeme Russ1-0/+7
2009-03-20Rewrite i386 interrupt handlingGraeme Russ2-2/+52
2009-03-20Move ali512x.hGraeme Russ1-54/+0
2009-03-20remove bi_enet*addr from global data for all archesMike Frysinger1-1/+0
2009-02-10Add an architecture specific config.h for common definesKumar Gala1-0/+24
2009-01-24Moved definition of set_vector() to new header fileGraeme Russ1-0/+29
2008-12-15Introduce virt_to_phys()Kumar Gala1-0/+5
2008-12-10Moved sc520 PCI definitions to stand-alone fileGraeme Russ2-22/+49
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-09Update i386 code (sc520_cdp)Graeme Russ5-5/+40
2008-09-06Allow console input to be disabledMark Jackson1-0/+1
2008-06-12Change bd/gd memsize/ram_size to be phys_size_t.Becky Bruce2-2/+2
2008-05-21Merge branch 'lwmon5' of /home/wd/git/u-boot/projectsWolfgang Denk1-0/+2
2008-05-21Big white-space cleanup.Wolfgang Denk1-195/+195
2008-05-20POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) wit...Yuri Tikhonov1-0/+1
2008-05-20POST: add POST_STOP flagYuri Tikhonov1-0/+1
2008-04-13Introduce phys_size_t and move phys_addr_t into asm/types.hKumar Gala2-2/+3
2008-03-26Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka1-1/+0
2008-03-18The patch introduces the CRITICAL feature of POST tests. If the test marked a...Yuri Tikhonov1-0/+1
2008-03-12Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz1-3/+3
2008-03-02Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit ta...Shinya Kuribayashi1-3/+3
2008-02-07[new uImage] Remove I386 uImage fake_header() routineMarian Balakowicz1-1/+0
2007-12-13Introduce map_physmem() and unmap_physmem()Haavard Skinnemoen1-0/+26
2007-02-21[PATCH v3] Add sync to ensure flash_write_cmd is fully finishedHaiying Wang1-0/+4
2005-11-25Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.hWolfgang Denk1-0/+7
2003-10-10Added config option CONFIG_SILENT_CONSOLE. See doc/README.silentLABEL_2003_10_10_1200wdenk1-0/+1
2003-07-24* Implement new mechanism to export U-Boot's functions to standalonewdenk1-0/+1
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk13-31/+26
2003-05-31* Patch by Marc Singer, 29 May 2003:LABEL_2003_05_31_2115wdenk8-15/+92
2003-03-12* Patch by Josef Wagner, 12 Mar 2003:wdenk1-3/+3
2002-11-19* Patch by Daniel Engström, 18 Nov 2002:wdenk2-7/+36
2002-11-18* Patch by Daniel Engström, 13 Nov 2002:LABEL_2002_11_18_0115wdenk18-0/+1667