aboutsummaryrefslogtreecommitdiff
path: root/src/include/device
AgeCommit message (Expand)Author
2012-05-30Add support for Panther Point to SPI driverStefan Reinauer
2012-05-10Add SPI flash driverStefan Reinauer
2012-05-01Allow device ID arrays in the PCI driver structureVadim Bendebury
2012-04-02Add a helper function to determine the number of enabled CPUsStefan Reinauer
2012-03-29Add support for enabling PCIe Common Clock and ASPMDuncan Laurie
2012-03-27Add RDC R8610 PCI IDs.Rudolf Marek
2012-03-09Add helper function to find a Local APIC by ID in the device tree.Duncan Laurie
2012-02-16pci_ids: Add AMD F15h model 00-0f and F10h cpu HT device pci idsKerry Sheh
2012-02-07Add OPROM mapping support to corebootStefan Reinauer
2012-01-24RD890: pci_ids updateKerry Sheh
2011-10-12SB800: Sata Enable bus master and enable ahci for AHCI/RAID modeKerry Sheh
2011-10-03pci_ids: Add sb800 SATA device raid mode device idKerry Sheh
2011-08-26Add automatic SMBIOS table generationSven Schnelle
2011-06-28Addition of Family12/SB900 wrapper codeefdesign98
2011-06-03Correct wrong PCI ID for VIA K8M890 Chrome.Alexandru Gagniuc
2011-05-15Enable AHCI mode and hide IDE controller to reduce boot time.Scott Duplichan
2011-05-09Adds RS740 HT and internal graphics PCI ids.Ivaylo Valkov
2011-04-20pci1x2x: add PCI1510 device IDsSven Schnelle
2011-03-27Add AMD SR56x0 support.Zheng Bao
2011-03-01Fix a simple whitespace error in src/include/device/device.hSven Schnelle
2011-03-01Add subsystemid option to sconfigSven Schnelle
2011-02-16Extended K8T890 driver to include the K8T800 and K8M800 northbridgesAlexandru Gagniuc
2011-02-03Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functionsPatrick Georgi
2011-01-31Add PCI ID's for VIA K8T800 and K8M800 northbridges.Alexandru Gagniuc
2011-01-01Add AMD SB800 southbridge support via cimx_wrapper.Kerry She
2010-12-31Add RS785(RS880) support. Just few pci_ids.Zheng Bao
2010-12-05W83627DHG/W83627EHG fixups for virtual LDNs.Uwe Hermann
2010-11-11Add pci id and ops for VT8237A SATA controllerTobias Diedrich
2010-11-07This adds the VT8237A LPC device id and the pci_driver struct inTobias Diedrich
2010-11-04Various cosmetic and coding style fixes in src/devices.Uwe Hermann
2010-11-02This adds pci device ids and pci_driver structs for the K8T890 CFTobias Diedrich
2010-10-18Cosmetics and coding style fixes in devices/*.Uwe Hermann
2010-10-11Factor out a few commonly duplicated functions from northbridge.c.Uwe Hermann
2010-10-05Remove duplicate line from pci_ids.h.Jonathan Kollasch
2010-09-23Fix some wrong capitalizations, reformat comments, fix a typo.Stefan Reinauer
2010-09-09Add support for reserved regions to resources and coreboot tables.Myles Watson
2010-06-17Always enable parent resources before child resources.Myles Watson
2010-06-09Same conversion as with resources from static arrays to lists, exceptMyles Watson
2010-06-07Fix some of Peter's suggestions for the Nokia IP530.Myles Watson
2010-06-07Remove the rest of cardbus_scan_bus.Myles Watson
2010-06-04Fixes for Nokia IP530 and associated drivers.Marc Bertens
2010-05-21Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-05Add RS785G, looks like it works although it is RV620.Rudolf Marek
2010-03-161. This patch is about the pci header of RS780 and SB700. It is madeZheng Bao zheng.bao
2010-03-051. Move run_bios prototype to device.hMyles Watson
2010-02-22This is a general cleanup patchStefan Reinauer
2009-11-06Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson
2009-10-27Improve coreboot build output and eliminate some warnings:Uwe Hermann
2009-10-27Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka
2009-10-09Add const to get rid of some warnings when passing quoted strings.Myles Watson
2009-09-29Remove some warnings.Myles Watson
2009-09-22If no pci access method has been set for the device tree so far (e.g.Carl-Daniel Hailfinger
2009-08-17Get the Via EPIA-N(L)/CN400 to a reasonable level of maturity::Jon Harrison
2009-07-22Fix a redundant declaration warning (trivial)Stefan Reinauer
2009-07-21Rewrite interrupt handling in coreboot to be more comprehensible andStefan Reinauer
2009-07-02Fix many things for via/epia-m700 to build.Myles Watson
2009-07-02Move the v3 resource allocator to v2.Myles Watson
2009-07-01Add support for the Intel Eagle Heights development board.Thomas Jourdan
2009-07-01I missed three files. Jon Harrison
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-05-12Use the debugging functions to print out the tree and resources.Myles Watson
2009-05-11Bring v3-style debug output to v2. Fix a minor typo.Myles Watson
2009-04-22This patch adds support for the BCM21000 (aka HT-2100)Mondrian nuessle
2009-04-21add define for Role-Based Error Reporting to PCIe defines (trivial)Stefan Reinauer
2009-04-01Drop CONFIG_CHIP_NAME. Those config statements in Config.lb shouldStefan Reinauer
2009-03-13This, ladies and gentlement, is commit #4000.Stefan Reinauer
2009-03-06Fix mmconf (PCIe memory mapped config space access) support in v2. It wasStefan Reinauer
2009-02-28coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer
2008-12-18This patch gets rid of all the implicit definition warnings for serengeti exc...Myles Watson
2008-10-31Revert i945/ICH7 PCI IDs to be hard-coded numbers instead of #defines.Uwe Hermann
2008-10-29i945/ICH7: Use #defines from pci_ids.h (trivial).Uwe Hermann
2008-10-29Support for the Intel ICH7 southbridge.Stefan Reinauer
2008-10-13Move AMD RS690 and SB600 PCI IDs to pci_ids.h where they should be.Uwe Hermann
2008-09-05This patch adds support for the VIA VT8237S south bridge. The VT8237R program...Rudolf Marek
2008-08-25This patch adds PCI device IDs for the Intel EP80579 Integrated Processor,Ed Swierk
2008-03-20Following patch adds K8M890 support. It initializes the AGP and graphics UMA.Rudolf Marek
2008-03-16oops. sorry, wrong checkin. This patch backs out r3155 and instead contains theEd Swierk
2008-02-21Add support for the Via CN700 with a C7 CPU and DDR2 RAM. Only a single DIMM isCorey Osgood
2008-02-01 This patch fixes the decoding of the IO address range 0x0820->0x0827 into theFlorentin Demetrescu
2008-01-18Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer
2007-12-28Add Intel 3100 integrated northbridge/southbridge/superio PCI IDs.Ed Swierk
2007-11-29Restructure/rename/comment a few 82371XX-related PCI IDs (trivial).Uwe Hermann
2007-11-14* Maintaining SiS south bridge device IDs.Morgan Tsai
2007-11-07Add PCI IDs for most Intel southbridges of the 82801 seriesUwe Hermann
2007-11-04Restructure the PCI IDs list for the ICH* chipsets from ICH/ICH0 up toUwe Hermann
2007-11-021. vgabios removed, will go to extra repositoryMorgan Tsai
2007-10-30Add support for the VIA VT8237R southbridge.Rudolf Marek
2007-09-22Add SiS device IDs for further update.Morgan Tsai
2007-05-29Drop duplicate 82371AB device IDs (trivial).Uwe Hermann
2007-05-29Intel 82371EB: Add IDE init support.Uwe Hermann
2007-05-10This patch updates the PCI ID of the Geode IDE device to include the revision.Marc Jones
2007-05-04This patch re-implements support for the CS5536 companion chip for theMarc Jones
2007-02-01This patch adds the MCP55 PCI IDs (without which the southbridge codeEd Swierk
2006-10-04AMD Rev F supportYinghai Lu
2006-09-18fix old bug in the src/devices/pci_device.c Ronald G. Minnich
2006-07-28This patch adds support for the AMD LX cpu. Ron Minnich
2006-04-20boot to kernelLi-Ta Lo
2006-01-28added GX2 idsRonald G. Minnich
2005-12-041203_hcdn.diff: Stefan Reinauer