summaryrefslogtreecommitdiffstats
path: root/src/device
Commit message (Expand)AuthorAgeFilesLines
* device/hypertransport: Drop unused codeArthur Heymans2019-11-221-42/+1
* device/pci: Reduce scope of dev_find_slot()Kyösti Mälkki2019-11-211-1/+2
* device: Add back dummy HT_CHAIN_UNITID_BASEKyösti Mälkki2019-11-201-0/+8
* nb/amd/fam10: Drop supportArthur Heymans2019-11-201-7/+0
* arch/x86: Remove EARLY_EBDA_INIT supportArthur Heymans2019-11-101-7/+2
* console/kconfig: Move ONBOARD_VGA_IS_PRIMARY to 'devices'Arthur Heymans2019-11-011-0/+10
* arch/x86/*.S: use defines instead of hardcoded valuesPatrick Rudolph2019-10-291-12/+14
* device: add Kconfig option to hide GOP initialization optionMichael Niewöhner2019-10-271-1/+6
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-278-54/+54
* src/{device,drivers}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-10-272-0/+2
* src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS2019-10-271-0/+1
* arch/acpi.h: Use of typedef for acpi_vfctHimanshu Sahdev2019-10-241-3/+3
* arch/acpi.h: Use of typedef for acpi_vfct_image_hdrHimanshu Sahdev2019-10-241-1/+1
* src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>'Elyes HAOUAS2019-10-211-1/+0
* src: Remove unused 'include <string.h>'Elyes HAOUAS2019-10-204-4/+0
* src: Remove unused include '<device/pci_ids.h>'Elyes HAOUAS2019-10-183-3/+0
* 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