summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2013-03-15x86: Enable generic boardSimon Glass
2013-03-15x86: Enable generic board supportSimon Glass
2013-03-15x86: Use sections header to obtain link symbolsSimon Glass
2013-03-15Change stub example to use asm-generic/sections.hSimon Glass
2013-03-15Introduce generic link section.h symbol filesSimon Glass
2013-03-04x86: Support relocation of FDT on start-upSimon Glass
2013-03-04x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass
2013-03-04x86: Permit bootstage and timer data to be used prior to relocationSimon Glass
2013-02-14x86: Remove unused real mode codeSimon Glass
2013-02-14x86: Remove sc520 cpuSimon Glass
2013-02-08Clean up libfdt.h includesGerald Van Baren
2013-02-07treewide: 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-02x86: Import glibc memcpy implementationGraeme Russ
2011-12-19x86: Refactor the zboot innards so they can be reused with a vboot imageGabe Black