summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* Correct some common spelling mistakesMartin Roth2016-01-071-1/+1
* device/pnp: Ability to set vendor specific logical device configDamien Zammit2015-12-291-2/+57
* x86emu: Remove XFree86 CVS tagsStefan Reinauer2015-11-206-7/+0
* x86emu: Undefine _NO_INLINEStefan Reinauer2015-11-201-1/+1
* x86emu: Fix some set-but-not-used warnings.Stefan Reinauer2015-11-201-5/+1
* device/device.c: remove warning for missing apic read resourcesMartin Roth2015-11-191-2/+3
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3125-99/+0
* Revert "device/pciexp_device: Tune PCIe bridges before scanning children"4.2Kyösti Mälkki2015-10-301-2/+0
* device: Stop and output time in `scan_bus()`Paul Menzel2015-10-271-0/+6
* yabel: explicitly cast values to match printk expectationsStefan Reinauer2015-10-251-2/+2
* yabel: Use IS_ENABLED where appropriateStefan Reinauer2015-10-252-4/+4
* yabel: Don't cast pointer to u32Stefan Reinauer2015-10-251-1/+1
* Separate bootsplash image menuconfig option from othersKonstantin Aladyshev2015-10-251-10/+3
* device/pciexp_device: Tune PCIe bridges before scanning childrenTimothy Pearson2015-10-251-0/+2
* device/pci_device: Set bridge primary bus number before scanningTimothy Pearson2015-10-251-0/+1
* southbridge/amd/sb700: Allow use of auxiliary SMBUS controllerTimothy Pearson2015-10-241-0/+4
* device/smbus: Avoid infinite loop if SMBUS device has wrong parentTimothy Pearson2015-10-241-2/+11
* device/hypertransport: Add additional debug outputTimothy Pearson2015-10-231-0/+3
* allocator: Page align memory mapped PCI resourcesNico Huber2015-10-221-0/+6
* x86: add standalone verstage supportAaron Durbin2015-10-141-0/+1
* realmode/x86: Export vbe_mode_info_valid also in text mode.Vladimir Serbinenko2015-10-111-0/+12
* symbols: add '_' to pci_drivers and cpu_drivers symbolsAaron Durbin2015-09-051-1/+1
* Kconfig: Remove EXPERT modeAlexandru Gagniuc2015-08-301-8/+3
* Kconfig: Don't 'select' options based on PAYLOAD_SEABIOSAlexandru Gagniuc2015-08-301-2/+2
* x86 realmode: Set up the 8254 timer before running option romzbao2015-07-161-0/+2
* x86emu/debug.h: remove #ifdef CONFIG_DEFAULT_CONSOLE_LOGLEVELMartin Roth2015-07-121-2/+0
* device: remove unused x86 include from common codeStefan Reinauer2015-07-091-1/+0
* ddr3: add missing newlinePatrick Rudolph2015-06-231-1/+1
* ddr3: Fix SPD CRC calculationPatrick Rudolph2015-06-231-1/+1
* oprom: Fix for 64bitStefan Reinauer2015-06-222-2/+2
* device: Use x86 specific code on x86-64Stefan Reinauer2015-06-221-0/+1
* PCIe : Adding some error/not-null condition checkingPratik Prajapati2015-06-171-3/+8
* Move remap_bsp_lapic to AMD specific codeStefan Reinauer2015-06-131-15/+0
* resource: Refactor IORESOURCE flags useKyösti Mälkki2015-06-101-29/+34
* PCI subsystem: Drop PCI_64BIT_PREF_MEM optionKyösti Mälkki2015-06-102-34/+6
* device/device.c: Improve output in `init_dev()`Paul Menzel2015-06-091-2/+2
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* AMD K8 fam10: Drop extra HT scan_chain() parametersKyösti Mälkki2015-06-051-2/+26
* AMD K8 fam10: Refactor HT link connection testKyösti Mälkki2015-06-051-0/+17
* devicetree: Change scan_bus() prototype in device opsKyösti Mälkki2015-06-046-50/+21
* devicetree: Single scan_bridges()Kyösti Mälkki2015-06-043-20/+20
* PCI subsystem: Drop parameter max from scan_busKyösti Mälkki2015-06-043-24/+16
* PCI subsystem: Use subordinate property to track bus enumerationKyösti Mälkki2015-06-041-20/+9
* PCI subsystem: Refactor PCI bridge register controlKyösti Mälkki2015-06-041-26/+50
* devicetree: Rename unused parameter max in domain_scan_bus()Kyösti Mälkki2015-06-041-3/+4
* devicetree: Rename unused parameter to passthruKyösti Mälkki2015-06-041-10/+11
* devicetree: Discriminate device ops scan_bus()Kyösti Mälkki2015-06-041-24/+60
* HyperTransport: Use subordinate property to track chain enumerationKyösti Mälkki2015-06-041-2/+2
* HyperTransport: Move pci_scan_bus() callKyösti Mälkki2015-06-041-5/+8
* cbfs: new API and better program loadingAaron Durbin2015-06-024-16/+12