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