summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86: Add quick TSC calibration via PITBin Meng2014-11-211-0/+3
* x86: Do CPU identification in the early phaseBin Meng2014-11-212-4/+169
* x86: Save the BIST value on resetSimon Glass2014-11-211-0/+1
* x86: Fix up some missing prototypesSimon Glass2014-11-211-0/+9
* x86: Use the standard arch_cpu_init() functionSimon Glass2014-11-211-0/+1
* x86: Use the standard dram_init() functionSimon Glass2014-11-211-2/+2
* x86: Move kernel boot function to arch/x86/lib/bootm.cSimon Glass2014-10-282-3/+17
* x86: Add support for starting 64-bit kernelSimon Glass2014-10-281-0/+26
* x86: Display basic CPU information on bootSimon Glass2014-10-281-0/+7
* x86: Bring in msr-index.h from linux 3.8Simon Glass2014-10-281-2/+106
* x86: Move paging functions into cpu.cSimon Glass2014-10-281-0/+22
* Provide option to avoid defining a custom version of uintptr_t.Gabe Black2014-10-271-0/+5
* dm: x86: Convert coreboot serial to use driver modelSimon Glass2014-10-231-10/+0
* dm: x86: Add a gpio header for corebootSimon Glass2014-10-232-0/+16
* kconfig: move CONFIG_USE_PRIVATE_LIBGCC to KconfigMasahiro Yamada2014-10-231-2/+0
* x86: set CONFIG_USE_PRIVATE_LIBGCC to yMasahiro Yamada2014-10-231-0/+2
* x86: Rewrite bootm.c to make it similar to ARMSimon Glass2014-10-221-0/+12
* x86: Enable LMB and RAMDISK_HIGH by defaultSimon Glass2014-10-221-0/+3
* x86: delete unused header filesMasahiro Yamada2014-01-241-193/+0
* cosmetic: remove empty lines at the top of fileMasahiro Yamada2013-11-081-1/+0
* 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
OpenPOWER on IntegriCloud