This patch is for AMD boards which can do the P state generation. This just
[coreboot.git] / src /
2009-02-19 Rudolf MarekThis patch is for AMD boards which can do the P state...
2009-02-18 Carl-Daniel HailfingerCarl-Daniel's part:
2009-02-17 Carl-Daniel HailfingerAdd QWord support to acpigen.
2009-02-17 Patrick GeorgiUnify CAR so the same compiled code does the right...
2009-02-15 Stefan Reinauer- Fix up amd pistachio and dbm690t.
2009-02-14 Rudolf MarekChange Log:
2009-02-14 Rudolf MarekBellongs to r3946
2009-02-14 Rudolf MarekFollowing patch adds dynamically generated P-States...
2009-02-13 Ronald G. MinnichThis target is dead.
2009-02-12 Myles WatsonThis patch converts __FUNCTION__ to __func__, since...
2009-02-12 Stefan ReinauerFix mtrr setup for UMA architectures.
2009-02-12 Carl-Daniel HailfingerFix typo in PCI ID (1914 should have been 7914).
2009-02-12 Carl-Daniel HailfingerRemove dead lines. Trivial.
2009-02-12 Carl-Daniel HailfingerRename TOM to TOM1 and refer to the SSDT value with...
2009-02-12 Carl-Daniel HailfingerImprove mainboard.c comments for DBM690T and Pistachio.
2009-02-11 Carl-Daniel HailfingerPrint a loud warning message if we run out of MTRRs.
2009-02-11 Carl-Daniel HailfingerFix one leftover reference to AmlCode_ssdt which was...
2009-02-10 Myles WatsonChange 0x%p to %p. Thanks Stefan for catching the...
2009-02-09 Myles WatsonRemove some warnings, mainly from format strings which...
2009-02-05 Dan LykowskiUse the correct device for switching on HDA.
2009-02-03 Rudolf MarekFollowing patch converts the run-time SSDT patching...
2009-02-03 Rudolf MarekFollowing patch adds missing CPU names. Please check
2009-02-01 Rudolf MarekFollowing patch adds dynamic ACPI AML code generator...
2009-01-30 Carl-Daniel HailfingerBring AMD K8 ACPI mangling more in line with Fam10...
2009-01-28 Carl-Daniel HailfingerCorrect FDAT->FADT typo.
2009-01-23 Maggie LiFix rs690 bug about GPPSB configuration.
2009-01-21 Stefan ReinauerNow that x86emu debugging is actually working, it shoul...
2009-01-20 Stefan Reinauerforgot to svn add
2009-01-20 Stefan ReinauerUpdate Kontron board
2009-01-20 Stefan Reinauerfix small TOLUD issue in i945 raminit (trivial)
2009-01-20 Stefan Reinauerput in a little comment (trivial)
2009-01-20 Stefan Reinauersome brown paperbag please. fix build.
2009-01-20 Stefan Reinauerfix compiler warnings (trivial)
2009-01-20 Stefan Reinaueradd a header file for i8259.h (trivial)
2009-01-20 Stefan ReinauerBackport all x86emu fixes from Pattrick Hueper to coreb...
2009-01-20 Stefan ReinauerFix register typo for core 2 cpus (trivial)
2009-01-20 Stefan Reinauerfix compiler warnings (trivial)
2009-01-20 Jon DufresneThis fine work by Jon Dufresne was awkwardly rotting...
2009-01-20 Stefan ReinauerThis patch makes the recently added assembler debug...
2009-01-20 Stefan Reinauerfix inconsistent user interface naming. don't show...
2009-01-20 Stefan Reinauerfix coding style (trivial)
2009-01-20 Stefan ReinauerTrivial stuff:
2009-01-20 Carl-Daniel HailfingerCheck the printk format string against the matching...
2009-01-19 Stefan Reinauerouch. never do last minute changes. :-(
2009-01-19 Stefan ReinauerFirst shot at factoring SMM code into generic parts...
2009-01-16 Carl-Daniel HailfingerThe DBM90T code sets bit 10 in _PSS as part of the...
2009-01-16 Carl-Daniel HailfingerFirst part of heterogenous dualchannel support.
2009-01-16 Carl-Daniel HailfingerRefactor K8 rev F DDR2 CL timing retrieval.
2009-01-16 Carl-Daniel HailfingerSince all K8 targets now have CONFIG_USE_PRINTK_IN_CAR...
2009-01-15 Dan LykowskiAdds a retry/faildown to SB600 SATA detection logic.
2009-01-15 Dan Lykowskiamdk8: This patch fixes ram init problems when using...
2009-01-12 Dan LykowskiCheck to see if K8 processor is capable of changing...
2009-01-11 Patrick GeorgiIgnore some more sections, created by newer toolchains
2009-01-06 Marc JonesThe ACPI PSS CPU Pstate table was calculating the frequ...
2009-01-06 Dan LykowskiAdd support for the Winbond W83627UHG Super I/O.
2008-12-29 Carl-Daniel HailfingerThe SB600 RPR documentation does not mention what to...
2008-12-24 Zheng BaoFix AMD Pistachio implicit declarations in the same...
2008-12-24 Carl-Daniel HailfingerFix implicit declarations in the AMD DBM690T target...
2008-12-23 Rudolf MarekThis belongs to changeset: 3840
2008-12-23 Rudolf MarekFollowing patch fixes error code 12 in Windows XP and...
2008-12-23 Rudolf MarekThe attached patch adds missing bits to ACPI to make...
2008-12-23 Carl-Daniel HailfingerHandle RS690 quirks for 1 GHz noncoherent HyperTransport.
2008-12-23 Carl-Daniel HailfingerRemove a unneccessary typedef from acpi_tables.c in...
2008-12-23 Maggie LiFix implicit declarations of pci_read_config32 and...
2008-12-23 Carl-Daniel HailfingerAdd verbose debugging output at SPEW level to noncohere...
2008-12-22 Carl-Daniel HailfingerFix implicit declarations of get_bus_conf.
2008-12-22 Carl-Daniel HailfingerFix implicit declarations of pci_read_config8 and pci_w...
2008-12-22 Carl-Daniel HailfingerFix implicit udelay src/southbridge/nvidia/mcp55/mcp55_...
2008-12-22 Carl-Daniel HailfingerIn the process of trying to debug some HT sync problems...
2008-12-20 Corey OsgoodFix dell/s1850 broken in r3822, and prepare it for...
2008-12-20 Jonathan A. KollaschThis adds a mptable for the VIA pc2500e. I've tested...
2008-12-19 Uwe HermannAdd some comments to make it easier to enable onboard...
2008-12-19 Corey OsgoodFix breakage caused by r3822. I should have known not...
2008-12-19 Myles WatsonThis patch fixes the build for asus/m2v-mx_se. Its...
2008-12-19 Corey OsgoodFix a LOT of implicit function declarations before...
2008-12-19 Corey OsgoodI honestly have no idea if the previous use of the...
2008-12-18 Corey OsgoodFix the only implicit declaration before it becomes...
2008-12-18 Corey OsgoodFix implicit declaration in cn700/vt8237 code
2008-12-18 Myles WatsonThis patch gets rid of all the implicit definition...
2008-12-18 Corey OsgoodAdd another CPUID to the Via C7's table, the one on...
2008-12-17 Zheng BaoAdd 690G and 690(MT) internal graphics support.
2008-12-15 Uwe HermannAdd initial support for the ASUS P2B-DS (dual-CPU)...
2008-12-14 Stefan Reinaueroops. there went a new mainboard into the tree and...
2008-12-13 Stefan ReinauerMove mainboard specific changes to the coreboot memory...
2008-12-12 Carl-Daniel HailfingerImprove comments in early SB600 setup, handle non-LPC...
2008-12-10 Uwe HermannUse -O2 and -mcpu=p2 as romcc options for all Intel...
2008-12-09 Maggie LiAMD PISTACHIO mainboard support.
2008-12-09 Uwe HermannAdd (parts of the) support for multiple DIMMs on the...
2008-12-05 Stefan ReinauerFixes to AMD MCT code, found by Marco Schmidt <mschmidt...
2008-12-05 Maggie LiThe TALERT of ADT7461 should be pull back high if the...
2008-12-05 Uwe HermannAdd initial support for the NEC PowerMate 2000 board.
2008-12-04 Rudolf MarekThis belongs to changeset 3795.
2008-12-04 Rudolf MarekThe patch changes the LDTSTOP length as well mostly...
2008-12-02 Joe BaoI missed the svn add on r3787. These are the additional...
2008-12-01 Joe BaoAdd AMD dbm690t ACPI support.
2008-12-01 Joe BaoAdd AMD rs690 VID DID reporting and some minor cleanups.
2008-12-01 Joe BaoAdd AMD sb600 HPET setup and some minor cleanups.
2008-11-30 Stefan Reinauerok, another attempt to the build_opt_tbl problem:
2008-11-28 Stefan ReinauerThis patch from Ralf Grosse Boerger makes debugging...
2008-11-28 Stefan ReinauerThis patch fixes the ugly race condition created throug...
next