summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86
Commit message (Expand)AuthorAgeFilesLines
* - Fix UDELAY options and HAVE_INIT_TIMER [kconfig]Patrick Georgi2010-01-041-0/+1
* - use LAPIC timer if selected (instead of TSC all the time) [kconfig]Patrick Georgi2010-01-042-2/+2
* Tiny Bootblock, step 1/n.Patrick Georgi2009-12-231-0/+1
* Split the two usages of __ROMCC__:Myles Watson2009-11-061-1/+1
* Remove some warnings from the tyan s2895.Myles Watson2009-10-301-10/+0
* Add $(obj) paths for a couple of smm files so they don't end up in the top di...Myles Watson2009-10-271-4/+4
* Remove double include of smm directory. Trivial.Myles Watson2009-10-261-1/+0
* hook up missing x86 SMM into Makefile Stefan Reinauer2009-10-241-0/+1
* * refactor x86 smi handler (put all debug stuff in an extra file smiutil.c)Stefan Reinauer2009-10-244-73/+145
* First attempt to integrate SMM in Kconfig. Unused code so farStefan Reinauer2009-10-241-25/+24
* White space and comment fixes for cache_as_ram.inc files so it's easier to spotMyles Watson2009-10-231-194/+193
* Clean up some #ifdef CONFIG_*Myles Watson2009-10-191-1/+1
* Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/Peter Stuge2009-10-174-0/+0
* Drop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since they are also emptyPeter Stuge2009-10-172-1/+0
* Drop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc} and remove referencesPeter Stuge2009-10-164-2/+0
* Drop enable_mmx.inc. It reads (only) "Enabling mmx registers is a noop"Peter Stuge2009-10-161-6/+0
* Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson2009-10-163-16/+16
* Various fixes to Kconfig: All kconfig-boards should have aPatrick Georgi2009-10-061-0/+8
* Remove:Patrick Georgi2009-10-031-27/+3
* Remove some warnings.Myles Watson2009-09-291-2/+2
* some progress on kconfig:Patrick Georgi2009-09-251-0/+4
* tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ...Myles Watson2009-09-221-1/+1
* File I missed committing.Ronald G. Minnich2009-08-291-0/+8
* This is the final set of changes to allow rumba to build. Rumba is notRonald G. Minnich2009-08-291-5/+0
* Fix copy-paste error in src/cpu/x86/Kconfig.Uwe Hermann2009-08-251-1/+1
* Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann2009-08-252-5/+5
* This now builds. Ronald G. Minnich2009-08-121-0/+1
* Kconfig!Patrick Georgi2009-08-129-0/+72
* The code between #if and #endif is only about UMA mode. The CONFIG_GFXUMA sho...Zheng Bao2009-08-111-1/+1
* Don't put .o files in the source tree. (trivial)Stefan Reinauer2009-07-221-1/+1
* this bug sneaked in during conversionStefan Reinauer2009-07-211-1/+1
* add intel speedstep support and some PM fixes.Stefan Reinauer2009-07-211-1/+7
* * rework tsc based timer code to use inb instead of outb for calibrationStefan Reinauer2009-07-214-3/+78
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-3012-62/+62
* Move coreboot_ram and coreboot_apc to CBFS. This allows to Patrick Georgi2009-05-271-0/+18
* Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson2009-04-302-5/+5
* Refactor copy_and_run so that it uses a single code base instead ofPatrick Georgi2009-04-301-72/+12
* makes the smi handler a little bit less verboseStefan Reinauer2009-04-221-1/+5
* Add VIA CX700 support, plus VIA vt8454c reference board support.Stefan Reinauer2009-04-171-0/+5
* Following patch adds necessary hooks and as well the compile time checks forRudolf Marek2009-04-131-0/+17
* drop unused variables in generic smm handler. (trivial)Stefan Reinauer2009-04-031-4/+0
* drop another shadow variable (trivial)Stefan Reinauer2009-04-031-5/+5
* Fix typo.Marc Jones2009-04-011-1/+1
* fix typoStefan Reinauer2009-03-311-1/+1
* * fix a minor power state issue in the ich7 smm handlerStefan Reinauer2009-03-061-1/+12
* fix a bunch of cast and type warnings and don't call the apic "nvram", thatStefan Reinauer2009-03-062-5/+6
* I just went on a bugfix frenzy and fixed all printk format warningsCarl-Daniel Hailfinger2009-03-042-3/+3
* coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer2009-02-281-5/+5
* With this patch the v2 build system will create a directory hierarchyStefan Reinauer2009-02-281-2/+2
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-122-2/+2
OpenPOWER on IntegriCloud