aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/lapic/lapic_cpu_init.c
AgeCommit message (Expand)Author
2020-06-22cpu/x86/lapic: Support x86_64 and clean up codePatrick Rudolph
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: Use '#include <smp/node.h>' when appropriateElyes HAOUAS
2019-11-21cpu/amd/fam10: Drop supportArthur Heymans
2019-11-21cpu/x86/lapic/lapic_cpu_init.c: Drop unused guardsArthur Heymans
2019-10-28src/cpu: Use 'include <stdlib.h>' when appropriateElyes HAOUAS
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-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-01-14arch/x86: Enforce CPU stack alignmentKyösti Mälkki
2019-01-11arch/x86/lapic: Remove second stack poisoningKyösti Mälkki
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-10-31x86/lapic: Use the existing lapicid() functionMarc Jones
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-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
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
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-07-17indent style fix for lapic_cpu_init.cJonathan A. Kollasch
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
2014-11-30Replace hlt() loops with halt()Patrick Georgi
2014-10-27{arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan
2014-05-10Replace SERIAL_CPU_INIT with PARALLEL_CPU_INITKyösti Mälkki
2014-01-28x86: add common definitions for control registersAaron Durbin
2013-11-22Don't wait on 2065xVladimir Serbinenko
2013-07-22X86: make the SIPI num_starts a config variableRonald G. Minnich
2013-07-11cpu: Fix spellingMartin Roth
2013-05-14x86: add thread supportAaron Durbin
2013-03-21ramstage: prepare for relocationAaron Durbin
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2012-12-06Unify assembler function handlingStefan Reinauer
2012-11-13Clean up stack checking codeStefan Reinauer
2012-11-13clean up lapic_cpu_init.cStefan Reinauer
2012-11-13Pass the CPU index as a parameter to startup.Ronald G. Minnich
2012-11-13Support better tracking of AP stack usage.Ronald G. Minnich
2012-11-12Fix gcc-4.7 building problem.Han Shen
2012-08-07Move cpus_ready_for_init() to AMD K8Kyösti Mälkki
2012-07-31Revert "Use broadcast SIPI to startup siblings"Sven Schnelle
2012-07-05Only copy real-mode section of SIPI vectorKyösti Mälkki
2012-07-02Use broadcast SIPI to startup siblingsSven Schnelle
2012-05-08Clean up #ifsPatrick Georgi
2012-04-11Remove obsolete empy macro definitionRon Minnich
2012-04-06Fixes and Sandybridge support for lapic cpu initStefan Reinauer
2012-03-30drop use of MAX_PHYSICAL_CPUS and MAX_CPUS where not neededStefan Reinauer
2012-03-25Fix possible deadlock on SMP stop_this_cpuKyösti Mälkki
2011-11-01remove trailing whitespaceStefan Reinauer
2011-07-22Add SSE3 dependent codeefdesign98
2010-11-22Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer
2010-10-19To reduce boot time, remove the double startup IPI and 10 ms delay from lapic...Scott Duplichan
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-01- Simplify stack size determination: MAX_CPUS * STACK_SIZEPatrick Georgi
2010-02-20trival. All the changes is about comment and spaces.Zheng Bao
2009-10-30Remove some warnings from the tyan s2895.Myles Watson
2009-10-16Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson
2009-09-29Remove some warnings.Myles Watson
2009-07-21* rework tsc based timer code to use inb instead of outb for calibrationStefan Reinauer
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-04-30Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson
2009-04-13Following patch adds necessary hooks and as well the compile time checks forRudolf Marek
2009-04-03drop another shadow variable (trivial)Stefan Reinauer
2009-03-06fix a bunch of cast and type warnings and don't call the apic "nvram", thatStefan Reinauer
2009-03-04I just went on a bugfix frenzy and fixed all printk format warningsCarl-Daniel Hailfinger
2009-02-28coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer
2009-02-09Remove some warnings, mainly from format strings which didn't match theMyles Watson
2008-12-18This patch gets rid of all the implicit definition warnings for serengeti exc...Myles Watson
2008-10-29Support for Intel Core Duo and Core 2 Duo (tm) CPUs.Stefan Reinauer
2008-08-02Go back to SIPI WAIT state for those CPUS defining the newly introducedStefan Reinauer
2008-01-18Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer
2006-10-04AMD Rev F supportYinghai Lu
2006-05-18init the ECC for BSP and AP at the same time. So reduce init cpus timeYinghai Lu
2006-04-03new cache_as_ram support Yinghai Lu
2006-01-09don't need copy_secondary_start_to_1m_below for non-smpYinghai Lu
2006-01-041M boundary for _RAMBASE=1M, and CONFIG_LB_TOPK 8M above supportYinghai Lu
2005-12-14issue 51 and 52: set mtrr for ap before stop it, and _RAMBASE above 1MYinghai Lu
2005-12-021201_ht_bus0_dev0_fidvid_core.diffStefan Reinauer
2005-09-12Fix hang during secondary CPU sibling init caused by nested spinlocks.Steven J. Magnani
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-34arch import user (historical)
2005-01-03serialize cpus for >2Yinghai Lu
2004-11-18- First stab at getting the ppc ports building and working.Eric Biederman