aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86
AgeCommit message (Expand)Author
2010-01-04- Fix UDELAY options and HAVE_INIT_TIMER [kconfig]Patrick Georgi
2010-01-04- use LAPIC timer if selected (instead of TSC all the time) [kconfig]Patrick Georgi
2009-12-23Tiny Bootblock, step 1/n.Patrick Georgi
2009-11-06Split the two usages of __ROMCC__:Myles Watson
2009-10-30Remove some warnings from the tyan s2895.Myles Watson
2009-10-27Add $(obj) paths for a couple of smm files so they don't end up in the top di...Myles Watson
2009-10-26Remove double include of smm directory. Trivial.Myles Watson
2009-10-24hook up missing x86 SMM into Makefile Stefan Reinauer
2009-10-24* refactor x86 smi handler (put all debug stuff in an extra file smiutil.c)Stefan Reinauer
2009-10-24First attempt to integrate SMM in Kconfig. Unused code so farStefan Reinauer
2009-10-23White space and comment fixes for cache_as_ram.inc files so it's easier to spotMyles Watson
2009-10-19Clean up some #ifdef CONFIG_*Myles Watson
2009-10-17Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/Peter Stuge
2009-10-17Drop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since they are also emptyPeter Stuge
2009-10-16Drop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc} and remove referencesPeter Stuge
2009-10-16Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop"Peter Stuge
2009-10-16Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson
2009-10-06Various fixes to Kconfig: All kconfig-boards should have aPatrick Georgi
2009-10-03Remove:Patrick Georgi
2009-09-29Remove some warnings.Myles Watson
2009-09-25some progress on kconfig:Patrick Georgi
2009-09-22tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ...Myles Watson
2009-08-29File I missed committing.Ronald G. Minnich
2009-08-29This is the final set of changes to allow rumba to build. Rumba is notRonald G. Minnich
2009-08-25Fix copy-paste error in src/cpu/x86/Kconfig.Uwe Hermann
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
2009-08-12This now builds. Ronald G. Minnich
2009-08-12Kconfig!Patrick Georgi
2009-08-11The code between #if and #endif is only about UMA mode. The CONFIG_GFXUMA sho...Zheng Bao
2009-07-22Don't put .o files in the source tree. (trivial)Stefan Reinauer
2009-07-21this bug sneaked in during conversionStefan Reinauer
2009-07-21add intel speedstep support and some PM fixes.Stefan 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-05-27Move coreboot_ram and coreboot_apc to CBFS. This allows to Patrick Georgi
2009-04-30Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson
2009-04-30Refactor copy_and_run so that it uses a single code base instead ofPatrick Georgi
2009-04-22makes the smi handler a little bit less verboseStefan Reinauer
2009-04-17Add VIA CX700 support, plus VIA vt8454c reference board support.Stefan Reinauer
2009-04-13Following patch adds necessary hooks and as well the compile time checks forRudolf Marek
2009-04-03drop unused variables in generic smm handler. (trivial)Stefan Reinauer
2009-04-03drop another shadow variable (trivial)Stefan Reinauer
2009-04-01Fix typo.Marc Jones
2009-03-31fix typoStefan Reinauer
2009-03-06* fix a minor power state issue in the ich7 smm handlerStefan 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-28With this patch the v2 build system will create a directory hierarchyStefan Reinauer
2009-02-12This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson
2009-02-12Fix mtrr setup for UMA architectures.Stefan Reinauer
2009-02-11Print a loud warning message if we run out of MTRRs.Carl-Daniel Hailfinger
2009-02-09Remove some warnings, mainly from format strings which didn't match theMyles Watson
2009-01-19First shot at factoring SMM code into generic parts and southbridge specificStefan Reinauer
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-02adapt Uncompressing.. patch for AMD code. Also replace "linxbios" by "coreboot"Stefan Reinauer
2008-08-02Go back to SIPI WAIT state for those CPUS defining the newly introducedStefan Reinauer
2008-08-02This patch Stefan Reinauer
2008-08-01same spelling in all mtrr output.. (trivial)Stefan Reinauer
2008-04-04Add a workaround for a bug in some binutils version which strictlyCarl-Daniel Hailfinger
2008-01-18Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer
2008-01-18Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer
2008-01-08Fix compilation of Tyan S2735 which was broken by accident in r3038.Carl-Daniel Hailfinger
2008-01-08This patch is an attempt at introducing 4k CAR size granularity for theCarl-Daniel Hailfinger
2007-10-23fix a whole bunch of warnings. (trivial)Stefan Reinauer
2007-04-24trivial: fix filename in comment. Stefan Reinauer
2007-04-06This is part of the outstanding mcp55 commit from January 18th. It willYinghai Lu
2007-01-16Change 'ram' to 'RAM' in user-visible output (closes #60).Uwe Hermann
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-05-04fix the treeStefan Reinauer
2006-05-03oops! Slap me on the head for this one. Quick fix for ward untilStefan Reinauer
2006-05-02add automatic payload compression method to LinuxBIOSStefan Reinauer
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-10-25- See Issue Tracker id-6 "lnxi-patch-6-replacement"Jason Schildt
2005-10-25- See Issue Tracker ID-3 "lnxi-patch3"Jason Schildt
2005-09-14Make EPIA-M use CONFIG_TSC.Jonathan McDowell
2005-09-12Fix hang during secondary CPU sibling init caused by nested spinlocks.Steven J. Magnani
2005-08-17Changed udelay in delay_tsc to be more be more considerate of singleHamish Guthrie
2005-08-10Undoing all HDAMA commits from LNXI from r2005->2003Jason Schildt
2005-08-09- Merge from linuxbios-lnxi (Linux Networx repository) up to public tree.Jason Schildt
2005-07-08eric patchYinghai Lu
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-62arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-51arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-34arch import user (historical)
2005-07-06Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-7arch import user (historical)
2005-01-27spare one more mtrrYinghai Lu
2005-01-19minor reformatLi-Ta Lo
2005-01-06add NC support to spare mtrrs for 64G memory storedYinghai Lu
2005-01-03serialize cpus for >2Yinghai Lu
2004-11-18- First stab at getting the ppc ports building and working.Eric Biederman
2004-11-11mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a comp...Eric Biederman
2004-11-04tell people that the segment descriptors are different for ROMCC andLi-Ta Lo
2004-11-03This hurts more than it helps. byebyeStefan Reinauer
2004-10-30- To reduce confuse rename the parts of linuxbios bios that run fromEric Biederman