aboutsummaryrefslogtreecommitdiff
path: root/src/include/device
AgeCommit message (Expand)Author
2015-04-10PCI - Add interrupt disable bit definitionLee Leahy
2015-03-23PCIe: Add L1 Sub-State support.Kenji Chen
2015-03-10AMD Bald Eagle: Add northbridge files for new AMD processorBruce Griffith
2015-03-09device/pciexp: Add support for PCIe CLK power managementKane Chen
2015-03-08device: drop i915 specific headers from resource allocator includesStefan Reinauer
2015-03-01devicetree: Drop dummy root_dev opsKyösti Mälkki
2015-02-20AMD K8 fam10: Refactor offset_unitid configurationKyösti Mälkki
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2015-02-10PCI subsystem: Remove AGP bridge typeKyösti Mälkki
2015-02-05drivers/xgi/z9s: Port Linux framebuffer initialization to corebootTimothy Pearson
2015-01-30devicetree: Search PnP device node from the tree by pathKyösti Mälkki
2015-01-09src/include: Doxygen fixesMartin Roth
2014-12-30i2c: Add software_i2c driver for I2C debugging and emulationJulius Werner
2014-12-28RELOCATABLE_RAMSTAGE: Fix weak symbols with option ROMsKyösti Mälkki
2014-12-16i2c: Replace the i2c API.Gabe Black
2014-12-07ddr3: Plumber DIMM type to parsed structure.Vladimir Serbinenko
2014-11-20Replace includes of build.h with version.hKyösti Mälkki
2014-11-05pci_ops.{c,h}: Don't hide pointers behind typedefsEdward O'Callaghan
2014-11-01include/device/device.h: Provide DEVICE_NOOP macro shimEdward O'Callaghan
2014-10-26include/device/device.h: Deduplicate '*_pnp_devfn_t' typedefsEdward O'Callaghan
2014-10-16ACPI: Remove CONFIG_GENERATE_ACPI_TABLESVladimir Serbinenko
2014-10-11acpi: Remove explicit pointer tracking in per-device ssdt.Vladimir Serbinenko
2014-10-11bd82x6x, ibexpeak, lynxpoint: Declare NVSA before its use.Vladimir Serbinenko
2014-09-17pnp: Allow setting of misc register 0xf4 in device treeStefan Reinauer
2014-09-13azalia: Shrink boilerplateVladimir Serbinenko
2014-09-11pnp: Allow setting of misc register 0xfa in device treeStefan Reinauer
2014-09-05Implement ACPI in a per device wayVladimir Serbinenko
2014-09-05azalia: Add convenience macrosVladimir Serbinenko
2014-08-30smbios: reorganise OEM strings handling.Vladimir Serbinenko
2014-08-25AMD Steppe Eagle: Add northbridge HT link ID to pci_ids.hBruce Griffith
2014-08-18azalia: Move shared variable to separate fileVladimir Serbinenko
2014-07-29sandy/ivybridge: Native raminit.Vladimir Serbinenko
2014-07-19device/pci_early.c: Mixes up variants of a typedefs to 'u32'Edward O'Callaghan
2014-07-01ROMCC: Fix collision with token name maxKyösti Mälkki
2014-06-27include/device/device.h: Header is ROMCC tentativeEdward O'Callaghan
2014-06-25device/{cardbus,agp}.h: Missing header for device_t typeEdward O'Callaghan
2014-05-29PCI IRQs: Swizzle PCI IRQs for PCI bridgesMike Loptien
2014-05-25Drop PCI_BDF macro declarationKyösti Mälkki
2014-05-22device/pci_ids.h: defines for new Intel LPC devicesMartin Roth
2014-05-21device_romstage: Add a way to move to the next deviceMartin Roth
2014-05-19Add guard for UMA globalsKyösti Mälkki
2014-05-14intel: Drop obsolete comments on MTRR usageKyösti Mälkki
2014-04-18build rules: Identify build stage with simple variablesKyösti Mälkki
2014-04-09OxPCIe uart: Split PCI bridge controlKyösti Mälkki
2014-02-12PCI: Add capability list parser to romstageKyösti Mälkki
2014-02-12PCI: Guard pci.h with CONFIG_PCIKyösti Mälkki
2014-02-10usbdebug: Split PCI EHCI partKyösti Mälkki
2014-02-09device_util: Make device in dev_find_slot_pnp u16.Vladimir Serbinenko
2014-02-07device_util: Add dev_find_slot_pnp.Vladimir Serbinenko
2014-02-06usbdebug: Move under drivers/usbKyösti Mälkki
2014-02-06MTRR: Mark all prefetchable resources as WRCOMB.Vladimir Serbinenko
2013-12-17device/dram/ddr3: Move CRC calculation in a separate functionAlexandru Gagniuc
2013-12-07Correct file permissions.Idwer Vollering
2013-11-26Add function to encode device path into integerDuncan Laurie
2013-11-08Add new finalize functions for devices and chipsMarc Jones
2013-08-27ASRock IMB-A180: Add CODEC initialization tableBruce Griffith
2013-08-24Add test to match struct device with pci_devfn_tKyösti Mälkki
2013-08-24Add pnp_devfn_t and use with __SIMPLE_DEVICE__Kyösti Mälkki
2013-08-24Add pci_devfn_t and use with __SIMPLE_DEVICE__Kyösti Mälkki
2013-08-13Add a generic Intel HD audio (Azalia) module azalia_device.cAndrew Wu
2013-08-05AMD Kabini: Add northbridge AGESA wrapper (new AMD processor)Siyuan Wang
2013-08-01Add directive __SIMPLE_DEVICE__Kyösti Mälkki
2013-07-25Redefine pci_bus_default_ops as functionKyösti Mälkki
2013-07-11include: Fix spellingMartin Roth
2013-07-10i2c: Change the type of the data parameter to uint8_t.Gabe Black
2013-07-10FUI: reorganize include filesRonald G. Minnich
2013-06-24AMD Fam15tn: Add IOMMU BAR allocation to northbridgeRudolf Marek
2013-06-17pnp: Implement common handling for PnP config modesNico Huber
2013-06-17pnp: Provide alternative pnp_enable() implementationNico Huber
2013-06-13AMD Hudson: Add support for the SD controllerDave Frodin
2013-06-06(Trivial) early_smbus: fix printsmbus macroAlexandru Gagniuc
2013-06-04pci_ids.h: Add PCI IDs for VIA VX900 chipsetAlexandru Gagniuc
2013-06-04coreboot: Add generic early SMBus APIAlexandru Gagniuc
2013-06-04DDR3: Add utilities for creating MRS commandsAlexandru Gagniuc
2013-06-03dram: Add utilities for decoding DDR3 SPDsAlexandru Gagniuc
2013-04-10exynos5: Re-factor I2C codeDavid Hendricks
2013-04-09replace device/i2c.h with simpler versionDavid Hendricks
2013-03-29resources: introduce IORESOURCE_WRCOMBAaron Durbin
2013-03-29resources: remove IORESOURCE_[UMA_FB|IGNORE_MTRR]Aaron Durbin
2013-03-23resources: introduce reserved_ram_resource()Aaron Durbin
2013-03-22x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer
2013-03-14haswell: add PCI id supportAaron Durbin
2013-03-11pci.h: Drop unused `mainboard_pci_subsystem*` prototypesPatrick Georgi
2013-02-14sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer
2013-02-14sconfig: rename pci_domain -> domainStefan Reinauer
2013-02-06replace uchar and uint with standard types in generic i2c headerDavid Hendricks
2012-12-29import i2c header from u-bootDavid Hendricks
2012-11-27Add initialization hook for chipsNico Huber
2012-11-06Drop redundant CHIP_NAME in mainboard.cKyösti Mälkki
2012-11-06Add name field for deviceKyösti Mälkki
2012-10-29Drop get_smbios_data from chip_operationsKyösti Mälkki
2012-10-27Take care of NULL chip_ops->nameKyösti Mälkki
2012-08-27Drop unused ISA Pnp definitionsKyösti Mälkki
2012-08-27AMD northbridges: factor out CPU allocationKyösti Mälkki
2012-08-08Fix SMBIOS generationStefan Reinauer
2012-08-04Make the device tree available in the rom stageStefan Reinauer
2012-08-03Fix mainboard level enable_dev()Kyösti Mälkki
2012-08-02AMD and GFXUMA: move setup_uma_memory() to northbridgeKyösti Mälkki
2012-08-01Intel Sandybridge: add reserved memory as resourcesKyösti Mälkki
2012-07-31Revert "Use broadcast SIPI to startup siblings"Sven Schnelle