summaryrefslogtreecommitdiff
path: root/arch/x86/include
Commit message (Expand)AuthorAgeLines
* x86: Move kernel boot function to arch/x86/lib/bootm.cSimon Glass2014-10-28-3/+17
* x86: Add support for starting 64-bit kernelSimon Glass2014-10-28-0/+26
* x86: Display basic CPU information on bootSimon Glass2014-10-28-0/+7
* x86: Bring in msr-index.h from linux 3.8Simon Glass2014-10-28-2/+106
* x86: Move paging functions into cpu.cSimon Glass2014-10-28-0/+22
* Provide option to avoid defining a custom version of uintptr_t.Gabe Black2014-10-27-0/+5
* dm: x86: Convert coreboot serial to use driver modelSimon Glass2014-10-23-10/+0
* dm: x86: Add a gpio header for corebootSimon Glass2014-10-23-0/+16
* kconfig: move CONFIG_USE_PRIVATE_LIBGCC to KconfigMasahiro Yamada2014-10-23-2/+0
* x86: set CONFIG_USE_PRIVATE_LIBGCC to yMasahiro Yamada2014-10-23-0/+2
* x86: Rewrite bootm.c to make it similar to ARMSimon Glass2014-10-22-0/+12
* x86: Enable LMB and RAMDISK_HIGH by defaultSimon Glass2014-10-22-0/+3
* x86: delete unused header filesMasahiro Yamada2014-01-24-193/+0
* cosmetic: remove empty lines at the top of fileMasahiro Yamada2013-11-08-1/+0
* SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk2013-08-19-44/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-337/+21
* x86: Support tracing functionSimon Glass2013-06-26-3/+4
* x86: Support adding coreboot timestanps to bootstageSimon Glass2013-05-13-0/+7
* x86: Re-enable PCAT timer 2 for beepingSimon Glass2013-05-13-0/+1
* x86: Add TSC timerSimon Glass2013-05-13-0/+2
* x86: Implement panic output for corebootSimon Glass2013-05-13-0/+1
* x86: Remove legacy board init codeSimon Glass2013-05-13-83/+0
* x86: Remove unused bios/pci codeSimon Glass2013-05-13-4/+0
* x86: Enable generic boardSimon Glass2013-03-15-0/+1
* x86: Enable generic board supportSimon Glass2013-03-15-0/+11
* x86: Use sections header to obtain link symbolsSimon Glass2013-03-15-9/+0
* Change stub example to use asm-generic/sections.hSimon Glass2013-03-15-3/+3
* Introduce generic link section.h symbol filesSimon Glass2013-03-15-0/+27
* x86: Support relocation of FDT on start-upSimon Glass2013-03-04-0/+4
* x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass2013-03-04-0/+1
* x86: Permit bootstage and timer data to be used prior to relocationSimon Glass2013-03-04-0/+3
* x86: Remove unused real mode codeSimon Glass2013-02-14-36/+0
* x86: Remove sc520 cpuSimon Glass2013-02-14-485/+0
* Clean up libfdt.h includesGerald Van Baren2013-02-08-2/+1
* treewide: include libfdt_env.h before fdt.hKim Phillips2013-02-07-0/+1
* x86: Use generic global_dataSimon Glass2013-02-04-34/+3
* x86: Remove reset_status, relocoff from global_dataSimon Glass2013-02-01-2/+0
* x86: Move gd_addr into arch_global_dataSimon Glass2013-02-01-2/+1
* x86: Remove gdt_addr from arch_global_dataSimon Glass2013-02-01-1/+0
* Add architecture-specific global dataSimon Glass2013-02-01-2/+8
* x86: Remove video_init() prototype from u-boot-x86.hSimon Glass2012-12-06-1/+0
* x86: Add back cold- and warm-boot flagsGabe Black2012-12-06-0/+6
* x86: Initialise SPI if enabledGabe Black2012-12-06-0/+1
* x86: Increase the size of the phys_size_t and phys_addr_t typesGabe Black2012-12-06-4/+6
* x86: Import MSR/MTRR code from LinuxGraeme Russ2012-12-06-0/+913
* x86: Add basic cache operationsStefan Reinauer2012-12-06-0/+121
* x86: Add a CBMEM timestamp generated right before the kernel startup.Vadim Bendebury2012-12-06-0/+1
* x86: Enable coreboot timestamp facility support in u-boot.Vadim Bendebury2012-12-06-0/+51
* x86: Add function to read time stamp counterVadim Bendebury2012-12-06-0/+12
* x86: gpio: Add GPIO driver for Intel ICH6 and later.Bill Richardson2012-12-06-0/+27