summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk2013-08-192-44/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2421-337/+21
* x86: Support tracing functionSimon Glass2013-06-263-3/+4
* x86: Support adding coreboot timestanps to bootstageSimon Glass2013-05-131-0/+7
* x86: Re-enable PCAT timer 2 for beepingSimon Glass2013-05-131-0/+1
* x86: Add TSC timerSimon Glass2013-05-131-0/+2
* x86: Implement panic output for corebootSimon Glass2013-05-131-0/+1
* x86: Remove legacy board init codeSimon Glass2013-05-133-83/+0
* x86: Remove unused bios/pci codeSimon Glass2013-05-131-4/+0
* x86: Enable generic boardSimon Glass2013-03-151-0/+1
* x86: Enable generic board supportSimon Glass2013-03-151-0/+11
* x86: Use sections header to obtain link symbolsSimon Glass2013-03-151-9/+0
* Change stub example to use asm-generic/sections.hSimon Glass2013-03-151-3/+3
* Introduce generic link section.h symbol filesSimon Glass2013-03-151-0/+27
* x86: Support relocation of FDT on start-upSimon Glass2013-03-043-0/+4
* x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass2013-03-041-0/+1
* x86: Permit bootstage and timer data to be used prior to relocationSimon Glass2013-03-041-0/+3
* x86: Remove unused real mode codeSimon Glass2013-02-141-36/+0
* x86: Remove sc520 cpuSimon Glass2013-02-143-485/+0
* Clean up libfdt.h includesGerald Van Baren2013-02-081-2/+1
* treewide: include libfdt_env.h before fdt.hKim Phillips2013-02-071-0/+1
* x86: Use generic global_dataSimon Glass2013-02-041-34/+3
* x86: Remove reset_status, relocoff from global_dataSimon Glass2013-02-011-2/+0
* x86: Move gd_addr into arch_global_dataSimon Glass2013-02-011-2/+1
* x86: Remove gdt_addr from arch_global_dataSimon Glass2013-02-011-1/+0
* Add architecture-specific global dataSimon Glass2013-02-011-2/+8
* x86: Remove video_init() prototype from u-boot-x86.hSimon Glass2012-12-061-1/+0
* x86: Add back cold- and warm-boot flagsGabe Black2012-12-061-0/+6
* x86: Initialise SPI if enabledGabe Black2012-12-061-0/+1
* x86: Increase the size of the phys_size_t and phys_addr_t typesGabe Black2012-12-062-4/+6
* x86: Import MSR/MTRR code from LinuxGraeme Russ2012-12-063-0/+913
* x86: Add basic cache operationsStefan Reinauer2012-12-062-0/+121
* x86: Add a CBMEM timestamp generated right before the kernel startup.Vadim Bendebury2012-12-061-0/+1
* x86: Enable coreboot timestamp facility support in u-boot.Vadim Bendebury2012-12-061-0/+51
* x86: Add function to read time stamp counterVadim Bendebury2012-12-061-0/+12
* x86: gpio: Add GPIO driver for Intel ICH6 and later.Bill Richardson2012-12-061-0/+27
* x86: Don't spam POST80 codes with slow IO functionsStefan Reinauer2012-11-301-1/+1
* x86: Include types.h explicitly in the i386 version of io.hGabe Black2012-11-301-0/+2
* x86: Add a default implementation for cleanup_before_linux()Gabe Black2012-11-301-0/+1
* x86: Add an fdt pointer to the global data structureGabe Black2012-11-301-0/+1
* x86: coreboot: Decode additional coreboot sysinfo tagsSimon Glass2012-11-302-7/+101
* x86: coreboot: Tell u-boot about PCI bus 0 when initializingGabe Black2012-11-281-1/+1
* x86: Add some missing includesGabe Black2012-11-282-0/+5
* x86: Add initial memory barrier macrosSimon Glass2012-11-281-0/+8
* x86: Add ilog2 to bitopsGraeme Russ2012-11-281-0/+5
* x86: Put global data on the stackGraeme Russ2012-11-283-2/+1
* x86: Forward declare gd_tGraeme Russ2012-11-281-3/+5
* x86: Change global data baudrate to intSimon Glass2012-10-191-1/+1
* global_data: unify global flag definesMike Frysinger2012-08-091-13/+1
* net: move bootfile init into eth_initializeMike Frysinger2012-05-151-1/+0
OpenPOWER on IntegriCloud