summaryrefslogtreecommitdiff
path: root/include/asm-i386
Commit message (Expand)AuthorAgeLines
* Correct ffs/fls regression for PowerPC etcSimon Kagstrom2009-09-17-1/+1
* Define ffs/fls for all architecturesSimon Kagstrom2009-09-15-0/+1
* i386: Replace [read, write]_mmcr_[byte, word, long] with memory mapped structureGraeme Russ2009-09-04-183/+234
* i386: Add errno.hGraeme Russ2009-09-04-0/+1
* Implement SC520 timersGraeme Russ2009-03-20-0/+7
* Rewrite i386 interrupt handlingGraeme Russ2009-03-20-2/+52
* Move ali512x.hGraeme Russ2009-03-20-54/+0
* remove bi_enet*addr from global data for all archesMike Frysinger2009-03-20-1/+0
* Add an architecture specific config.h for common definesKumar Gala2009-02-10-0/+24
* Moved definition of set_vector() to new header fileGraeme Russ2009-01-24-0/+29
* Introduce virt_to_phys()Kumar Gala2008-12-15-0/+5
* Moved sc520 PCI definitions to stand-alone fileGraeme Russ2008-12-10-22/+49
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-1/+1
* Update i386 code (sc520_cdp)Graeme Russ2008-09-09-5/+40
* Allow console input to be disabledMark Jackson2008-09-06-0/+1
* Change bd/gd memsize/ram_size to be phys_size_t.Becky Bruce2008-06-12-2/+2
* Merge branch 'lwmon5' of /home/wd/git/u-boot/projectsWolfgang Denk2008-05-21-0/+2
|\
| * POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) wit...Yuri Tikhonov2008-05-20-0/+1
| * POST: add POST_STOP flagYuri Tikhonov2008-05-20-0/+1
* | Big white-space cleanup.Wolfgang Denk2008-05-21-195/+195
|/
* Introduce phys_size_t and move phys_addr_t into asm/types.hKumar Gala2008-04-13-2/+3
* Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka2008-03-26-1/+0
|\
| * Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz2008-03-12-3/+3
| |\
| * | [new uImage] Remove I386 uImage fake_header() routineMarian Balakowicz2008-02-07-1/+0
* | | The patch introduces the CRITICAL feature of POST tests. If the test marked a...Yuri Tikhonov2008-03-18-0/+1
| |/ |/|
* | Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit ta...Shinya Kuribayashi2008-03-02-3/+3
|/
* Introduce map_physmem() and unmap_physmem()Haavard Skinnemoen2007-12-13-0/+26
* [PATCH v3] Add sync to ensure flash_write_cmd is fully finishedHaiying Wang2007-02-21-0/+4
* Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.hWolfgang Denk2005-11-25-0/+7
* Added config option CONFIG_SILENT_CONSOLE. See doc/README.silentwdenk2003-10-10-0/+1
* * Implement new mechanism to export U-Boot's functions to standalonewdenk2003-07-24-0/+1
* * Code cleanup:wdenk2003-06-27-31/+26
* * Patch by Marc Singer, 29 May 2003:wdenk2003-05-31-15/+92
* * Patch by Josef Wagner, 12 Mar 2003:wdenk2003-03-12-3/+3
* * Patch by Daniel Engström, 18 Nov 2002:wdenk2002-11-19-7/+36
* * Patch by Daniel Engström, 13 Nov 2002:wdenk2002-11-18-0/+1667