summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/hyperthreading/intel_sibling.c
Commit message (Expand)AuthorAgeFilesLines
* src: Retype option API to use unsigned integersAngel Pons2021-05-061-1/+1
* src: Replace remaining {get,set}_option() instancesAngel Pons2021-04-231-1/+1
* src/cpu: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* src: Remove unused '#include <cpu/x86/lapic.h>'Elyes HAOUAS2020-06-021-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/cpu: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-12/+2
* drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki2020-01-091-1/+1
* cpu/intel/common: Move intel_ht_sibling() to common folderPatrick Rudolph2019-10-011-24/+0
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-251-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+0
* cpu/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-281-1/+1
* cpu/intel: Fix brace issues detected by checkpatch.plLee Leahy2017-03-161-8/+5
* cpu/intel: Add int to unsignedLee Leahy2017-03-161-1/+1
* cpu/intel: Fix the spacing issuesLee Leahy2017-03-161-1/+1
* src/cpu: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-281-1/+1
* src/cpu: Capitalize CPUElyes HAOUAS2016-07-311-4/+4
* CPU/intel: Add missing license headersDamien Roth2016-02-141-0/+13
* {arch,cpu,drivers,ec}: Don't hide pointers behind typedefsEdward O'Callaghan2014-10-271-2/+2
* cpu: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-081-1/+0
* Replace SERIAL_CPU_INIT with PARALLEL_CPU_INITKyösti Mälkki2014-05-101-1/+1
* Intel CPUs: Fix counting of CPU coresKyösti Mälkki2012-08-031-2/+5
* Revert "Use broadcast SIPI to startup siblings"Sven Schnelle2012-07-311-0/+65
* Use broadcast SIPI to startup siblingsSven Schnelle2012-07-021-65/+0
* Intel CPUs: execute microcode update only once per coreKyösti Mälkki2012-07-021-0/+21
* Clean up #ifsPatrick Georgi2012-05-081-1/+1
* Intel cpus: Fix deadlock on hyper-threading initKyösti Mälkki2012-03-251-13/+9
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-3/+3
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-3/+3
* Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen2009-06-031-2/+2
* CMOS: Add set_option and rework get_option.Luc Verhaegen2009-06-031-2/+2
* Trivial removal of a freudian slip.Patrick Georgi2009-04-221-1/+1
* coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer2009-02-281-6/+6
* drop unused code (trivial)Stefan Reinauer2008-08-011-1/+0
* Print a failure message if a sibling CPU fails to start.Steven J. Magnani2005-09-141-1/+5
* - Add new cvs code to cvsEric Biederman2004-10-141-0/+74