summaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Expand)Author
2014-12-31Fix Kconfig whitespaceKyösti Mälkki
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-19spd_cache debug: Log invalid CRC checksumTobias Diedrich
2014-12-07ddr3: Plumber DIMM type to parsed structure.Vladimir Serbinenko
2014-11-08device/dram/ddr3.c: Fix sizeof on array func param overflowEdward O'Callaghan
2014-11-05pci_ops.{c,h}: Don't hide pointers behind typedefsEdward O'Callaghan
2014-10-17Kconfig: clean up options in top level and device menuStefan Reinauer
2014-09-29Remove stale char[] initialization causing unaligned memory accessMarcelo Povoa
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-08ARM: Generalize armv7 as arm.Gabe Black
2014-08-08device/oprom/realmode: Sanitize header inclusionEdward O'Callaghan
2014-07-30device/oprom/realmode/x86.c: Move includes to top of fileEdward O'Callaghan
2014-07-29sandy/ivybridge: Native raminit.Vladimir Serbinenko
2014-07-28device/oprom/yabel/vbe.c: Fix memory leakDaniele Forsi
2014-07-28device/oprom/realmode/x86.c: Fix memory leakDaniele Forsi
2014-07-23src/device/Kconfig: make help for VGA_BIOS_ID and PXE_ROM_ID more similarDaniele Forsi
2014-07-23src/.../Kconfig: various small fixes to textsDaniele Forsi
2014-07-19src/device/Kconfig: fix typo in label "1024x768 256-color"Daniele Forsi
2014-07-19device/pci_early.c: Mixes up variants of a typedefs to 'u32'Edward O'Callaghan
2014-07-17device,Makefile.inc: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-07-11YABEL: Initialize global `biosmem` pointer for VBENico Huber
2014-07-08device: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-07-05YABEL: Drop IO stubs that are (by own admission) never usedPatrick Georgi
2014-07-05gizmosphere/gizmo: Move support of SPD data in CBFSKyösti Mälkki
2014-06-25device/pci_device.c: Sanitize headersEdward O'Callaghan
2014-06-21Remove guarding #includes by CONFIG_FOO combinationsEdward O'Callaghan
2014-06-21PCI VGA ROM: Use acpi_is_wakeup_s3()Kyösti Mälkki
2014-06-11device/device_util.c: Fix wording in comment of `new_resource()`Paul Menzel
2014-05-29PCI IRQs: Swizzle PCI IRQs for PCI bridgesMike Loptien
2014-05-21device_romstage: Add a way to move to the next deviceMartin Roth
2014-05-18device/oprom/yabel/vbe.c: Avoid unused func warnEdward O'Callaghan
2014-05-06Introduce stage-specific architecture for corebootFurquan Shaikh
2014-05-01device: Conditionally bypass oprom executionKyösti Mälkki
2014-05-01ChromeOS: Remove oprom_is_loadedKyösti Mälkki
2014-05-01device: provide option to always load PCI option romsKyösti Mälkki
2014-04-09OxPCIe uart: Split PCI bridge controlKyösti Mälkki
2014-03-03devices: Allow to configure textmode in native gfx init.Vladimir Serbinenko
2014-02-22device: Do not show "framebuffer graphics resolution" with native init.Vladimir Serbinenko
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-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-01smbus: Add guards to avoid calling NULL.Vladimir Serbinenko
2014-01-12lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko
2014-01-10Replace all occurences of sprintf with snprintfVladimir Serbinenko
2014-01-04device/Kconfig: Add third person singular s to lacksPaul Menzel
2013-12-24Remove PCI_ROM_RUN optionVladimir Serbinenko