Maximilian Thuermer found a bug where the HT link capability code was always
[coreboot.git] / src / southbridge /
2009-06-05 Carl-Daniel Hailfingerdie() does never return. Annotate it as such.
2009-06-05 Zheng BaoAfter I modify the pci_ext_read_config32 and pci_ext_re...
2009-06-04 Zheng BaoThis patch is about some noticable bugs which was made...
2009-06-03 Luc VerhaegenRevert "CMOS: Add set_option and rework get_option."
2009-06-03 Luc VerhaegenCMOS: Add set_option and rework get_option.
2009-06-03 Zheng BaoModify it based on the RPR 5.7.7. Switching GGSP Config...
2009-05-31 Rudolf MarekFollowing patch moves all vt8237 fadt.c from mainboard...
2009-05-29 Joseph Smithenable/disable IDE 0/1 (Primary/Secondary) interfaces...
2009-05-26 Stefan Reinauerops can not be const because of the pci conf1/conf2...
2009-05-13 Joseph SmithOops forgot small part. Set up PIRQs in mainboard Confi...
2009-05-11 Myles WatsonThis patch adds high table support to qemu. It was...
2009-05-02 Joseph SmithAssign PIRQs in mainboard Config.lb or use the default...
2009-05-02 Stefan ReinauerRun dos2unix on all files:
2009-05-02 Joseph SmithTrivial, update email address.
2009-05-01 Joseph SmithThis is a patch to use another IRQ besides IRQ12 to...
2009-04-30 Myles WatsonRemove warnings from compilation of the s2892 with...
2009-04-28 Stefan Reinauerfix warning: no return statement in function returning...
2009-04-22 Mondrian nuessleThis patch adds support for the BCM21000 (aka HT-2100)
2009-04-13 Rudolf MarekFix the build. This error was introduced by change...
2009-04-13 Rudolf MarekFollowing patch adds support for resume on VT8237 based...
2009-04-06 Stefan Reinauer(trivial) fix some warnings
2009-04-05 Stefan Reinauertwo more totalimpact briq fixes. Gets us back to the...
2009-04-04 Stefan Reinauerfix this warning for the embedded planet ep405pc
2009-03-21 Rudolf MarekTo make use of HAVE_HIGH_TABLES following patch is...
2009-03-13 Stefan ReinauerThis, ladies and gentlement, is commit #4000.
2009-03-13 Stefan ReinauerACPI implementation for i945, ICH7, Kontron 986LCD-M
2009-03-11 Stefan ReinauerThis patch contains some significant updates to the...
2009-03-10 Myles WatsonThis patch adds common elements for ck804-based boards.
2009-03-06 Stefan Reinauer* fix a minor power state issue in the ich7 smm handler
2009-03-06 Stefan Reinaueruse include file for i8259 where appropriate (trivial)
2009-03-04 Carl-Daniel HailfingerI just went on a bugfix frenzy and fixed all printk...
2009-02-28 Stefan Reinauercoreboot-v2: drop this ugly historic union name in...
2009-02-15 Stefan Reinauer- Fix up amd pistachio and dbm690t.
2009-02-12 Myles WatsonThis patch converts __FUNCTION__ to __func__, since...
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-01-23 Maggie LiFix rs690 bug about GPPSB configuration.
2009-01-20 Stefan Reinauerforgot to svn add
2009-01-20 Stefan ReinauerUpdate Kontron board
2009-01-19 Stefan ReinauerFirst shot at factoring SMM code into generic parts...
2009-01-15 Dan LykowskiAdds a retry/faildown to SB600 SATA detection logic.
2008-12-29 Carl-Daniel HailfingerThe SB600 RPR documentation does not mention what to...
2008-12-23 Carl-Daniel HailfingerHandle RS690 quirks for 1 GHz noncoherent HyperTransport.
2008-12-23 Maggie LiFix implicit declarations of pci_read_config32 and...
2008-12-22 Carl-Daniel HailfingerFix implicit udelay src/southbridge/nvidia/mcp55/mcp55_...
2008-12-19 Corey OsgoodFix a LOT of implicit function declarations before...
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-17 Zheng BaoAdd 690G and 690(MT) internal graphics support.
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-04 Rudolf MarekThe patch changes the LDTSTOP length as well mostly...
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-14 Stefan Reinauerdrop dead code in sb600 hda
2008-11-06 Uwe HermannDrop #defines for registers that are not existant on...
2008-11-06 Uwe HermannThe enable_hpet() code in intel/i82801gx will not work...
2008-11-02 Uwe HermannTrim down the list of southbridges supported by the...
2008-10-31 Uwe HermannRevert i945/ICH7 PCI IDs to be hard-coded numbers inste...
2008-10-29 Uwe Hermanni945/ICH7: Use #defines from pci_ids.h (trivial).
2008-10-29 Stefan ReinauerSupport for the Intel ICH7 southbridge.
2008-10-21 Uwe HermannI/O ports are 16bit, so change 'unsigned long port_base...
2008-10-21 Uwe HermannAdd missing license header.
2008-10-17 Corey OsgoodFinal fix for C7 boards, which are still using ROMCC...
2008-10-17 Carl-Daniel HailfingerROMCC chokes on vt8237_early_network_init(). Since...
2008-10-16 Carl-Daniel HailfingerRevision 3567 introduced __attribute__((packed)) for...
2008-10-13 Uwe HermannMove AMD RS690 and SB600 PCI IDs to pci_ids.h where...
2008-10-12 Corey OsgoodRemove an extra bracket left by the vt8237r cleanup...
2008-10-12 Uwe HermannVIA VT8237R cleanups (trivial).
2008-10-09 Marc JonesAdded comment about sb600 wideio setting for clarity...
2008-10-07 Jordan Crouse[PATCH] coreboot: Don't loop forever waiting for HDA...
2008-10-03 Marc JonesRon has been doing really good work over in v3. The...
2008-10-02 Uwe HermannCK804 coding-style fixed based on an 'indent' run ...
2008-10-02 Ronald G. MinnichThis is so that people can see it. This is the sb600...
2008-10-01 Carl-Daniel HailfingerThe ARRAY_SIZE macro is convenient, yet mostly unused...
2008-09-22 Michael XiePatch for AMD SB600 chipset.
2008-09-22 Michael XiePatch for AMD RS690 chipset.
2008-09-19 Rudolf MarekAttached patch fixes at least one issue ;) During...
2008-09-18 Myles Watsonck804 whitespace fixes
2008-09-05 Rudolf MarekThis patch adds support for the VIA VT8237S south bridg...
2008-09-03 Ed SwierkTidy up identifiers, per Uwe's suggestion. Trivial.
2008-09-01 Bari AriThis patch gets the Epia-CN working without ACPI or...
2008-08-25 Ed SwierkThis patch adds PCI device IDs for the Intel EP80579...
2008-08-25 Ed SwierkThis patch modifies the Intel 3100 southbridge code...
2008-08-01 Stefan Reinauercoding style fixes (trivial)
2008-07-12 Marc JonesThere was a programming error which made most USB port4...
2008-06-20 Bari AriExtend the VIA vt8237r southbridge decode range for...
2008-05-07 Ed SwierkImplement GPIO configuration routines for the Intel...
2008-05-06 Marc Jonescs5536 IDE PWB flag was not getting set since it is...
2008-04-30 Ed SwierkBy default, the Intel 3100 LPC interface enables only...
2008-04-23 Ward VandewegeThis patch fixes the 3 broken sata ports on the Tyan...
2008-04-06 Joseph SmithThis patch halts the tco timer early in the boot proces...
2008-04-01 Ed SwierkSetting an integrated southbridge device (like SATA...
2008-04-01 Joseph SmithRemove i82801DB files that I meant to delete in r3206.
2008-04-01 Ed SwierkTiny style fix for consistency (trivial).
2008-04-01 Joseph SmithRemoval of i82801DB (ICH4)
2008-04-01 Ed SwierkThe early init code of several Intel southbridge chipse...
2008-03-30 Ed SwierkLike other Intel chipsets, the Intel 3100 has a TCO...
2008-03-29 Nikolay PetukhovNow coreboot performs IRQ routing for some boards.
2008-03-20 Rudolf MarekFollowing patch adds K8M890 support. It initializes...
next