summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/Makefile
AgeCommit message (Expand)Author
2025-07-26efi: Rename CONFIG_EFI to CONFIG_EFI_CLIENTSimon Glass
2025-04-11Kbuild: Always use $(PHASE_)Tom Rini
2024-10-11global: Rename SPL_TPL_ to PHASE_Simon Glass
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-10-11arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2020-07-20x86: Don't enable SMP in SPLSimon Glass
2020-05-04x86: coreboot: Allow building an SPL imageSimon Glass
2020-02-07x86: Add support for ACPI general-purpose eventsSimon Glass
2019-12-15x86: apl: Add Kconfig and MakefileSimon Glass
2019-12-15x86: Move qemu CPU fixup function into its own fileSimon Glass
2019-12-15x86: Allow interrupt to happen onceSimon Glass
2019-10-08x86: cpu: Don't include the cpu driver in TPLSimon Glass
2019-08-09x86: Add new slimbootloader CPU typePark, Aiden
2019-05-08x86: Add support for starting from SPL/TPLSimon Glass
2018-12-10x86: make the LAPIC / IOAPIC construct switchable with KconfigHannes Schmelzer
2018-06-17x86: efi: Refactor the directory of EFI app and payload supportBin Meng
2018-06-13x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codesBin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-09-16x86: Add Intel Braswell SoC supportBin Meng
2017-07-30x86: Add Intel Tangier supportFelipe Balbi
2017-05-17x86: acpi: Add wake up assembly stubBin Meng
2017-02-07x86: Compile irq.c for 64-bitBin Meng
2017-02-07x86: Move setjmp to the i386 directorySimon Glass
2017-02-07x86: Move call64 to the i386 directorySimon Glass
2017-02-06x86: Don't build cpu files which are not supported on 64-bitSimon Glass
2017-02-06x86: Don't build call64 and setjmp on 64-bitSimon Glass
2017-02-06x86: Add cpu code for x86_64Simon Glass
2017-02-06x86: Move the i386 code into its own directorySimon Glass
2017-02-06x86: Add 64-bit start-up codeSimon Glass
2017-02-06x86: Use X86_16BIT_INIT instead of X86_RESET_VECTORSimon Glass
2016-10-18x86: Add implementations of setjmp() and longjmp()Simon Glass
2016-03-17x86: Add basic support for broadwellSimon Glass
2016-03-17x86: Move cache-as-RAM code into a common locationSimon Glass
2015-12-09x86: ivybridge: Remove NORTHBRIDGE_INTEL_SANDYBRIDGEBin Meng
2015-08-05x86: Add a way to call 32-bit code from 64-bit modeSimon Glass
2015-08-05x86: Add support for U-Boot as an EFI applicationBen Stoltz
2015-07-14x86: Add I/O APIC register access routinesBin Meng
2015-07-14x86: dm: Clean up cpu driversBin Meng
2015-06-04x86: Refactor PIRQ routing supportBin Meng
2015-06-04x86: Support QEMU x86 targetsBin Meng
2015-04-30x86: Add multi-processor initSimon Glass
2015-02-06x86: Enable the Intel quark/galileo buildBin Meng
2015-02-06x86: Add support for Intel Minnowboard MaxSimon Glass
2015-01-13x86: Add support for MTRRsSimon Glass
2014-12-18x86: Enable the queensbay cpu directory buildBin Meng
2014-11-25x86: Add LAPIC setup codeSimon Glass
2014-11-25x86: Add Intel speedstep and turbo mode codeSimon Glass
2014-11-25x86: Add ivybridge directory to MakefileSimon Glass
2014-11-24Merge git://git.denx.de/u-boot-x86Tom Rini
2014-11-23x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directoryMasahiro Yamada