Age | Commit message (Expand) | Author |
2009-04-22 | This patch adds support for the BCM21000 (aka HT-2100) | Mondrian nuessle |
2009-04-22 | * Allow coreboot to use the full 256 bytes of CMOS memory | Stefan Reinauer |
2009-04-21 | - function prototypes do not need "extern" | Stefan Reinauer |
2009-04-21 | add define for Role-Based Error Reporting to PCIe defines (trivial) | Stefan Reinauer |
2009-04-21 | Eliminate various issues brought up by scan-build. | Patrick Georgi |
2009-04-17 | Add VIA CX700 support, plus VIA vt8454c reference board support. | Stefan Reinauer |
2009-04-17 | This needed to be removed. | Ronald G. Minnich |
2009-04-14 | v2/src romfs->cbfs rename | Peter Stuge |
2009-04-10 | unify spd_ddr2.h (trivial) | Stefan Reinauer |
2009-04-06 | (trivial) fix some warnings | Stefan Reinauer |
2009-04-03 | These are some cleanups and changes. These are build and boot tested on qemu. | Ronald G. Minnich |
2009-04-01 | forgot this. | Ronald G. Minnich |
2009-04-01 | Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should | Stefan Reinauer |
2009-03-17 | This patch adds "high coreboot table support" to coreboot version 2. | Stefan Reinauer |
2009-03-15 | Fix all build problems on PPC except the _SDA_BASE issues caused by the | Stefan Reinauer |
2009-03-13 | This, ladies and gentlement, is commit #4000. | Stefan Reinauer |
2009-03-06 | * fix a minor power state issue in the ich7 smm handler | Stefan Reinauer |
2009-03-06 | Fix mmconf (PCIe memory mapped config space access) support in v2. It was | Stefan Reinauer |
2009-03-01 | Some changes required to get yabel working on v2 (and they generally make | Stefan Reinauer |
2009-02-28 | coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 | Stefan Reinauer |
2009-02-27 | Generic approach of putting BIOS tables at the end of memory | Stefan Reinauer |
2009-02-14 | Change Log: | Rudolf Marek |
2009-01-20 | add a header file for i8259.h (trivial) | Stefan Reinauer |
2009-01-20 | Backport all x86emu fixes from Pattrick Hueper to coreboot v2 (acked in v2, | Stefan Reinauer |
2009-01-20 | fix compiler warnings (trivial) | Stefan Reinauer |
2009-01-20 | Check the printk format string against the matching arguments. We have | Carl-Daniel Hailfinger |
2008-12-23 | The attached patch adds missing bits to ACPI to make Windows XP and Windows V... | Rudolf Marek |
2008-12-19 | Fix a LOT of implicit function declarations before they become errors. | Corey Osgood |
2008-12-18 | This patch gets rid of all the implicit definition warnings for serengeti exc... | Myles Watson |
2008-12-13 | Move mainboard specific changes to the coreboot memory table into the | Stefan Reinauer |
2008-11-11 | [PATCH] coreboot-v2: Add multiboot support | Robert Millan |
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-13 | Move AMD RS690 and SB600 PCI IDs to pci_ids.h where they should be. | Uwe Hermann |
2008-09-22 | Patch for AMD RS690 chipset. | Michael Xie |
2008-09-05 | This patch adds support for the VIA VT8237S south bridge. The VT8237R program... | Rudolf Marek |
2008-08-28 | Add definitions for DDR2 SPD registers. | Ed Swierk |
2008-08-25 | This patch adds PCI device IDs for the Intel EP80579 Integrated Processor, | Ed Swierk |
2008-08-02 | Go back to SIPI WAIT state for those CPUS defining the newly introduced | Stefan Reinauer |
2008-08-01 | add some SPD values from specs. (trivial) | Stefan Reinauer |
2008-08-01 | function prototypes don't need extern. (trivial) | Stefan Reinauer |
2008-06-29 | Adds a field to the serial port descriptor about the configured line speed. | Patrick Georgi |
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 | oops. sorry, wrong checkin. This patch backs out r3155 and instead contains the | Ed Swierk |
2008-02-21 | Add support for the Via CN700 with a C7 CPU and DDR2 RAM. Only a single DIMM is | Corey Osgood |
2008-02-01 | This patch fixes the decoding of the IO address range 0x0820->0x0827 into the | Florentin Demetrescu |
2008-01-27 | Add a new record type "console" for lbtable, and insert one record | Patrick Georgi |
2008-01-25 | This patch adds a new record type for lbtable to provide information | Patrick Georgi |
2008-01-18 | rename linuxbios_* files, too. | Stefan Reinauer |
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 |
2007-12-28 | Add Intel 3100 integrated northbridge/southbridge/superio PCI IDs. | Ed Swierk |
2007-12-19 | Changed the stop_this_cpu() to just hlt. | Marc Jones |
2007-12-19 | Initial AMD Barcelona support for rev Bx. | Marc Jones |
2007-11-29 | Restructure/rename/comment a few 82371XX-related PCI IDs (trivial). | Uwe Hermann |
2007-11-14 | * Maintaining SiS south bridge device IDs. | Morgan Tsai |
2007-11-07 | This patch masks the function prototypes in stdlib.h from ROMCC, so that | Corey Osgood |
2007-11-07 | Add PCI IDs for most Intel southbridges of the 82801 series | Uwe Hermann |
2007-11-04 | Restructure the PCI IDs list for the ICH* chipsets from ICH/ICH0 up to | Uwe Hermann |
2007-11-03 | This patch is some small changes to the vt8237r to prepare it for | Corey Osgood |
2007-11-02 | 1. vgabios removed, will go to extra repository | Morgan Tsai |
2007-10-30 | Add support for the VIA VT8237R southbridge. | Rudolf Marek |
2007-10-27 | Move ARRAY_SIZE to stdlib.h to make it available to all code (trivial). | Uwe Hermann |
2007-09-22 | Add SiS device IDs for further update. | Morgan Tsai |
2007-05-29 | Drop duplicate 82371AB device IDs (trivial). | Uwe Hermann |
2007-05-29 | Intel 82371EB: Add IDE init support. | Uwe Hermann |
2007-05-10 | This patch cleans up and clarifies Geode source code comments. | Marc Jones |
2007-05-10 | This patch updates the PCI ID of the Geode IDE device to include the revision. | Marc Jones |
2007-05-04 | This repairs the other Geode mainboards so they'll build with the new | Marc Jones |
2007-05-04 | This patch re-implements support for the CS5536 companion chip for the | Marc Jones |
2007-05-04 | This patch adds support for the AMD Geode LX CPU. (rediffed) | Marc Jones |
2007-05-03 | Add missing license headers to some Geode LX related files. | Jordan Crouse |
2007-04-06 | two more directories from YhLu's mcp55 megapatch. | Yinghai Lu |
2007-02-28 | This is (most of) the usb2 debug console code ripped out of | Yinghai Lu |
2007-02-01 | This patch adds the MCP55 PCI IDs (without which the southbridge code | Ed Swierk |
2007-02-01 | This fixes a small typo. | Roman Kononov |
2006-11-22 | Update of the src/include/spd.h file with the following improvements: | Uwe Hermann |
2006-10-04 | CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support in | Yinghai Lu |
2006-10-04 | amdk8_sysconf | Yinghai Lu |
2006-10-04 | AMD Rev F support | Yinghai Lu |
2006-09-18 | fix old bug in the src/devices/pci_device.c | Ronald G. Minnich |
2006-09-13 | changes for the lx and artecgroup mobo | Indrek Kruusa |
2006-08-25 | - USB P4 as host fix | Richard Smith |
2006-08-25 | - Added suport for enabling USB P4 on the olpc | Richard Smith |
2006-08-23 | Uwe Hermann: | Stefan Reinauer |
2006-08-03 | Changelog: | Indrek Kruusa |
2006-08-02 | Geode LX: this patch adds configuration/status/self-test MSR definitions | Indrek Kruusa |
2006-07-28 | This patch adds support for the AMD LX cpu. | Ron Minnich |
2006-07-21 | These changes incorporate steve goodrich'es fixes, and one bug that is | Ronald G. Minnich |
2006-06-10 | changes from AMD for making OLPC video work. | Ronald G. Minnich |
2006-05-04 | mods for early printing on OLPC | Ronald G. Minnich |
2006-05-02 | Fall back to pre-broken settings and setup for GX2. | Ronald G. Minnich |
2006-04-27 | code cleanup, comments added | Li-Ta Lo |
2006-04-20 | boot to kernel | Li-Ta Lo |
2006-04-10 | added chipsetinit function, many defines. addec call to chipsetinit to | Ronald G. Minnich |
2006-04-10 | add cpureginit to romcc code. | Ronald G. Minnich |
2006-04-10 | clean up gx2def.h a bit. | Ronald G. Minnich |
2006-04-06 | add northbridgeinit, also add new constants. | Ronald G. Minnich |