summaryrefslogtreecommitdiff
path: root/src/cpu/x86/lapic
AgeCommit message (Expand)Author
2012-07-25Fix LAPIC timer on Ivy Bridge systemsStefan Reinauer
2012-07-23Re-initialize Local APIC timer on APsStefan Reinauer
2012-07-12Fix stack assignment during CPU initializationSven Schnelle
2012-07-05Only copy real-mode section of SIPI vectorKyösti Mälkki
2012-07-05Fix the CPU index parameter passed to secondary_cpu_init().Kyösti Mälkki
2012-07-02Use broadcast SIPI to startup siblingsSven Schnelle
2012-06-12udelay: add missing bus frequencySven 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-04-05Fix timer frequency detection on SandybridgeStefan Reinauer
2012-03-30drop use of MAX_PHYSICAL_CPUS and MAX_CPUS where not neededStefan Reinauer
2012-03-30Add an option to keep the ROM cached after romstageStefan Reinauer
2012-03-25Fix possible deadlock on SMP stop_this_cpuKyösti Mälkki
2012-03-07Move C labels to start-of-linePatrick Georgi
2011-12-05Bootblock does not need a unique boot_cpu()Kyösti Mälkki
2011-11-01remove trailing whitespaceStefan Reinauer
2011-07-22Add SSE3 dependent codeefdesign98
2011-05-10This replaces the fixed shift values in the apic timer init with macros.Vikram Narayanan
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-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-25drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h"Stefan Reinauer
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
2010-02-07newconfig is no more.Patrick Georgi
2010-01-04- use LAPIC timer if selected (instead of TSC all the time) [kconfig]Patrick Georgi
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-08-12Kconfig!Patrick Georgi
2009-07-21this bug sneaked in during conversionStefan Reinauer
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