aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/lapic
AgeCommit message (Expand)Author
2022-02-11cpu/x86/lapic: Fix SMP=n case with LEGACY_SMP_INITKyösti Mälkki
2022-02-05cpu/x86/lapic: Move LAPIC configuration to MP initKyösti Mälkki
2022-02-05cpu/x86/lapic: Add lapic_send_ipi_self,others()Kyösti Mälkki
2022-02-05cpu/x86/lapic: Support switching to X2APIC modeKyösti Mälkki
2022-02-01cpu/x86/smm: Add SMM_LEGACY_ASEGKyösti Mälkki
2022-02-01cpu/x86/lapic: Drop SMM_SERIALIZED_INITIALIZATIONKyösti Mälkki
2021-10-18arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/threadRaul E Rangel
2021-10-18cpu/x86/lapic: Drop xapic_write_atomic()Kyösti Mälkki
2021-10-17cpu/x86/lapic: Only deliver ExtINT to BSPKyösti Mälkki
2021-10-15cpu/x86/lapic: Do not set read-only bits in LVTxKyösti Mälkki
2021-10-15cpu/x86/lapic: Add comment on spurious interruptKyösti Mälkki
2021-10-15cpu/x86/lapic: Split virtual_wire_mode_init()Kyösti Mälkki
2021-09-29arch/x86,cpu/x86: Disable the %gs and %fs segmentsRaul E Rangel
2021-07-06arch/x86: Use ENV_X86_64 instead of _x86_64_Patrick Rudolph
2021-06-15treewide: Disable R_AMD64_32S relocation supportPatrick Rudolph
2021-06-11cpu/x86/lapic: Replace LOCAL_APIC_ADDR referencesKyösti Mälkki
2021-06-10cpu/x86/lapic: Drop read/write_around aliasesKyösti Mälkki
2021-06-10cpu/x86/lapic: Separate stop_this_cpu()Kyösti Mälkki
2021-06-10cpu/x86/lapic: Add wait_ipi_completion() helpersKyösti Mälkki
2021-06-10cpu/x86/lapic: Add lapic_busy() helperArthur Heymans
2021-06-10cpu/x86/lapic: Add lapic_send_ipi() helperArthur Heymans
2021-06-10cpu/x86/lapic: Do not inline some utility functionsKyösti Mälkki
2021-06-10cpu/x86/lapic: Add lapic_update32() helperKyösti Mälkki
2021-06-09cpu/x86/lapic: Add Kconfig choice LAPIC_ACCESS_MODEKyösti Mälkki
2021-06-09cpu/x86/lapic: Drop IOAPIC testKyösti Mälkki
2021-06-07cpu/x86/lapic: Redo DEBUG_HALT_SELFKyösti Mälkki
2021-06-07cpu/x86/lapic: Declare start_cpu() staticKyösti Mälkki
2021-06-07cpu/x86/lapic: Drop parallel_cpu_init inside LEGACY_SMP_INITKyösti Mälkki
2021-06-07cpu/x86: Drop Kconfig PARALLEL_CPU_INITKyösti Mälkki
2021-04-15*x86: Support x2apic modeWonkyu Kim
2020-12-04cpu/x86/lapic/secondary.S: Adapt for x86_64Arthur Heymans
2020-10-31cpu/x86/lapic: rename virtual wire mode initialization functionFelix Held
2020-07-14src: Remove unused 'include <cpu/x86/msr.h>'Elyes HAOUAS
2020-06-23src/*: Update makefiles to exclude x86 code from psp-verstageMartin Roth
2020-06-22cpu/x86/lapic: Support x86_64 and clean up codePatrick Rudolph
2020-06-16Revert "x86/lapic: Set EXTINT on BSP only"Angel Pons
2020-06-16x86/lapic: Set EXTINT on BSP onlyZheng Bao
2020-06-06src: Remove unused 'include <cpu/x86/mtrr.h>'Elyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-04src/cpu: Use SPDX for GPL-2.0-only filesAngel Pons
2019-12-19src: Remove unused 'include <arch/cpu.h>'Elyes HAOUAS
2019-12-19src: Use '#include <smp/node.h>' when appropriateElyes HAOUAS
2019-12-11AGESA, binaryPI: implement C bootblockMichał Żygowski
2019-12-02src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi
2019-11-29cpu/x86/lapic/apic_timer.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-11-21cpu/amd/fam10: Drop supportArthur Heymans
2019-11-21cpu/x86/lapic/lapic_cpu_init.c: Drop unused guardsArthur Heymans
2019-10-29arch/x86/*.S: use defines instead of hardcoded valuesPatrick Rudolph
2019-10-28src/cpu: Use 'include <stdlib.h>' when appropriateElyes HAOUAS
2019-09-19cpu/x86/lapic: Refactor timer_fsb()Kyösti Mälkki
2019-09-10AUTHORS: Move src/cpu copyrights into AUTHORS fileMartin Roth
2019-08-13cpu/x86: Move some SMM function declarationsKyösti Mälkki
2019-07-02src: Use CRx_TYPE type for CRxElyes HAOUAS
2019-05-28src/cpu/x86/lapic/lapic.c: Add missing newlineChristian Walter
2019-05-13lapic/lapic_cpu_init: Add cpu_add_map_entry() to store default_apic_idSubrata Banik
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2019-01-27src/cpu/intel: Set get_ia32_fsb function commonElyes HAOUAS
2019-01-14arch/x86: Enforce CPU stack alignmentKyösti Mälkki
2019-01-11arch/x86/lapic: Remove second stack poisoningKyösti Mälkki
2018-11-08src: Replace common MSR addresses with macrosElyes HAOUAS
2018-08-03cpu/x86/lapic/apic_timer.c: Compile the same code for all stagesArthur Heymans
2018-06-01src/cpu: Remove unneeded includesElyes HAOUAS
2018-04-30cpu/x86: Get rid of device_tElyes HAOUAS
2018-04-28arch/x86: Fix call for wait_other_cpus_stop()Kyösti Mälkki
2017-12-11intel: Use MSR_EBC_FREQUENCY_ID instead of 0x2cElyes HAOUAS
2017-10-31x86/lapic: Use the existing lapicid() functionMarc Jones
2017-08-31cpu/x86 asm: Just use the correct op suffixEdward O'Callaghan
2017-08-19arch/x86: Sanity checking on HAVE_SMI_HANDLERKyösti Mälkki
2017-08-19i82801dx/gx/ix/jx: Add low-memory backup for S3 pathKyösti Mälkki
2017-08-19arch/x86: Clean up CONFIG_SMP and MAX_CPUS testKyösti Mälkki
2017-08-19arch/x86: Fix ugly NEED_LAPIC useKyösti Mälkki
2017-07-20x86/lapic/secondary.S: Align stack for _secondary_startMarshall Dawson
2017-07-13src/cpu: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-03-16cpu/x86: Fix misc. remaining issues detected by checkpatchLee Leahy
2017-03-16cpu/x86: Wrap lines at 80 columnsLee Leahy
2017-03-16cpu/x86: Remove braces and else if unnecessaryLee Leahy
2017-03-16cpu/x86: Fix various issues detected by checkpatch.plLee Leahy
2017-02-22src/cpu/x86: Update/Add license headers to all filesMartin Roth
2016-12-16Set the fsb timer correctly for Netburst CPUsArthur Heymans
2016-10-07src/cpu: Remove unnecessary whitespaceElyes HAOUAS
2016-08-28src/cpu: Add required space before opening parenthesis '('Elyes HAOUAS
2016-08-23src/cpu: Capitalize CPU, APIC and IOAPIC typo fixElyes HAOUAS
2016-07-31src/cpu: Capitalize CPUElyes HAOUAS
2016-07-31src/cpu: Capitalize ROM and RAMElyes HAOUAS
2016-06-22ACPI S3: Move SMP trampoline recoveryKyösti Mälkki
2016-03-23arch/x86: introduce postcar stage/phaseAaron Durbin
2016-01-21*/Makefile.inc: Compile files needed by uart8250 in x86 bootblockAlexandru Gagniuc
2015-12-02x86/smm: Initialize SMM on some CPUs one-by-oneDamien Zammit
2015-11-14cpu/x86/lapic: Add stack overrun detectionTimothy Pearson
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-14x86: add standalone verstage supportAaron Durbin
2015-07-17indent style fix for lapic_cpu_init.cJonathan A. Kollasch
2015-07-06Revert "sandy/ivybridge: use LAPIC timer in SMM"Patrick Georgi
2015-07-02sandy/ivybridge: use LAPIC timer in SMMStefan Reinauer
2015-06-20cpu: x86 port to 64bitStefan Reinauer
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2014-12-31arch/x86: Declare GDT symbols and move_gdt()Kyösti Mälkki