summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/Makefile
Commit message (Expand)AuthorAgeFilesLines
* x86: Don't enable SMP in SPLSimon Glass2020-07-201-1/+1
* x86: coreboot: Allow building an SPL imageSimon Glass2020-05-041-1/+3
* x86: Add support for ACPI general-purpose eventsSimon Glass2020-02-071-0/+1
* x86: apl: Add Kconfig and MakefileSimon Glass2019-12-151-0/+1
* x86: Move qemu CPU fixup function into its own fileSimon Glass2019-12-151-0/+1
* x86: Allow interrupt to happen onceSimon Glass2019-12-151-1/+1
* x86: cpu: Don't include the cpu driver in TPLSimon Glass2019-10-081-1/+4
* x86: Add new slimbootloader CPU typePark, Aiden2019-08-091-0/+1
* x86: Add support for starting from SPL/TPLSimon Glass2019-05-081-1/+14
* x86: make the LAPIC / IOAPIC construct switchable with KconfigHannes Schmelzer2018-12-101-1/+1
* x86: efi: Refactor the directory of EFI app and payload supportBin Meng2018-06-171-1/+1
* x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codesBin Meng2018-06-131-1/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-3/+1
* x86: Add Intel Braswell SoC supportBin Meng2017-09-161-0/+1
* x86: Add Intel Tangier supportFelipe Balbi2017-07-301-0/+1
* x86: acpi: Add wake up assembly stubBin Meng2017-05-171-0/+1
* x86: Compile irq.c for 64-bitBin Meng2017-02-071-1/+1
* x86: Move setjmp to the i386 directorySimon Glass2017-02-071-3/+0
* x86: Move call64 to the i386 directorySimon Glass2017-02-071-1/+1
* x86: Don't build cpu files which are not supported on 64-bitSimon Glass2017-02-061-1/+8
* x86: Don't build call64 and setjmp on 64-bitSimon Glass2017-02-061-1/+5
* x86: Add cpu code for x86_64Simon Glass2017-02-061-1/+3
* x86: Move the i386 code into its own directorySimon Glass2017-02-061-1/+5
* x86: Add 64-bit start-up codeSimon Glass2017-02-061-0/+4
* x86: Use X86_16BIT_INIT instead of X86_RESET_VECTORSimon Glass2017-02-061-1/+1
* x86: Add implementations of setjmp() and longjmp()Simon Glass2016-10-181-1/+1
* x86: Add basic support for broadwellSimon Glass2016-03-171-0/+1
* x86: Move cache-as-RAM code into a common locationSimon Glass2016-03-171-0/+1
* x86: ivybridge: Remove NORTHBRIDGE_INTEL_SANDYBRIDGEBin Meng2015-12-091-1/+0
* x86: Add a way to call 32-bit code from 64-bit modeSimon Glass2015-08-051-0/+6
* x86: Add support for U-Boot as an EFI applicationBen Stoltz2015-08-051-0/+1
* x86: Add I/O APIC register access routinesBin Meng2015-07-141-1/+1
* x86: dm: Clean up cpu driversBin Meng2015-07-141-1/+1
* x86: Refactor PIRQ routing supportBin Meng2015-06-041-1/+1
* x86: Support QEMU x86 targetsBin Meng2015-06-041-0/+1
* x86: Add multi-processor initSimon Glass2015-04-301-0/+2
* x86: Enable the Intel quark/galileo buildBin Meng2015-02-061-0/+1
* x86: Add support for Intel Minnowboard MaxSimon Glass2015-02-061-0/+1
* x86: Add support for MTRRsSimon Glass2015-01-131-0/+1
* x86: Enable the queensbay cpu directory buildBin Meng2014-12-181-0/+1
* x86: Add LAPIC setup codeSimon Glass2014-11-251-0/+1
* x86: Add Intel speedstep and turbo mode codeSimon Glass2014-11-251-0/+1
* x86: Add ivybridge directory to MakefileSimon Glass2014-11-251-0/+2
* Merge git://git.denx.de/u-boot-x86Tom Rini2014-11-241-0/+1
|\
| * x86: Refactor PCI to permit alternate initSimon Glass2014-11-211-0/+1
* | x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directoryMasahiro Yamada2014-11-231-1/+1
* | kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada2014-11-231-0/+2
|/
* x86: Add support for starting 64-bit kernelSimon Glass2014-10-281-1/+1
* x86: Fix rom version build with CONFIG_X86_RESET_VECTORBin Meng2014-10-221-2/+2
* x86: convert makefiles to Kbuild styleMasahiro Yamada2013-11-011-25/+3