aboutsummaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Expand)Author
2020-04-28device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh
2020-04-22device: Add helper function to find matching device on busFurquan Shaikh
2020-04-22device: Add a helper to find device behind a PCI-to-PCI bridge deviceFurquan Shaikh
2020-04-22device: Add checks for NULL in device_const.c functionsFurquan Shaikh
2020-04-20drivers/pc80/rtc: Reorganize prototypesKyösti Mälkki
2020-04-10Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber
2020-04-10Drop unnecessary DEVICE_NOOP entriesNico Huber
2020-04-05Drop explicit NULL initializations from `device_operations`Elyes HAOUAS
2020-04-04src/device: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-02Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber
2020-03-31device/Kconfig: fix circular dependency for RUN_FSP_GOPMatt DeVillier
2020-03-29src/device/Kconfig: Adjust Graphics init defaultsMatt DeVillier
2020-03-25Rework map_oprom_vendev to add revision check and mappingMartin Roth
2020-03-25src/device: Add option to look at revision in option romsMartin Roth
2020-03-25arch/x86: Add Kconfig option for 2nd VGA BIOS imageMartin Roth
2020-03-17src/device/pci_rom.c: Show device IDs on oprom failureMartin Roth
2020-03-03treewide: Replace BOARD_EMULATION_QEMU_X86Angel Pons
2020-02-24device/Kconfig: select linear framebuffer for TianocoreMatt DeVillier
2020-02-17treewide: capitalize 'BIOS'Elyes HAOUAS
2020-02-08Add configurable ramstage support for minimal PCI scanningRonald G. Minnich
2020-02-05pciexp: Add support for allocating PCI express hotplug resourcesJeremy Soller
2020-02-01device/pnp_device: improve warning/error messagesFelix Held
2020-01-10src/device: Update pci_class to PCI-SIG SpecificationElyes HAOUAS
2020-01-04device/smbus: Drop unused smbus_set_link()Kyösti Mälkki
2020-01-04device/smbus: Drop SMBUS_HAS_AUX_CHANNELSKyösti Mälkki
2020-01-03device/Kconfig: make sure display can't be selected by accidentMichael Niewöhner
2019-12-31device: Log times with millisecond resolutionKyösti Mälkki
2019-12-22superio/common/conf_mode: Add op to write SSDTPatrick Rudolph
2019-12-19device/pciexp: Match Max_Payload_Size between ends of a linkKyösti Mälkki
2019-12-19src/{drivers,device,ec}: Remove unused <stdlib.h>Elyes HAOUAS
2019-12-16device/pnp: introduce and use PNP_SKIP_FUNCTIONFelix Held
2019-12-11printf: Automatically prefix %p with 0xJulius Werner
2019-12-09src/device: Fix typoElyes HAOUAS
2019-11-22device/hypertransport: Drop unused codeArthur Heymans
2019-11-21device/pci: Reduce scope of dev_find_slot()Kyösti Mälkki
2019-11-20device: Add back dummy HT_CHAIN_UNITID_BASEKyösti Mälkki
2019-11-20nb/amd/fam10: Drop supportArthur Heymans
2019-11-10arch/x86: Remove EARLY_EBDA_INIT supportArthur Heymans
2019-11-01console/kconfig: Move ONBOARD_VGA_IS_PRIMARY to 'devices'Arthur Heymans
2019-10-29arch/x86/*.S: use defines instead of hardcoded valuesPatrick Rudolph
2019-10-27device: add Kconfig option to hide GOP initialization optionMichael Niewöhner
2019-10-27src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth
2019-10-27src/{device,drivers}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS
2019-10-27src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS
2019-10-24arch/acpi.h: Use of typedef for acpi_vfctHimanshu Sahdev
2019-10-24arch/acpi.h: Use of typedef for acpi_vfct_image_hdrHimanshu Sahdev
2019-10-21src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>'Elyes HAOUAS
2019-10-20src: Remove unused 'include <string.h>'Elyes HAOUAS
2019-10-18src: Remove unused include '<device/pci_ids.h>'Elyes HAOUAS
2019-10-08device: Use scan_static_bus() over scan_lpc_bus()Nico Huber
2019-10-08device/root_device: Consolidate common _scan_bus() functionsNico Huber
2019-10-08device/dram/ddr4: Check spd_bytes_total and spd_bytes_used valuesElyes HAOUAS
2019-10-07src: Capitalize Super I/OElyes HAOUAS
2019-10-07device: Rename scan_static_bus() -> enable_static_devices()Nico Huber
2019-10-06device/pci: Enable full 16-bit VGA port i/o decodingNico Huber
2019-10-04device/pci_device.c: Use verified boot to check opromFrans Hendriks
2019-09-30device/pci_early: Drop some __SIMPLE_DEVICE__ useKyösti Mälkki
2019-09-30device/i2c_bus: Add i2c_dev_read_at16()Nico Huber
2019-09-30device,drivers/: Drop some __SIMPLE_DEVICE__ useKyösti Mälkki
2019-09-27device: add commentary to dev_find_slot()Aaron Durbin
2019-09-22device/cardbus: Remove unnecessary bridge_ctrl bitmaskKyösti Mälkki
2019-09-22device/cardbus: Fix use of PCI_CB_BRIDGE_CONTROLKyösti Mälkki
2019-09-22device/pci: Replace add with bitwise-orKyösti Mälkki
2019-09-17AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth
2019-09-15{cpu,device,drivers}: Remove unused include <device/pci_ops.h>Elyes HAOUAS
2019-09-15lib/coreboot_table: Show splashscreen in lb_table_initJohanna Schander
2019-08-26Split MAYBE_STATIC to _BSS and _NONZERO variantsKyösti Mälkki
2019-08-22Add buffer_to/from_fifo32(_prefix) helpersJulius Werner
2019-08-20device/oprom: Drop unnecessary AMD headersKyösti Mälkki
2019-08-14dram: Add basic DDR4 SPD parsingAndrey Petrov
2019-08-02device/pci_ops: Make PCI_BDF() available in all stagesKyösti Mälkki
2019-07-31device: Constify `dev` argument to (probe|find)_resource()Nico Huber
2019-07-26src/device/oprom: Fix bootsplash display code for optionromsJohanna Schander
2019-07-26oprom/yabel: Fix comment to fix the buildKyösti Mälkki
2019-07-24device: Default to VESA/linear framebuffer for ChromeOSNico Huber
2019-07-19device/device_util.c: Correct format specifierJacob Garber
2019-07-19device/oprom: List all supported vesa mode by opromSubrata Banik
2019-07-19device/pci_rom.c: Fix out of bounds readJacob Garber
2019-07-18device/oprom/realmode: Add vbe return status support as per VBE spec 3.0Subrata Banik
2019-07-18devicetree: Add accessors for chip_infoKyösti Mälkki
2019-07-17soc/intel: Fix regression with hidden PCI devicesKyösti Mälkki
2019-07-15device: Remove device->ops from early stagesKyösti Mälkki
2019-07-13device/hypertransport.c: Remove dead assignmentJacob Garber
2019-07-13device/device_util: Fix encoding the USB device pathKarthikeyan Ramasubramanian
2019-07-12device/oprom: Replace uses of dev_find_slot()Kyösti Mälkki
2019-07-12device/pci: Declare pcidev_path_on_bus()Kyösti Mälkki
2019-07-12device/pci: Replace use of dev_find_slot() for IRQsKyösti Mälkki
2019-07-10device/oprom: Replace CONFIG() preprocessor statementsKyösti Mälkki
2019-07-10device/oprom: Reduce indentationKyösti Mälkki
2019-07-07device/pci: Declare pci_root_bus()Kyösti Mälkki
2019-07-05device/pci_rom.c: Fix indent for 'if' statementElyes HAOUAS
2019-07-04device/pci_ops: Define pci_find_capability() just onceKyösti Mälkki
2019-07-02device/pci_rom: Fix redundant pci_rom_probe() callsKyösti Mälkki
2019-07-02device/pci_rom: Fix on-board optionrom addressKyösti Mälkki
2019-06-28device: Tidy up add_more_links()Jacob Garber
2019-06-28device,nb/amd: Deduplicate add_more_links()Jacob Garber
2019-06-28device/dram: Inline value into print statementJacob Garber
2019-06-21device/pci_rom: use ALIGN_UP instead of ALIGN for better readabilityFelix Held
2019-06-14device/cpu_device.c: Use 'unsigned int' instead of 'unsigned'Elyes HAOUAS
2019-06-03src/device: Prevent attack on null pointer dereferenceJohn Zhao