summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2013-02-15x86: Remove unused real mode codeSimon Glass
2013-02-15x86: Remove sc520 cpuSimon Glass
2013-02-09Clean up libfdt.h includesGerald Van Baren
2013-02-08treewide: include libfdt_env.h before fdt.hKim Phillips
2013-02-04x86: Use generic global_dataSimon Glass
2013-02-01x86: Remove reset_status, relocoff from global_dataSimon Glass
2013-02-01x86: Move gd_addr into arch_global_dataSimon Glass
2013-02-01x86: Remove gdt_addr from arch_global_dataSimon Glass
2013-02-01Add architecture-specific global dataSimon Glass
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-01x86: 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