Age | Commit message (Expand) | Author |
2009-05-26 | ops can not be const because of the pci conf1/conf2 hackery we do. trivial | Stefan Reinauer |
2009-05-13 | Oops forgot small part. Set up PIRQs in mainboard Config.lb for IP1000 and RM... | Joseph Smith |
2009-05-11 | This patch adds high table support to qemu. It was already added to | Myles Watson |
2009-05-02 | Assign PIRQs in mainboard Config.lb or use the default ones listed in i82801x... | Joseph Smith |
2009-05-02 | Run dos2unix on all files: | Stefan Reinauer |
2009-05-02 | Trivial, update email address. | Joseph Smith |
2009-05-01 | This is a patch to use another IRQ besides IRQ12 to fix conflicts with i8042 ... | Joseph Smith |
2009-04-30 | Remove warnings from compilation of the s2892 with and without CBFS. | Myles Watson |
2009-04-28 | fix warning: no return statement in function returning non-void | Stefan Reinauer |
2009-04-22 | This patch adds support for the BCM21000 (aka HT-2100) | Mondrian nuessle |
2009-04-13 | Fix the build. This error was introduced by change in acpi.c, the acpi_slp_ty... | Rudolf Marek |
2009-04-13 | Following patch adds support for resume on VT8237 based motherboards. The NB | Rudolf Marek |
2009-04-06 | (trivial) fix some warnings | Stefan Reinauer |
2009-04-05 | two more totalimpact briq fixes. Gets us back to the romfs breakage on PPC | Stefan Reinauer |
2009-04-04 | fix this warning for the embedded planet ep405pc | Stefan Reinauer |
2009-03-21 | To make use of HAVE_HIGH_TABLES following patch is needed. Also, it moves | Rudolf Marek |
2009-03-13 | This, ladies and gentlement, is commit #4000. | Stefan Reinauer |
2009-03-13 | ACPI implementation for i945, ICH7, Kontron 986LCD-M | Stefan Reinauer |
2009-03-11 | This patch contains some significant updates to the i82801gx component and will | Stefan Reinauer |
2009-03-10 | This patch adds common elements for ck804-based boards. | Myles Watson |
2009-03-06 | * fix a minor power state issue in the ich7 smm handler | Stefan Reinauer |
2009-03-06 | use include file for i8259 where appropriate (trivial) | Stefan Reinauer |
2009-03-04 | I just went on a bugfix frenzy and fixed all printk format warnings | Carl-Daniel Hailfinger |
2009-02-28 | coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 | Stefan Reinauer |
2009-02-15 | - Fix up amd pistachio and dbm690t. | Stefan Reinauer |
2009-02-12 | This patch converts __FUNCTION__ to __func__, since __func__ is standard. | Myles Watson |
2009-02-09 | Remove some warnings, mainly from format strings which didn't match the | Myles Watson |
2009-02-05 | Use the correct device for switching on HDA. | Dan Lykowski |
2009-01-23 | Fix rs690 bug about GPPSB configuration. | Maggie Li |
2009-01-20 | forgot to svn add | Stefan Reinauer |
2009-01-20 | Update Kontron board | Stefan Reinauer |
2009-01-19 | First shot at factoring SMM code into generic parts and southbridge specific | Stefan Reinauer |
2009-01-15 | Adds a retry/faildown to SB600 SATA detection logic. | Dan Lykowski |
2008-12-29 | The SB600 RPR documentation does not mention what to do if SATA_BAR0+6 | Carl-Daniel Hailfinger |
2008-12-23 | Handle RS690 quirks for 1 GHz noncoherent HyperTransport. | Carl-Daniel Hailfinger |
2008-12-23 | Fix implicit declarations of pci_read_config32 and pci_write_config32 in | Maggie Li |
2008-12-22 | Fix implicit udelay src/southbridge/nvidia/mcp55/mcp55_aza.c | Carl-Daniel Hailfinger |
2008-12-19 | Fix a LOT of implicit function declarations before they become errors. | Corey Osgood |
2008-12-18 | Fix implicit declaration in cn700/vt8237 code | Corey Osgood |
2008-12-18 | This patch gets rid of all the implicit definition warnings for serengeti exc... | Myles Watson |
2008-12-17 | Add 690G and 690(MT) internal graphics support. | Zheng Bao |
2008-12-13 | Move mainboard specific changes to the coreboot memory table into the | Stefan Reinauer |
2008-12-12 | Improve comments in early SB600 setup, handle non-LPC strapping and | Carl-Daniel Hailfinger |
2008-12-04 | The patch changes the LDTSTOP length as well mostly default content of 0xec, | Rudolf Marek |
2008-12-01 | Add AMD rs690 VID DID reporting and some minor cleanups. | Joe Bao |
2008-12-01 | Add AMD sb600 HPET setup and some minor cleanups. | Joe Bao |
2008-11-14 | drop dead code in sb600 hda | Stefan Reinauer |
2008-11-06 | Drop #defines for registers that are not existant on the ICH7. | Uwe Hermann |
2008-11-06 | The enable_hpet() code in intel/i82801gx will not work with the | Uwe Hermann |
2008-11-02 | Trim down the list of southbridges supported by the i82801xx driver | Uwe Hermann |
2008-10-31 | Revert i945/ICH7 PCI IDs to be hard-coded numbers instead of #defines. | Uwe Hermann |
2008-10-29 | i945/ICH7: Use #defines from pci_ids.h (trivial). | Uwe Hermann |
2008-10-29 | Support for the Intel ICH7 southbridge. | Stefan Reinauer |
2008-10-21 | I/O ports are 16bit, so change 'unsigned long port_base' to 'u16 port_base'. | Uwe Hermann |
2008-10-21 | Add missing license header. | Uwe Hermann |
2008-10-17 | Final fix for C7 boards, which are still using ROMCC, to be able to | Corey Osgood |
2008-10-17 | ROMCC chokes on vt8237_early_network_init(). Since that function is only | Carl-Daniel Hailfinger |
2008-10-16 | Revision 3567 introduced __attribute__((packed)) for a structured which | Carl-Daniel Hailfinger |
2008-10-13 | Move AMD RS690 and SB600 PCI IDs to pci_ids.h where they should be. | Uwe Hermann |
2008-10-12 | Remove an extra bracket left by the vt8237r cleanup patch (trivial) | Corey Osgood |
2008-10-12 | VIA VT8237R cleanups (trivial). | Uwe Hermann |
2008-10-09 | Added comment about sb600 wideio setting for clarity and a minor witespace c... | Marc Jones |
2008-10-07 | [PATCH] coreboot: Don't loop forever waiting for HDA codecs | Jordan Crouse |
2008-10-03 | Ron has been doing really good work over in v3. The problem is that the work ... | Marc Jones |
2008-10-02 | CK804 coding-style fixed based on an 'indent' run (trivial). | Uwe Hermann |
2008-10-02 | This is so that people can see it. This is the sb600 for v3. It almost | Ronald G. Minnich |
2008-10-01 | The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of | Carl-Daniel Hailfinger |
2008-09-22 | Patch for AMD SB600 chipset. | Michael Xie |
2008-09-22 | Patch for AMD RS690 chipset. | Michael Xie |
2008-09-19 | Attached patch fixes at least one issue ;) During the PCI BAR sizing must b... | Rudolf Marek |
2008-09-18 | ck804 whitespace fixes | Myles Watson |
2008-09-05 | This patch adds support for the VIA VT8237S south bridge. The VT8237R program... | Rudolf Marek |
2008-09-03 | Tidy up identifiers, per Uwe's suggestion. Trivial. | Ed Swierk |
2008-09-01 | This patch gets the Epia-CN working without ACPI or APIC. | Bari Ari |
2008-08-25 | This patch adds PCI device IDs for the Intel EP80579 Integrated Processor, | Ed Swierk |
2008-08-25 | This patch modifies the Intel 3100 southbridge code to recognize the | Ed Swierk |
2008-08-01 | coding style fixes (trivial) | Stefan Reinauer |
2008-07-12 | There was a programming error which made most USB port4 setup wrong. This pat... | Marc Jones |
2008-06-20 | Extend the VIA vt8237r southbridge decode range for the ROM to 1MB. | Bari Ari |
2008-05-07 | Implement GPIO configuration routines for the Intel 3100 southbridge, | Ed Swierk |
2008-05-06 | cs5536 IDE PWB flag was not getting set since it is 1<<14 and it was only doi... | Marc Jones |
2008-04-30 | By default, the Intel 3100 LPC interface enables only I/O range 0x3f8 | Ed Swierk |
2008-04-23 | This patch fixes the 3 broken sata ports on the Tyan s2891 (primary port on | Ward Vandewege |
2008-04-06 | This patch halts the tco timer early in the boot process on all ICH series so... | Joseph Smith |
2008-04-01 | Setting an integrated southbridge device (like SATA or USB2.0) to | Ed Swierk |
2008-04-01 | Remove i82801DB files that I meant to delete in r3206. | Joseph Smith |
2008-04-01 | Tiny style fix for consistency (trivial). | Ed Swierk |
2008-04-01 | Removal of i82801DB (ICH4) | Joseph Smith |
2008-04-01 | The early init code of several Intel southbridge chipsets calls | Ed Swierk |
2008-03-30 | Like other Intel chipsets, the Intel 3100 has a TCO timer that reboots | Ed Swierk |
2008-03-29 | Now coreboot performs IRQ routing for some boards. | Nikolay Petukhov |
2008-03-20 | Following patch adds K8M890 support. It initializes the AGP and graphics UMA. | Rudolf Marek |
2008-03-19 | Following patch will setup KT890 HT automatically. It will find the | Rudolf Marek |
2008-03-16 | Here is an updated patch addressing most of Uwe's and Peter's ... | Ed Swierk |
2008-03-15 | Following patch extends the ROM decoding to last 1MB, allowing to use larger | Rudolf Marek |
2008-03-15 | Following patch fixes the retrain/reset sequence which caused problem with some | Rudolf Marek |
2008-02-25 | This trivial patch removes an unused local variable, thus getting rid of | Ronald Hoogenboom |
2008-02-20 | Route device IRQ through PCI bridge instead in mptable. | Yinghai Lu |
2008-01-18 | Rename almost all occurences of LinuxBIOS to coreboot. | Stefan Reinauer |
2008-01-18 | Please bear with me - another rename checkin. This qualifies as trivial, no | Stefan Reinauer |