summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/coreboot_table: Show splashscreen in lb_table_initJohanna Schander2019-09-152-16/+12
* Split MAYBE_STATIC to _BSS and _NONZERO variantsKyösti Mälkki2019-08-261-1/+1
* Add buffer_to/from_fifo32(_prefix) helpersJulius Werner2019-08-222-0/+60
* device/oprom: Drop unnecessary AMD headersKyösti Mälkki2019-08-201-2/+0
* dram: Add basic DDR4 SPD parsingAndrey Petrov2019-08-145-22/+296
* device/pci_ops: Make PCI_BDF() available in all stagesKyösti Mälkki2019-08-022-5/+6
* device: Constify `dev` argument to (probe|find)_resource()Nico Huber2019-07-311-2/+2
* src/device/oprom: Fix bootsplash display code for optionromsJohanna Schander2019-07-263-51/+24
* oprom/yabel: Fix comment to fix the buildKyösti Mälkki2019-07-261-2/+1
* device: Default to VESA/linear framebuffer for ChromeOSNico Huber2019-07-241-0/+3
* device/device_util.c: Correct format specifierJacob Garber2019-07-191-1/+1
* device/oprom: List all supported vesa mode by opromSubrata Banik2019-07-192-0/+61
* device/pci_rom.c: Fix out of bounds readJacob Garber2019-07-191-1/+1
* device/oprom/realmode: Add vbe return status support as per VBE spec 3.0Subrata Banik2019-07-183-11/+78
* devicetree: Add accessors for chip_infoKyösti Mälkki2019-07-181-1/+11
* soc/intel: Fix regression with hidden PCI devicesKyösti Mälkki2019-07-171-0/+12
* device: Remove device->ops from early stagesKyösti Mälkki2019-07-151-2/+3
* device/hypertransport.c: Remove dead assignmentJacob Garber2019-07-131-1/+0
* device/device_util: Fix encoding the USB device pathKarthikeyan Ramasubramanian2019-07-131-1/+1
* device/oprom: Replace uses of dev_find_slot()Kyösti Mälkki2019-07-123-5/+5
* device/pci: Declare pcidev_path_on_bus()Kyösti Mälkki2019-07-121-0/+18
* device/pci: Replace use of dev_find_slot() for IRQsKyösti Mälkki2019-07-121-17/+12
* device/oprom: Replace CONFIG() preprocessor statementsKyösti Mälkki2019-07-103-145/+146
* device/oprom: Reduce indentationKyösti Mälkki2019-07-101-92/+99
* device/pci: Declare pci_root_bus()Kyösti Mälkki2019-07-071-6/+16
* device/pci_rom.c: Fix indent for 'if' statementElyes HAOUAS2019-07-051-3/+3
* device/pci_ops: Define pci_find_capability() just onceKyösti Mälkki2019-07-043-115/+71
* device/pci_rom: Fix redundant pci_rom_probe() callsKyösti Mälkki2019-07-021-13/+9
* device/pci_rom: Fix on-board optionrom addressKyösti Mälkki2019-07-021-0/+2
* device: Tidy up add_more_links()Jacob Garber2019-06-281-5/+16
* device,nb/amd: Deduplicate add_more_links()Jacob Garber2019-06-281-0/+36
* device/dram: Inline value into print statementJacob Garber2019-06-281-2/+1
* device/pci_rom: use ALIGN_UP instead of ALIGN for better readabilityFelix Held2019-06-211-1/+1
* device/cpu_device.c: Use 'unsigned int' instead of 'unsigned'Elyes HAOUAS2019-06-141-3/+4