summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
...
* device/dram/spd.c: Add more manufacturer ID codesJingleHsuWiwynn2021-09-201-0/+3
* device/mmio: Make buffer_to_fifo32() take a const bufferJulius Werner2021-09-201-2/+2
* device/dram: Add addtional LPDDR4 speed gradesRob Barnes2021-09-131-7/+37
* device/mipi: Move to drivers/mipiJulius Werner2021-08-2617-2380/+1
* qualcomm/sc7180: Switch to common MIPI panel libraryJulius Werner2021-08-203-0/+38
* device_util.c: Replace `memcpy()` with `strcpy()`Angel Pons2021-08-191-3/+3
* device: Move MIPI panel library from mainboard/google/kukui into commonJulius Werner2021-08-1816-1/+2342
* device/pci_rom: Make ON_DEVICE_ROM_LOAD condition truthyRaul E Rangel2021-07-201-5/+5
* device/pci_rom: Convert #if to C codeRaul E Rangel2021-07-201-3/+1
* lib/cbfs,device/pci_rom: Move cbfs_boot_map_optionrom and modernizeRaul E Rangel2021-07-201-0/+19
* src/device: Remove DEVICE_PATH_ESPI & DEVICE_PATH_LPCMartin Roth2021-07-142-14/+0
* device: Reflow strings in printk statementsAngel Pons2021-07-053-26/+25
* device/resource_allocator_v4: Only highlight log message with ===Paul Menzel2021-07-051-1/+1
* device: Clean up resource utility function signaturesKyösti Mälkki2021-07-011-4/+4
* device/pci_device.c: Reuse `irq` variableAngel Pons2021-07-011-3/+2
* device/pci_device.c: Drop redundant guardAngel Pons2021-06-301-2/+0
* src/device/dram: Add terminating new lines to printk stringsNikolai Vyssotski2021-06-282-2/+2
* device: Add helper function devfn_disable()Subrata Banik2021-06-171-0/+7
* device/pnp: Always provide `pnp_unset_and_set_config`Angel Pons2021-06-101-0/+9
* device/dram: Add LPDDR4 utilitiesRob Barnes2021-06-092-2/+72
* device: Add helper function is_devfn_enabled()Subrata Banik2021-06-091-0/+6
* device: Consider fw_config probing in `is_dev_enabled()`Furquan Shaikh2021-05-241-0/+14
* device/device.c: Print bus numbers in decimalAngel Pons2021-05-111-1/+1
* device: Drop unused `uma_memory_{base,size}` globalsAngel Pons2021-05-101-6/+0
* device: Switch pci_dev_is_wake_source to take pci_devfn_tTim Wawrzynczak2021-05-031-6/+3
* device/azalia_device.c: Add option to lock down GCAPAngel Pons2021-04-192-0/+14
* device/Kconfig: Adapt PCIEXP_HOTPLUG_BUSESNico Huber2021-04-181-0/+2
* Rename do_printk() to printk()Nico Huber2021-04-141-15/+15
* device/i2c_bus.c: Correct code styleFrans Hendriks2021-04-061-8/+4
* device/dram/ddr3: Drop unused MRS helpersAngel Pons2021-04-051-223/+0
* device/dram/ddr4.h: Align with DDR3 and DDR2Angel Pons2021-04-051-6/+6
* device/dram/ddr3: Rename DDR3 SPD memory typesAngel Pons2021-04-051-10/+10
* device/dram/ddr3: Get rid of useless typedefsAngel Pons2021-04-051-4/+4
* device/azalia_device.c: Program beep verbsPatrick Rudolph2021-03-241-0/+2
* device/azalia_device.c: Introduce AZALIA_MAX_CODECSAngel Pons2021-03-242-3/+12
* device/azalia_device.c: Correct STATESTS access widthAngel Pons2021-03-241-13/+13
* device/azalia_device.c: Unify `wait_for_valid` timeoutsAngel Pons2021-03-241-8/+11
* device/azalia_device.c: Switch to stopwatchPatrick Rudolph2021-03-221-12/+16
* pciexp_device: Rewrite LTR configurationNico Huber2021-03-151-39/+69
* device/pciexp_device.c: Remove CPP guardingArthur Heymans2021-03-142-10/+8
* soc/amd/common/block/graphics/graphics: GOP: load VBIOSNikolai Vyssotski2021-03-131-1/+1
* pci_def.h: Introduce PCI_EXP_DEVCAP2 & PCI_EXP_DEVCTL2 properNico Huber2021-03-121-4/+4
* device: Give `pci_ops.set_L1_ss_latency` a proper nameNico Huber2021-03-121-2/+2
* device/device.c: Rename .disable to .vga_disableArthur Heymans2021-02-241-2/+2
* device/dram: Move SPD manufacturer names out of arch/x86Patrick Rudolph2021-02-162-1/+38
* device: Add unit to Kconfig option name: `PRE_GRAPHICS_DELAY_MS`Paul Menzel2021-02-152-3/+3
* src/device: Remove unused <console/console.h>Elyes HAOUAS2021-02-151-1/+0
* device/azalia_device: Add mainboard hook to program codecsAngel Pons2021-02-101-0/+6
* device/azalia_device: Add function to program a verb tableAngel Pons2021-02-101-10/+23
* device/azalia_device.c: Correct print formatAngel Pons2021-02-101-1/+1