summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* {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
* src/device: Prevent attack on null pointer dereferenceJohn Zhao2019-06-031-0/+6
* src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS2019-05-292-0/+2
* vboot: remove OPROM-related codeJoel Kitching2019-05-151-3/+0
* device: ignore NONE devices behind bridgePatrick Rudolph2019-05-071-1/+4
* x86emu: add console.h header to fix compilationMartin Kepplinger2019-05-021-0/+2
* device/dram/ddr3: Remove unused variableElyes HAOUAS2019-04-251-3/+2
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* src: Fix remaining #include <timer.h>Nico Huber2019-04-091-0/+1
* device/pci: Rewrite PCI MMCONF with symbol referenceKyösti Mälkki2019-04-072-1/+11
* vboot: Change oprom checks to CONFIG_VBOOT, assert OPROM_MATTERSJulius Werner2019-04-021-1/+1
* drivers/intel/gma: Make libgfxinit available w/o gfxinitNico Huber2019-03-271-1/+0
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-251-2/+2
* device/pci_device: Add generic subsystem programming logicSubrata Banik2019-03-211-2/+22
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-211-2/+7
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0