Kino devicetree.cb SIO PNP devices were not matched up with the
[coreboot.git] / src / cpu /
2011-02-28 Xavi Drudis FerranImproving BKDG implementation of P-states,
2011-02-28 Xavi Drudis FerranImproving BKDG implementation of P-states,
2011-02-28 Xavi Drudis FerranImproving BKDG implementation of P-states,
2011-02-28 Xavi Drudis FerranImproving BKDG implementation of P-states,
2011-02-28 Xavi Drudis FerranImproving BKDG implementation of P-states,
2011-02-28 Xavi Drudis FerranPrepare for next patches (Improving BKDG implementation...
2011-02-27 Xavi Drudis FerranPrepare for next patches (Improving BKDG implementation...
2011-02-27 Xavi Drudis FerranPrepare for next patches (Improving BKDG implementation...
2011-02-27 Xavi Drudis FerranPrepare for next patches (Improving BKDG implementation...
2011-02-27 Xavi Drudis FerranPrepare for next patches (Improving BKDG implementation...
2011-02-27 Xavi Drudis FerranPrepare for next patches (Improving BKDG implementation...
2011-02-27 Xavi Drudis FerranPrepare for next patches (Improving BKDG implementation...
2011-02-27 Xavi Drudis FerranPrepare for next patches (Improving BKDG implementation...
2011-02-26 Xavi Drudis FerranMake AMD Fam10h CPU microcode updates optional in Exper...
2011-02-26 Rudolf MarekIt adds support for automatic PSS object generation...
2011-02-24 Josef KellermannAdd compile-time defaults to some K8 CMOS options in...
2011-02-14 Frank VibransAdd AMD cpu wrapper code. Patch 4 of 8.
2011-02-10 Scott DuplichanAccording to AMD documentation, cache type WP should...
2011-02-10 Alexandru GagniucImplemented workaround for erratum 169, obsoleting...
2011-02-10 Josef KellermannFix a potential system hang by handling AMD Model F...
2011-01-27 Stefan Reinaueroops. this is weird. CAR addresses should be specified...
2011-01-19 Stefan ReinauerRevert r5902 to make code more readable again. At least...
2011-01-19 Kevin O'ConnorNow that the VIA code is run above 1Meg (like other...
2011-01-12 Stefan Reinauerdrop unused files
2011-01-01 Kerry SheAdd AMD SB800 southbridge CIMx code.
2010-12-30 Nils JacobsRemove duplicated GX2 processor IIOC mode setting on...
2010-12-26 Nils JacobsRemove dead and unused Geode GX2 code
2010-12-26 Nils JacobsReplace Geode GX2 MSR addresses for GLCP on GLIU1 with...
2010-12-26 Nils JacobsClean up Geode GX2 comments, whitespace and coding...
2010-12-18 Rudolf MarekSMM on AMD K8 Part 2/2
2010-12-18 Stefan ReinauerSMM for AMD K8 Part 1/2
2010-12-18 Patrick GeorgiSupport Intel SCH (Poulsbo) and add iwave/iWRainbowG6...
2010-12-16 Stefan Reinauer- Fix shortcoming in Kconfig when handling multiple...
2010-12-12 Stefan Reinauerfix model 106cx
2010-12-11 Stefan Reinauerfactor out cpu power management base into a separate...
2010-12-11 Stefan ReinauerAfter this has been brought up many times before, renam...
2010-12-08 Tobias DiedrichThese empty files sneaked in from another patch and...
2010-12-08 Tobias DiedrichTobias Diedrich wrote:
2010-12-08 Uwe HermannMove "select CACHE_AS_RAM" lines from boards into CPU...
2010-11-22 Rudolf Marek1) wraps the s3 parts of chipset code/memory init code...
2010-11-22 Stefan ReinauerPrinting coreboot debug messages on VGA console is...
2010-11-18 Patrick GeorgiEliminate SET_NB_CFG_54 option. There was no board...
2010-11-17 Patrick GeorgiMove Intel power management related defines to some...
2010-11-16 Patrick GeorgiMove the SET_FIDVID* family of configuration options...
2010-11-13 Scott DuplichanMTRR related improvements for AMD family 10h and family...
2010-11-09 Tobias DiedrichThis fixes a FIXME in src/cpu/amd/mtrr/amd_mtrr.c and...
2010-11-03 Nils JacobsClean up some more comments and white space in model_gx...
2010-10-31 Scott DuplichanFix AMD family 10h engineering sample is reported as...
2010-10-26 Patrick Georgireg is only used inside the #if clause, so declare...
2010-10-20 Myles WatsonNow that no boards set RAMBASE < 1M, get rid of some...
2010-10-19 Scott DuplichanFor AMD family 10h processors, msr c0010058 is always...
2010-10-19 Jonathan KollaschModernize socket_754 Kconfig with CAR and address bits...
2010-10-19 Scott DuplichanRevision 5966 changed the end of line style of the...
2010-10-19 Scott DuplichanTo reduce boot time, remove the double startup IPI...
2010-10-19 Scott DuplichanWhen debug logging is enabled, a message such as '...
2010-10-18 Stefan Reinauerupdate intel microcode files.
2010-10-18 Uwe HermannMake update-microcodes.sh executable.
2010-10-17 Stefan Reinauerupdate intel microcode update script
2010-10-17 Keith HuiRemoves model_65x CPUIDs from model_6xx code.
2010-10-16 Keith HuiMove support for Deschutes Slot 1 CPUs (model_65x)...
2010-10-15 Uwe HermannDrop unused DCACHE_RAM_BASE from intel/car/cache_as_ram...
2010-10-13 Keith HuiMove out Katmai Slot 1 CPUs (model_67x) from model_6xx...
2010-10-13 Uwe HermannConvert all Intel i810 boards to CAR.
2010-10-12 Keith HuiAdd missing include of model_6bx for slot_1.
2010-10-12 Uwe HermannWe define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.
2010-10-12 Warren TurkalReduce duplicate definition in CAR code.
2010-10-11 Uwe HermannFactor out a few commonly duplicated functions from...
2010-10-07 Uwe HermannRemove some duplicate #include files (trivial).
2010-10-07 Jonathan KollaschRemove duplicate line from pci_ids.h.
2010-10-06 Uwe HermannConvert all Intel 440BX boards to Cache-as-RAM (CAR).
2010-10-04 Uwe HermannAdd missing Intel Pentium II/III era CPU IDs.
2010-10-02 Uwe HermannAdd comments to make it clear why these two lines are...
2010-10-01 Uwe HermannFactor out common CAR asm snippets.
2010-10-01 Uwe HermannCosmetics, whitespace and coding-style fixes for Intel...
2010-10-01 Myles WatsonFix some breakage from 5890.
2010-10-01 Stefan Reinauerfix VIA C7 code.
2010-10-01 Uwe HermannAdd missing parenthesis (trivial).
2010-10-01 Uwe HermannCAR simplifications, typos, readability improvements...
2010-09-30 Uwe HermannVarious cosmetic and coding style fixes in CAR code...
2010-09-30 Uwe HermannUse existing, readable MTRR #defines instead of hardcod...
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-30 Stefan Reinauerfix Kontron KT690 and clean up socket S1G1 boards accor...
2010-09-30 Warren TurkalMove CAR settings to board config for socket 940 boards.
2010-09-30 Warren TurkalMove VIA C7 board CAR config to VIA C7 instead of boards.
2010-09-29 Uwe HermannForgot to 'svn add' src/cpu/x86/name (trivial).
2010-09-29 Uwe HermannFactor out fill_processor_name() and strcpy() functions.
2010-09-27 Warren TurkalAll these boards already had the CACHE_AS_RAM option...
2010-09-27 Warren TurkalMove CAR config from mainboard to CPU config for AMD...
2010-09-27 Warren TurkalThis patch moves one of the CAR configs to the socket...
2010-09-27 Stefan Reinauerdrop some dead code from model_fxx_init.c
2010-09-27 Uwe HermannAdd a few missing license headers based on svn logs...
2010-09-27 Stefan Reinauerdrop double include (trivial)
2010-09-26 Stefan Reinauerdrop some more unneeded ../../..
2010-09-26 Warren TurkalNormalize the config option for the Intel Atom CPU.
2010-09-26 Stefan Reinauerdumpmmcr utility is available under util and shares...
2010-09-25 Uwe HermannDrop <cpu/amd/mtrr.h> #include from Intel CPUs.
2010-09-25 Stefan Reinauer- Fix race condition in option_table.h generation by...
2010-09-23 Uwe HermannWhitespace/typo/cosmetic fixes (trivial).
2010-09-17 Arne Georg GleditschClear bit 35 of msr c001_102a in Fam10 rev C cores.
2010-09-16 Marc JonesAdd more Fam10 CPUID strings from the AMD revision...
next