summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* 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
* soc/intel/broadwell: Conditionally skip PRE_GRAPHICS_DELAYKyösti Mälkki2021-02-062-0/+19
* device/device.c: Print done at end of assign_resources()Frans Hendriks2021-02-051-1/+1
* device: correct code styleFrans Hendriks2021-02-055-46/+41
* device/oprom/include/x86emu/fpu_regs.h: Fix lint errorFrans Hendriks2021-02-011-8/+8
* device: Drop `mmconf_resource_init` functionAngel Pons2021-01-301-11/+4
* device/Kconfig: Introduce MMCONF_LENGTHAngel Pons2021-01-301-0/+8
* device/Kconfig: Declare MMCONF symbols' type onceAngel Pons2021-01-291-0/+8
* src/device: Don't die() on vBIOS errorsMartin Roth2021-01-271-17/+39
* device/pci_device.c: Use __func__Elyes HAOUAS2021-01-261-5/+4
* device/pci_rom.c: Use __func__Elyes HAOUAS2021-01-241-1/+1
* device/oprom/x86emu/sys.c: Use __func__Elyes HAOUAS2021-01-181-1/+1
* device/xhci.c: Remove repeated wordElyes HAOUAS2021-01-181-1/+1
* device/pci_device.c: Remove repeated wordElyes HAOUAS2021-01-181-1/+1
* device/pci_device.c: Use same indents for switch/caseFelix Singer2021-01-121-1/+1
* device: Add new Kconfig VGA_ROM_RUN_DEFAULT for mainboard userSubrata Banik2021-01-101-2/+9
* device/pnp: add register PNP_IO4Michael Niewöhner2020-12-281-0/+2
* device + util/sconfig: introduce new device `gpio`Michael Niewöhner2020-12-284-0/+32
* azalia: Use `azalia_enter_reset` functionAngel Pons2020-12-171-2/+1
* azalia: Use `azalia_exit_reset` functionAngel Pons2020-12-171-4/+2
* device/azalia_device.c: Add codec reset helpersAngel Pons2020-12-171-0/+12
* device/azalia_device.c: Clarify commentAngel Pons2020-12-171-1/+2
* azalia: Replace `hda_find_verb` usesAngel Pons2020-12-171-0/+25
* azalia: Make `azalia_find_verb` parametricAngel Pons2020-12-171-6/+6
* azalia: Drop unused parameter from `azalia_find_verb`Angel Pons2020-12-171-2/+2
* azalia: Make `find_verb` function non-staticAngel Pons2020-12-171-2/+2
* device/azalia_device.c: Remove debug printsAngel Pons2020-12-171-3/+0
* azalia: Make `set_bits` function non-staticAngel Pons2020-12-171-5/+5
* drivers: Replace multiple fill_lb_framebuffer with single instancePatrick Rudolph2020-12-142-64/+38