summaryrefslogtreecommitdiff
path: root/src/include/cpu/x86/lapic.h
AgeCommit message (Expand)Author
2020-07-05include/cpu/x86/lapic: Add support for x86_64Patrick Rudolph
2020-06-22cpu/x86/lapic: Support x86_64 and clean up codePatrick Rudolph
2019-12-19src: Use '#include <smp/node.h>' when appropriateElyes HAOUAS
2019-09-14arch/x86: Replace some __PRE_RAM__ useKyösti Mälkki
2019-09-14cpu/x86: Drop lapic_remote_read()Kyösti Mälkki
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-10-08Move compiler.h to commonlibNico Huber
2018-09-14complier.h: add __always_inline and use it in code baseAaron Durbin
2017-08-19arch/x86: Fix ugly NEED_LAPIC useKyösti Mälkki
2017-07-13src/include: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-03-13src/include: Wrap lines at 80 columnsLee Leahy
2017-03-13src/include: Add spaces around :Lee Leahy
2017-03-13src/include: Fix indent for case labelsLee Leahy
2017-03-13src/include: Fix space between type, * and variable nameLee Leahy
2017-03-12src/include: Remove spaces before ( and after )Lee Leahy
2017-03-09src/include: Add space after commaLee Leahy
2016-08-23src/include: Capitalize APIC and SMMElyes HAOUAS
2014-11-30Replace hlt() loops with halt()Patrick Georgi
2014-02-11SMP: Add arch-agnostic boot_cpu()Kyösti Mälkki
2013-08-15Include boot_cpu.c for romstage buildsKyösti Mälkki
2013-05-10Drop prototype guarding for romccStefan Reinauer
2012-11-20Unify use of bool config variablesStefan Reinauer
2012-07-31Revert "Use broadcast SIPI to startup siblings"Sven Schnelle
2012-07-02Use broadcast SIPI to startup siblingsSven Schnelle
2012-05-08Clean up #ifsPatrick Georgi
2012-03-30Add an option to keep the ROM cached after romstageStefan Reinauer
2012-03-16xchg is atomic with side-effectsPatrick Georgi
2010-03-28drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is moreStefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer
2009-11-06Split the two usages of __ROMCC__:Myles Watson
2009-10-17Remove CONFIG_ from #defines that aren't config variables. Trivial.Myles Watson
2009-04-06(trivial) fix some warningsStefan Reinauer
2008-08-02Go back to SIPI WAIT state for those CPUS defining the newly introducedStefan Reinauer
2007-12-19Changed the stop_this_cpu() to just hlt.Marc Jones
2005-12-021201_ht_bus0_dev0_fidvid_core.diffStefan Reinauer
2004-10-14- Renamed cpu header filesEric Biederman