summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* 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
* device/oprom/yabel/vbe.c: Avoid unused func warnEdward O'Callaghan2014-05-181-1/+1
* Introduce stage-specific architecture for corebootFurquan Shaikh2014-05-061-1/+1
* device: Conditionally bypass oprom executionKyösti Mälkki2014-05-011-11/+9
* ChromeOS: Remove oprom_is_loadedKyösti Mälkki2014-05-011-8/+3
* device: provide option to always load PCI option romsKyösti Mälkki2014-05-012-10/+52
* OxPCIe uart: Split PCI bridge controlKyösti Mälkki2014-04-093-0/+134
* devices: Allow to configure textmode in native gfx init.Vladimir Serbinenko2014-03-031-1/+5
* device: Do not show "framebuffer graphics resolution" with native init.Vladimir Serbinenko2014-02-221-1/+1
* PCI: Add capability list parser to romstageKyösti Mälkki2014-02-122-1/+70
* PCI: Guard pci.h with CONFIG_PCIKyösti Mälkki2014-02-122-2/+2
* device_util: Make device in dev_find_slot_pnp u16.Vladimir Serbinenko2014-02-091-1/+1
* device_util: Add dev_find_slot_pnp.Vladimir Serbinenko2014-02-071-0/+21
* smbus: Add guards to avoid calling NULL.Vladimir Serbinenko2014-02-011-0/+30
* lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko2014-01-122-2/+4
* Replace all occurences of sprintf with snprintfVladimir Serbinenko2014-01-102-41/+50
* device/Kconfig: Add third person singular s to lacksPaul Menzel2014-01-041-1/+1
* Remove PCI_ROM_RUN optionVladimir Serbinenko2013-12-243-30/+5
* Add Kconfig options to override Subsystem Vendor and Device IDDuncan Laurie2013-12-212-0/+20
* device/dram/ddr3: Move CRC calculation in a separate functionAlexandru Gagniuc2013-12-171-20/+42
* Log device path during resource allocationDuncan Laurie2013-12-121-0/+4
* Clean up POST codes for Boot State machineDuncan Laurie2013-11-261-0/+1