summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* Now that no boards set RAMBASE < 1M, get rid of some dead code. Trivial.Myles Watson2010-10-201-17/+0
* For AMD family 10h processors, msr c0010058 is always programmedScott Duplichan2010-10-191-8/+28
* Modernize socket_754 Kconfig with CAR and address bits information.Jonathan Kollasch2010-10-191-0/+20
* Revision 5966 changed the end of line style of the 3 modified files. This cha...Scott Duplichan2010-10-192-1783/+1783
* To reduce boot time, remove the double startup IPI and 10 ms delay from lapic...Scott Duplichan2010-10-191-0/+6
* When debug logging is enabled, a message such as '* AP 02 timed out:02010501'Scott Duplichan2010-10-192-1786/+1783
* update intel microcode files.Stefan Reinauer2010-10-1899-3325/+16002
* Make update-microcodes.sh executable.Uwe Hermann2010-10-181-0/+0
* update intel microcode update scriptStefan Reinauer2010-10-171-3/+3
* Removes model_65x CPUIDs from model_6xx code.Keith Hui2010-10-171-5/+0
* Move support for Deschutes Slot 1 CPUs (model_65x) into its own directory.Keith Hui2010-10-164-0/+105
* Drop unused DCACHE_RAM_BASE from intel/car/cache_as_ram.inc-using sockets.Uwe Hermann2010-10-154-19/+0
* Move out Katmai Slot 1 CPUs (model_67x) from model_6xx to model_67x.Keith Hui2010-10-1311-3/+924
* Convert all Intel i810 boards to CAR.Uwe Hermann2010-10-133-2/+15
* Add missing include of model_6bx for slot_1.Keith Hui2010-10-121-0/+1
* We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann2010-10-121-1/+2
* Reduce duplicate definition in CAR code.Warren Turkal2010-10-123-41/+108
* Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann2010-10-111-41/+0
* Remove some duplicate #include files (trivial).Uwe Hermann2010-10-0718-46/+9
* Remove duplicate line from pci_ids.h.Jonathan Kollasch2010-10-076-30/+13
* Convert all Intel 440BX boards to Cache-as-RAM (CAR).Uwe Hermann2010-10-062-0/+3
* Add missing Intel Pentium II/III era CPU IDs.Uwe Hermann2010-10-043-14/+82
* Add comments to make it clear why these two lines are written like that:Uwe Hermann2010-10-026-0/+30
* Factor out common CAR asm snippets.Uwe Hermann2010-10-016-190/+64
* Cosmetics, whitespace and coding-style fixes for Intel CAR (trivial).Uwe Hermann2010-10-013-206/+205
* Fix some breakage from 5890.Myles Watson2010-10-011-1/+2
* fix VIA C7 code.Stefan Reinauer2010-10-011-2/+4
* Add missing parenthesis (trivial).Uwe Hermann2010-10-011-1/+1
* CAR simplifications, typos, readability improvements (trivial).Uwe Hermann2010-10-013-41/+32
* Various cosmetic and coding style fixes in CAR code (trivial).Uwe Hermann2010-09-303-257/+284
* Use existing, readable MTRR #defines instead of hardcoding numbers.Uwe Hermann2010-09-303-30/+29
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-3059-81/+83
* fix Kontron KT690 and clean up socket S1G1 boards accordingly.Stefan Reinauer2010-09-301-2/+22
* Move CAR settings to board config for socket 940 boards.Warren Turkal2010-09-302-24/+24
* Move VIA C7 board CAR config to VIA C7 instead of boards.Warren Turkal2010-09-301-1/+7
* Forgot to 'svn add' src/cpu/x86/name (trivial).Uwe Hermann2010-09-292-0/+71
* Factor out fill_processor_name() and strcpy() functions.Uwe Hermann2010-09-2913-198/+14
* All these boards already had the CACHE_AS_RAM option in their individualWarren Turkal2010-09-271-6/+8
* Move CAR config from mainboard to CPU config for AMD GX2 boards.Warren Turkal2010-09-271-5/+8
* This patch moves one of the CAR configs to the socket from the singleWarren Turkal2010-09-271-0/+16
* drop some dead code from model_fxx_init.cStefan Reinauer2010-09-271-16/+1
* Add a few missing license headers based on svn logs, and also add aUwe Hermann2010-09-274-17/+110
* drop double include (trivial)Stefan Reinauer2010-09-271-2/+0
* drop some more unneeded ../../..Stefan Reinauer2010-09-262-3/+3
* Normalize the config option for the Intel Atom CPU.Warren Turkal2010-09-261-1/+1
* dumpmmcr utility is available under util and shares most of the code.Stefan Reinauer2010-09-262-450/+0
* Drop <cpu/amd/mtrr.h> #include from Intel CPUs.Uwe Hermann2010-09-253-3/+0
* - Fix race condition in option_table.h generation by moving the includeStefan Reinauer2010-09-253-0/+10
* Whitespace/typo/cosmetic fixes (trivial).Uwe Hermann2010-09-233-5/+5
* Clear bit 35 of msr c001_102a in Fam10 rev C cores.Arne Georg Gleditsch2010-09-172-2/+4
OpenPOWER on IntegriCloud