summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* src/device/pci_rom.c: Show device IDs on oprom failureMartin Roth2020-03-171-1/+1
* treewide: Replace BOARD_EMULATION_QEMU_X86Angel Pons2020-03-031-1/+1
* device/Kconfig: select linear framebuffer for TianocoreMatt DeVillier2020-02-241-0/+2
* treewide: capitalize 'BIOS'Elyes HAOUAS2020-02-172-2/+2
* Add configurable ramstage support for minimal PCI scanningRonald G. Minnich2020-02-081-0/+6
* pciexp: Add support for allocating PCI express hotplug resourcesJeremy Soller2020-02-053-1/+112
* device/pnp_device: improve warning/error messagesFelix Held2020-02-011-2/+2
* src/device: Update pci_class to PCI-SIG SpecificationElyes HAOUAS2020-01-101-2/+12
* device/smbus: Drop unused smbus_set_link()Kyösti Mälkki2020-01-041-37/+0
* device/smbus: Drop SMBUS_HAS_AUX_CHANNELSKyösti Mälkki2020-01-041-4/+0
* device/Kconfig: make sure display can't be selected by accidentMichael Niewöhner2020-01-031-0/+3
* device: Log times with millisecond resolutionKyösti Mälkki2019-12-311-13/+16
* superio/common/conf_mode: Add op to write SSDTPatrick Rudolph2019-12-221-0/+13
* device/pciexp: Match Max_Payload_Size between ends of a linkKyösti Mälkki2019-12-191-0/+44
* src/{drivers,device,ec}: Remove unused <stdlib.h>Elyes HAOUAS2019-12-194-4/+0
* device/pnp: introduce and use PNP_SKIP_FUNCTIONFelix Held2019-12-161-1/+1
* printf: Automatically prefix %p with 0xJulius Werner2019-12-112-2/+2
* src/device: Fix typoElyes HAOUAS2019-12-091-1/+1
* device/hypertransport: Drop unused codeArthur Heymans2019-11-221-42/+1
* device/pci: Reduce scope of dev_find_slot()Kyösti Mälkki2019-11-211-1/+2
* device: Add back dummy HT_CHAIN_UNITID_BASEKyösti Mälkki2019-11-201-0/+8
* nb/amd/fam10: Drop supportArthur Heymans2019-11-201-7/+0
* arch/x86: Remove EARLY_EBDA_INIT supportArthur Heymans2019-11-101-7/+2
* console/kconfig: Move ONBOARD_VGA_IS_PRIMARY to 'devices'Arthur Heymans2019-11-011-0/+10
* arch/x86/*.S: use defines instead of hardcoded valuesPatrick Rudolph2019-10-291-12/+14
* device: add Kconfig option to hide GOP initialization optionMichael Niewöhner2019-10-271-1/+6
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-278-54/+54
* src/{device,drivers}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-10-272-0/+2
* src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS2019-10-271-0/+1
* arch/acpi.h: Use of typedef for acpi_vfctHimanshu Sahdev2019-10-241-3/+3
* arch/acpi.h: Use of typedef for acpi_vfct_image_hdrHimanshu Sahdev2019-10-241-1/+1
* src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>'Elyes HAOUAS2019-10-211-1/+0
* src: Remove unused 'include <string.h>'Elyes HAOUAS2019-10-204-4/+0
* src: Remove unused include '<device/pci_ids.h>'Elyes HAOUAS2019-10-183-3/+0
* device: Use scan_static_bus() over scan_lpc_bus()Nico Huber2019-10-081-9/+0
* device/root_device: Consolidate common _scan_bus() functionsNico Huber2019-10-081-21/+9
* device/dram/ddr4: Check spd_bytes_total and spd_bytes_used valuesElyes HAOUAS2019-10-081-2/+16
* src: Capitalize Super I/OElyes HAOUAS2019-10-071-1/+1
* device: Rename scan_static_bus() -> enable_static_devices()Nico Huber2019-10-071-5/+5
* device/pci: Enable full 16-bit VGA port i/o decodingNico Huber2019-10-062-1/+44
* device/pci_device.c: Use verified boot to check opromFrans Hendriks2019-10-041-3/+8
* device/pci_early: Drop some __SIMPLE_DEVICE__ useKyösti Mälkki2019-09-301-36/+35
* device/i2c_bus: Add i2c_dev_read_at16()Nico Huber2019-09-301-0/+37
* device,drivers/: Drop some __SIMPLE_DEVICE__ useKyösti Mälkki2019-09-301-2/+0
* device: add commentary to dev_find_slot()Aaron Durbin2019-09-271-0/+6
* device/cardbus: Remove unnecessary bridge_ctrl bitmaskKyösti Mälkki2019-09-221-2/+0
* device/cardbus: Fix use of PCI_CB_BRIDGE_CONTROLKyösti Mälkki2019-09-221-1/+1
* device/pci: Replace add with bitwise-orKyösti Mälkki2019-09-222-2/+2
* AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth2019-09-1730-142/+2
* {cpu,device,drivers}: Remove unused include <device/pci_ops.h>Elyes HAOUAS2019-09-151-1/+0