summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* cbfs: correct types used for accessing filesAaron Durbin2015-04-011-2/+2
* PCIe: Revise L1 Sub-State supportKenji Chen2015-03-231-5/+2
* PCIe: Add L1 Sub-State support.Kenji Chen2015-03-232-0/+192
* device: convert to stopwatch APIAaron Durbin2015-03-212-11/+9
* AMD fam10: Drop PCI_BUS_SEGN_BITSKyösti Mälkki2015-03-093-37/+0
* device/pciexp: Add support for PCIe CLK power managementKane Chen2015-03-092-0/+30
* devicetree: Drop dummy root_dev opsKyösti Mälkki2015-03-011-36/+4
* device/device_util.c: Add space after ellipse for better legibilityPaul Menzel2015-02-151-4/+4
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-152-11/+12
* PCI subsystem: Remove AGP bridge typeKyösti Mälkki2015-02-104-85/+0
* drivers/xgi/z9s: Port Linux framebuffer initialization to corebootTimothy Pearson2015-02-051-0/+6
* AMD HyperTransport: Drop unused link optimisationKyösti Mälkki2015-02-051-175/+7
* devicetree: Search PnP device node from the tree by pathKyösti Mälkki2015-01-301-0/+21
* device/hypertransport.c: Fix typo in commentTimothy Pearson2015-01-241-1/+1
* device/oprom/realmode/x86: Fix memory corruptionZhuo-Hao Lee2015-01-201-1/+1
* src/device: Doxygen fixesMartin Roth2015-01-122-3/+12
* doxygen fixes: fix parameter names to match the functionsMartin Roth2015-01-062-2/+2
* Fix Kconfig whitespaceKyösti Mälkki2014-12-311-1/+1
* i2c: Add software_i2c driver for I2C debugging and emulationJulius Werner2014-12-303-0/+359
* RELOCATABLE_RAMSTAGE: Fix weak symbols with option ROMsKyösti Mälkki2014-12-281-2/+4
* spd_cache debug: Log invalid CRC checksumTobias Diedrich2014-12-191-1/+2
* ddr3: Plumber DIMM type to parsed structure.Vladimir Serbinenko2014-12-071-0/+1
* device/dram/ddr3.c: Fix sizeof on array func param overflowEdward O'Callaghan2014-11-081-1/+1
* pci_ops.{c,h}: Don't hide pointers behind typedefsEdward O'Callaghan2014-11-051-14/+14
* Kconfig: clean up options in top level and device menuStefan Reinauer2014-10-171-50/+43
* Remove stale char[] initialization causing unaligned memory accessMarcelo Povoa2014-09-291-1/+1
* pnp: Allow setting of misc register 0xf4 in device treeStefan Reinauer2014-09-171-0/+5
* azalia: Shrink boilerplateVladimir Serbinenko2014-09-132-3/+4
* pnp: Allow setting of misc register 0xfa in device treeStefan Reinauer2014-09-111-0/+5
* ARM: Generalize armv7 as arm.Gabe Black2014-09-081-4/+4
* device/oprom/realmode: Sanitize header inclusionEdward O'Callaghan2014-08-083-16/+18
* device/oprom/realmode/x86.c: Move includes to top of fileEdward O'Callaghan2014-07-301-3/+3
* sandy/ivybridge: Native raminit.Vladimir Serbinenko2014-07-291-4/+7
* device/oprom/yabel/vbe.c: Fix memory leakDaniele Forsi2014-07-281-1/+1
* device/oprom/realmode/x86.c: Fix memory leakDaniele Forsi2014-07-281-1/+1
* src/device/Kconfig: make help for VGA_BIOS_ID and PXE_ROM_ID more similarDaniele Forsi2014-07-231-0/+3
* src/.../Kconfig: various small fixes to textsDaniele Forsi2014-07-231-4/+8
* src/device/Kconfig: fix typo in label "1024x768 256-color"Daniele Forsi2014-07-191-1/+1
* device/pci_early.c: Mixes up variants of a typedefs to 'u32'Edward O'Callaghan2014-07-191-4/+3
* device,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-173-3/+0
* YABEL: Initialize global `biosmem` pointer for VBENico Huber2014-07-111-0/+3
* device: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-086-8/+0
* YABEL: Drop IO stubs that are (by own admission) never usedPatrick Georgi2014-07-051-47/+0
* gizmosphere/gizmo: Move support of SPD data in CBFSKyösti Mälkki2014-07-054-1/+74
* device/pci_device.c: Sanitize headersEdward O'Callaghan2014-06-251-22/+8
* Remove guarding #includes by CONFIG_FOO combinationsEdward O'Callaghan2014-06-213-14/+2
* PCI VGA ROM: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-6/+2
* device/device_util.c: Fix wording in comment of `new_resource()`Paul Menzel2014-06-111-1/+1
* PCI IRQs: Swizzle PCI IRQs for PCI bridgesMike Loptien2014-05-291-0/+151
* device_romstage: Add a way to move to the next deviceMartin Roth2014-05-211-0/+24
OpenPOWER on IntegriCloud