aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/Makefile
AgeCommit message (Expand)AuthorFilesLines
2020-07-20x86: Don't enable SMP in SPLSimon Glass1-1/+1
2020-05-04x86: coreboot: Allow building an SPL imageSimon Glass1-1/+3
2020-02-07x86: Add support for ACPI general-purpose eventsSimon Glass1-0/+1
2019-12-15x86: apl: Add Kconfig and MakefileSimon Glass1-0/+1
2019-12-15x86: Move qemu CPU fixup function into its own fileSimon Glass1-0/+1
2019-12-15x86: Allow interrupt to happen onceSimon Glass1-1/+1
2019-10-08x86: cpu: Don't include the cpu driver in TPLSimon Glass1-1/+4
2019-08-09x86: Add new slimbootloader CPU typePark, Aiden1-0/+1
2019-05-08x86: Add support for starting from SPL/TPLSimon Glass1-1/+14
2018-12-10x86: make the LAPIC / IOAPIC construct switchable with KconfigHannes Schmelzer1-1/+1
2018-06-17x86: efi: Refactor the directory of EFI app and payload supportBin Meng1-1/+1
2018-06-13x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codesBin Meng1-1/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2017-09-16x86: Add Intel Braswell SoC supportBin Meng1-0/+1
2017-07-30x86: Add Intel Tangier supportFelipe Balbi1-0/+1
2017-05-17x86: acpi: Add wake up assembly stubBin Meng1-0/+1
2017-02-07x86: Compile irq.c for 64-bitBin Meng1-1/+1
2017-02-07x86: Move setjmp to the i386 directorySimon Glass1-3/+0
2017-02-07x86: Move call64 to the i386 directorySimon Glass1-1/+1
2017-02-06x86: Don't build cpu files which are not supported on 64-bitSimon Glass1-1/+8
2017-02-06x86: Don't build call64 and setjmp on 64-bitSimon Glass1-1/+5
2017-02-06x86: Add cpu code for x86_64Simon Glass1-1/+3
2017-02-06x86: Move the i386 code into its own directorySimon Glass1-1/+5
2017-02-06x86: Add 64-bit start-up codeSimon Glass1-0/+4
2017-02-06x86: Use X86_16BIT_INIT instead of X86_RESET_VECTORSimon Glass1-1/+1
2016-10-18x86: Add implementations of setjmp() and longjmp()Simon Glass1-1/+1
2016-03-17x86: Add basic support for broadwellSimon Glass1-0/+1
2016-03-17x86: Move cache-as-RAM code into a common locationSimon Glass1-0/+1
2015-12-09x86: ivybridge: Remove NORTHBRIDGE_INTEL_SANDYBRIDGEBin Meng1-1/+0
2015-08-05x86: Add a way to call 32-bit code from 64-bit modeSimon Glass1-0/+6
2015-08-05x86: Add support for U-Boot as an EFI applicationBen Stoltz1-0/+1
2015-07-14x86: Add I/O APIC register access routinesBin Meng1-1/+1
2015-07-14x86: dm: Clean up cpu driversBin Meng1-1/+1
2015-06-04x86: Refactor PIRQ routing supportBin Meng1-1/+1
2015-06-04x86: Support QEMU x86 targetsBin Meng1-0/+1
2015-04-30x86: Add multi-processor initSimon Glass1-0/+2
2015-02-06x86: Enable the Intel quark/galileo buildBin Meng1-0/+1
2015-02-06x86: Add support for Intel Minnowboard MaxSimon Glass1-0/+1
2015-01-13x86: Add support for MTRRsSimon Glass1-0/+1
2014-12-18x86: Enable the queensbay cpu directory buildBin Meng1-0/+1
2014-11-25x86: Add LAPIC setup codeSimon Glass1-0/+1
2014-11-25x86: Add Intel speedstep and turbo mode codeSimon Glass1-0/+1
2014-11-25x86: Add ivybridge directory to MakefileSimon Glass1-0/+2
2014-11-24Merge git://git.denx.de/u-boot-x86Tom Rini1-0/+1
2014-11-23x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directoryMasahiro Yamada1-1/+1
2014-11-23kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada1-0/+2
2014-11-21x86: Refactor PCI to permit alternate initSimon Glass1-0/+1
2014-10-28x86: Add support for starting 64-bit kernelSimon Glass1-1/+1
2014-10-22x86: Fix rom version build with CONFIG_X86_RESET_VECTORBin Meng1-2/+2
2013-11-01x86: convert makefiles to Kbuild styleMasahiro Yamada1-25/+3