summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2014-10-29x86: Move kernel boot function to arch/x86/lib/bootm.cSimon Glass
2014-10-29x86: Add support for starting 64-bit kernelSimon Glass
2014-10-29x86: Display basic CPU information on bootSimon Glass
2014-10-29x86: Bring in msr-index.h from linux 3.8Simon Glass
2014-10-29x86: Move paging functions into cpu.cSimon Glass
2014-10-27Provide option to avoid defining a custom version of uintptr_t.Gabe Black
2014-10-24dm: x86: Convert coreboot serial to use driver modelSimon Glass
2014-10-24dm: x86: Add a gpio header for corebootSimon Glass
2014-10-23kconfig: move CONFIG_USE_PRIVATE_LIBGCC to KconfigMasahiro Yamada
2014-10-23x86: set CONFIG_USE_PRIVATE_LIBGCC to yMasahiro Yamada
2014-10-22x86: Rewrite bootm.c to make it similar to ARMSimon Glass
2014-10-22x86: Enable LMB and RAMDISK_HIGH by defaultSimon Glass
2014-01-24x86: delete unused header filesMasahiro Yamada
2013-11-08cosmetic: remove empty lines at the top of fileMasahiro Yamada
2013-08-19SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-26x86: Support tracing functionSimon Glass
2013-05-13x86: Support adding coreboot timestanps to bootstageSimon Glass
2013-05-13x86: Re-enable PCAT timer 2 for beepingSimon Glass
2013-05-13x86: Add TSC timerSimon Glass
2013-05-13x86: Implement panic output for corebootSimon Glass
2013-05-13x86: Remove legacy board init codeSimon Glass
2013-05-13x86: Remove unused bios/pci codeSimon Glass
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-15x86: Remove unused real mode codeSimon Glass
2013-02-15x86: Remove sc520 cpuSimon Glass
2013-02-09Clean up libfdt.h includesGerald Van Baren
2013-02-08treewide: 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