summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-083-4/+4
* newconfig is no more.Patrick Georgi2010-02-0752-618/+0
* typoStefan Reinauer2010-02-041-1/+1
* Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU.Stefan Reinauer2010-02-044-0/+60
* - Clean up and comment writing of MSRs for cache control (Backport from v3)Edwin Beasant2010-01-261-23/+17
* Fix ACPI build on a couple of boards (now that it's active)Patrick Georgi2010-01-254-0/+7
* More Kconfig changes to improve match with newconfig:Patrick Georgi2010-01-253-0/+15
* Move all IOAPIC selection to southbridges, and remove themPatrick Georgi2010-01-181-0/+1
* Make internal functions static in speedstep ACPI generation code.Stefan Reinauer2010-01-161-2/+2
* Fix stack base for Atom CPUs, the resume mechanism (cbmem etc) expects this.Stefan Reinauer2010-01-161-4/+4
* Micro-optimization: movl $0 --> xorl.Stefan Reinauer2010-01-162-5/+5
* new microcode for Intel Core 2(tm) CPUsStefan Reinauer2010-01-169-1168/+1168
* Make qemu use the udelay function in src/pc80/udelay_io.cPatrick Georgi2010-01-111-9/+0
* Kconfig builds all boards now.Patrick Georgi2010-01-063-0/+16
* - Let AMD CAR code pick the right XIP areaRudolf Marek2010-01-051-1/+8
* - Fix UDELAY options and HAVE_INIT_TIMER [kconfig]Patrick Georgi2010-01-048-3/+29
* - use LAPIC timer if selected (instead of TSC all the time) [kconfig]Patrick Georgi2010-01-045-3/+5
* romcc:Patrick Georgi2009-12-312-0/+2
* Tiny Bootblock, step 1/n.Patrick Georgi2009-12-231-0/+1
* Make coreboot load VSA from CBFS on amd/gx2.Patrick Georgi2009-12-211-11/+5
* Push VSA into CBFS for amd/lx systems. It's not hooked up toPatrick Georgi2009-12-101-11/+5
* Trivial fix for kconfig socket 441 (typo was 411) so that d945gclf builds.Myles Watson2009-12-021-1/+1
* Atom only supports 32bit MTRRs (trivial)Stefan Reinauer2009-12-011-1/+1
* Silence two warnings. Only use the Qemu hard-coded address for VGA devices.Myles Watson2009-11-171-1/+3
* Complete the Kconfig of socket_AM2r2.Zheng Bao2009-11-131-0/+30
* Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson2009-11-121-2/+3
* Split the two usages of __ROMCC__:Myles Watson2009-11-066-8/+8
* Fix up typo in Socket 441 CPUs, and add a few (trivial) Kconfig files for them.Stefan Reinauer2009-11-047-6/+25
* Some fixes.Patrick Georgi2009-11-032-8/+11
* Remove some warnings from the tyan s2895.Myles Watson2009-10-304-46/+5
* Make d945gclf build.Myles Watson2009-10-282-2/+1
* Add some missing license headers, consistency fixes for others (trivial).Uwe Hermann2009-10-287-13/+82
* preliminary Intel D945GCLF Atom+i945 support.Stefan Reinauer2009-10-288-0/+660
* Remove redundant declarations. Trivial.Myles Watson2009-10-271-2/+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-262-2/+0
* CBMEM high table memory manager.Stefan Reinauer2009-10-262-66/+54
* intel core and core 2:Stefan Reinauer2009-10-262-4/+14
* Define some variables that were not defined. There are a couple left.Myles Watson2009-10-2610-26/+3
* Fix kconfig build error due to "source"ing a non-existant file (trivial).Uwe Hermann2009-10-241-1/+0
* Change QEMU CPU Makefile.inc files to match other CPUs.Uwe Hermann2009-10-242-2/+2
* hook up missing x86 SMM into Makefile Stefan Reinauer2009-10-242-3/+2
* drop support for various (old) PPC CPUs as per discussion from 9/10/9Stefan Reinauer2009-10-2423-1683/+0
* Some ACPI implementations don't like to see full paths within a scope forStefan Reinauer2009-10-241-4/+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
* New revision guide September 2009 3.46Rudolf Marek2009-10-232-0/+28
* drop a lot of dead code, including an old winbond southbridge from our removedStefan Reinauer2009-10-231-1/+0
* White space and comment fixes for cache_as_ram.inc files so it's easier to spotMyles Watson2009-10-233-283/+284
* Remove PRINTK_IN_CAR tests from AMD files.Myles Watson2009-10-233-43/+0