summaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Expand)Author
2016-01-07Correct some common spelling mistakesMartin Roth
2015-12-29device/pnp: Ability to set vendor specific logical device configDamien Zammit
2015-11-20x86emu: Remove XFree86 CVS tagsStefan Reinauer
2015-11-20x86emu: Undefine _NO_INLINEStefan Reinauer
2015-11-20x86emu: Fix some set-but-not-used warnings.Stefan Reinauer
2015-11-19device/device.c: remove warning for missing apic read resourcesMartin Roth
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-30Revert "device/pciexp_device: Tune PCIe bridges before scanning children"Kyösti Mälkki
2015-10-27device: Stop and output time in `scan_bus()`Paul Menzel
2015-10-25yabel: explicitly cast values to match printk expectationsStefan Reinauer
2015-10-25yabel: Use IS_ENABLED where appropriateStefan Reinauer
2015-10-25yabel: Don't cast pointer to u32Stefan Reinauer
2015-10-25Separate bootsplash image menuconfig option from othersKonstantin Aladyshev
2015-10-25device/pciexp_device: Tune PCIe bridges before scanning childrenTimothy Pearson
2015-10-25device/pci_device: Set bridge primary bus number before scanningTimothy Pearson
2015-10-24southbridge/amd/sb700: Allow use of auxiliary SMBUS controllerTimothy Pearson
2015-10-24device/smbus: Avoid infinite loop if SMBUS device has wrong parentTimothy Pearson
2015-10-23device/hypertransport: Add additional debug outputTimothy Pearson
2015-10-22allocator: Page align memory mapped PCI resourcesNico Huber
2015-10-14x86: add standalone verstage supportAaron Durbin
2015-10-11realmode/x86: Export vbe_mode_info_valid also in text mode.Vladimir Serbinenko
2015-09-05symbols: add '_' to pci_drivers and cpu_drivers symbolsAaron Durbin
2015-08-30Kconfig: Remove EXPERT modeAlexandru Gagniuc
2015-08-30Kconfig: Don't 'select' options based on PAYLOAD_SEABIOSAlexandru Gagniuc
2015-07-16x86 realmode: Set up the 8254 timer before running option romzbao
2015-07-12x86emu/debug.h: remove #ifdef CONFIG_DEFAULT_CONSOLE_LOGLEVELMartin Roth
2015-07-09device: remove unused x86 include from common codeStefan Reinauer
2015-06-23ddr3: add missing newlinePatrick Rudolph
2015-06-23ddr3: Fix SPD CRC calculationPatrick Rudolph
2015-06-22oprom: Fix for 64bitStefan Reinauer
2015-06-22device: Use x86 specific code on x86-64Stefan Reinauer
2015-06-17PCIe : Adding some error/not-null condition checkingPratik Prajapati
2015-06-13Move remap_bsp_lapic to AMD specific codeStefan Reinauer
2015-06-10resource: Refactor IORESOURCE flags useKyösti Mälkki
2015-06-10PCI subsystem: Drop PCI_64BIT_PREF_MEM optionKyösti Mälkki
2015-06-09device/device.c: Improve output in `init_dev()`Paul Menzel
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-06-05AMD K8 fam10: Drop extra HT scan_chain() parametersKyösti Mälkki
2015-06-05AMD K8 fam10: Refactor HT link connection testKyösti Mälkki
2015-06-04devicetree: Change scan_bus() prototype in device opsKyösti Mälkki
2015-06-04devicetree: Single scan_bridges()Kyösti Mälkki
2015-06-04PCI subsystem: Drop parameter max from scan_busKyösti Mälkki
2015-06-04PCI subsystem: Use subordinate property to track bus enumerationKyösti Mälkki
2015-06-04PCI subsystem: Refactor PCI bridge register controlKyösti Mälkki
2015-06-04devicetree: Rename unused parameter max in domain_scan_bus()Kyösti Mälkki
2015-06-04devicetree: Rename unused parameter to passthruKyösti Mälkki
2015-06-04devicetree: Discriminate device ops scan_bus()Kyösti Mälkki
2015-06-04HyperTransport: Use subordinate property to track chain enumerationKyösti Mälkki
2015-06-04HyperTransport: Move pci_scan_bus() callKyösti Mälkki
2015-06-02cbfs: new API and better program loadingAaron Durbin