summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2014-01-25x86: delete unused header filesMasahiro Yamada1-193/+0
2013-11-08cosmetic: remove empty lines at the top of fileMasahiro Yamada1-1/+0
2013-08-19SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk2-44/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk21-337/+21
2013-06-26x86: Support tracing functionSimon Glass3-3/+4
2013-05-14x86: Support adding coreboot timestanps to bootstageSimon Glass1-0/+7
2013-05-14x86: Re-enable PCAT timer 2 for beepingSimon Glass1-0/+1
2013-05-14x86: Add TSC timerSimon Glass1-0/+2
2013-05-14x86: Implement panic output for corebootSimon Glass1-0/+1
2013-05-14x86: Remove legacy board init codeSimon Glass3-83/+0
2013-05-14x86: Remove unused bios/pci codeSimon Glass1-4/+0
2013-03-16x86: Enable generic boardSimon Glass1-0/+1
2013-03-16x86: Enable generic board supportSimon Glass1-0/+11
2013-03-16x86: Use sections header to obtain link symbolsSimon Glass1-9/+0
2013-03-16Change stub example to use asm-generic/sections.hSimon Glass1-3/+3
2013-03-16Introduce generic link section.h symbol filesSimon Glass1-0/+27
2013-03-05x86: Support relocation of FDT on start-upSimon Glass3-0/+4
2013-03-05x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass1-0/+1
2013-03-05x86: Permit bootstage and timer data to be used prior to relocationSimon Glass1-0/+3
2013-02-15x86: Remove unused real mode codeSimon Glass1-36/+0
2013-02-15x86: Remove sc520 cpuSimon Glass3-485/+0
2013-02-09Clean up libfdt.h includesGerald Van Baren1-2/+1
2013-02-08treewide: include libfdt_env.h before fdt.hKim Phillips1-0/+1
2013-02-04x86: Use generic global_dataSimon Glass1-34/+3
2013-02-02x86: Remove reset_status, relocoff from global_dataSimon Glass1-2/+0
2013-02-02x86: Move gd_addr into arch_global_dataSimon Glass1-2/+1
2013-02-02x86: Remove gdt_addr from arch_global_dataSimon Glass1-1/+0
2013-02-02Add architecture-specific global dataSimon Glass1-2/+8
2012-12-07x86: Remove video_init() prototype from u-boot-x86.hSimon Glass1-1/+0
2012-12-07x86: Add back cold- and warm-boot flagsGabe Black1-0/+6
2012-12-07x86: Initialise SPI if enabledGabe Black1-0/+1
2012-12-07x86: Increase the size of the phys_size_t and phys_addr_t typesGabe Black2-4/+6
2012-12-07x86: Import MSR/MTRR code from LinuxGraeme Russ3-0/+913
2012-12-07x86: Add basic cache operationsStefan Reinauer2-0/+121
2012-12-07x86: Add a CBMEM timestamp generated right before the kernel startup.Vadim Bendebury1-0/+1
2012-12-07x86: Enable coreboot timestamp facility support in u-boot.Vadim Bendebury1-0/+51
2012-12-07x86: Add function to read time stamp counterVadim Bendebury1-0/+12
2012-12-07x86: gpio: Add GPIO driver for Intel ICH6 and later.Bill Richardson1-0/+27
2012-12-01x86: Don't spam POST80 codes with slow IO functionsStefan Reinauer1-1/+1
2012-12-01x86: Include types.h explicitly in the i386 version of io.hGabe Black1-0/+2
2012-12-01x86: Add a default implementation for cleanup_before_linux()Gabe Black1-0/+1
2012-12-01x86: Add an fdt pointer to the global data structureGabe Black1-0/+1
2012-12-01x86: 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-20x86: Change global data baudrate to intSimon Glass1-1/+1