summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* - 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
* trivial: add note that VSA blob belongs into CBFS. Stefan Reinauer2009-10-221-0/+1
* Clean up some #ifdef CONFIG_*Myles Watson2009-10-191-1/+1
* Add EXPERT kconfig option so we can hide more advanced optionsUwe Hermann2009-10-181-0/+3
* Simplify Kconfig files by using "select" where possible (trivial).Uwe Hermann2009-10-183-50/+10
* Move files from src/cpu/x86/{fpu,mmx,sse}/ to x86/Peter Stuge2009-10-174-0/+0
* Remove CONFIG_ from #defines that aren't config variables. Trivial.Myles Watson2009-10-174-8/+8
* Remove some more instances of including previous empty x86/fpu/Makefile.incPeter Stuge2009-10-1722-22/+0
* Drop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since they are also emptyPeter Stuge2009-10-1721-20/+0
* Drop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc} and remove referencesPeter Stuge2009-10-1645-78/+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-168-35/+35
* Similar to r4626, change obj-y to driver-y for VIA C3 and C7.Uwe Hermann2009-10-162-2/+2
* Drop duplicate CPU subdirs-y entries for "../../x86/mtrr".Uwe Hermann2009-10-166-6/+0
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-152-3/+3
* White space and typo fixes. This makes it easier to compare the s2895 & s2892.Myles Watson2009-10-141-2/+0
OpenPOWER on IntegriCloud