aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2012-12-06x86: Increase the size of the phys_size_t and phys_addr_t typesGabe Black2-4/+6
2012-12-06x86: Import MSR/MTRR code from LinuxGraeme Russ3-0/+913
2012-12-06x86: Add basic cache operationsStefan Reinauer2-0/+121
2012-12-06x86: Add a CBMEM timestamp generated right before the kernel startup.Vadim Bendebury1-0/+1
2012-12-06x86: Enable coreboot timestamp facility support in u-boot.Vadim Bendebury1-0/+51
2012-12-06x86: Add function to read time stamp counterVadim Bendebury1-0/+12
2012-12-06x86: gpio: Add GPIO driver for Intel ICH6 and later.Bill Richardson1-0/+27
2012-11-30x86: Don't spam POST80 codes with slow IO functionsStefan Reinauer1-1/+1
2012-11-30x86: Include types.h explicitly in the i386 version of io.hGabe Black1-0/+2
2012-11-30x86: Add a default implementation for cleanup_before_linux()Gabe Black1-0/+1
2012-11-30x86: Add an fdt pointer to the global data structureGabe Black1-0/+1
2012-11-30x86: coreboot: Decode additional coreboot sysinfo tagsSimon Glass2-7/+101
2012-11-28x86: coreboot: Tell u-boot about PCI bus 0 when initializingGabe Black1-1/+1
2012-11-28x86: Add some missing includesGabe Black2-0/+5
2012-11-28x86: Add initial memory barrier macrosSimon Glass1-0/+8
2012-11-28x86: Add ilog2 to bitopsGraeme Russ1-0/+5
2012-11-28x86: Put global data on the stackGraeme Russ3-2/+1
2012-11-28x86: Forward declare gd_tGraeme Russ1-3/+5
2012-10-19x86: Change global data baudrate to intSimon Glass1-1/+1
2012-08-09global_data: unify global flag definesMike Frysinger1-13/+1
2012-05-15net: move bootfile init into eth_initializeMike Frysinger1-1/+0
2012-05-15net: punt bd->bi_ip_addrMike Frysinger2-2/+0
2012-01-04x86: Convert board_init_f_r to a processing loopGraeme Russ2-0/+38
2012-01-04x86: Split init functions out of board.cGraeme Russ2-0/+81
2012-01-04x86: Create weak init_cache() and default enable_caches() functionsGraeme Russ1-0/+1
2012-01-04x86: Use fs for global dataGraeme Russ3-7/+17
2012-01-04x86: Simplify Flash-to-RAM code execution transitionGraeme Russ1-0/+2
2012-01-04x86: Remove GDR related magic numbersGraeme Russ1-4/+19
2012-01-02x86: Import glibc memcpy implementationGraeme Russ1-1/+1
2011-12-19x86: Refactor the zboot innards so they can be reused with a vboot imageGabe Black1-3/+5
2011-12-19x86: Add support for booting Linux using the 32 bit boot protocolGabe Black1-2/+7
2011-12-19x86: Clean up the x86 zimage code in preparation to extend itGabe Black1-21/+0
2011-12-19x86: Import code from coreboot's libpayload to parse the coreboot tableGabe Black3-0/+341
2011-11-29x86: Import the glibc memset implementationGabe Black1-1/+1
2011-11-29x86: Misc PCI touchupsGraeme Russ1-1/+1
2011-11-29sc520: Create arch asm-offsetsGraeme Russ2-45/+0
2011-11-29x86: Punt cold- and warm-boot flagsGraeme Russ1-2/+0
2011-11-29cosmetic: checkpatch cleanup of arch/x86/lib/*.cGraeme Russ3-0/+15
2011-11-02x86: Remove the prototype for the unused function board_initGabe Black1-1/+0
2011-11-02x86: Rename include/asm/ic to include/asm/arch-sc520Graeme Russ3-0/+0
2011-10-23x86: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+35
2011-10-05image: push default arch values to arch headersMike Frysinger1-0/+3
2011-10-05console: Implement pre-console bufferGraeme Russ1-0/+3
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD11-11/+11
2011-08-01Unify timer_init() and cpu_init() prototypesWolfgang Denk1-1/+0
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams1-1/+1
2011-04-13x86: Rename i386 to x86Graeme Russ30-0/+2512