summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATEKyösti Mälkki2019-11-031-0/+23
* cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80Kyösti Mälkki2019-11-022-1/+83
* src: Remove unused '#include <cpu/cpu.h>'Elyes HAOUAS2019-10-281-1/+0
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-2724-97/+97
* src/{device,drivers}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-10-276-3/+11
* src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS2019-10-278-5/+3
* drivers/intel/fsp2_0: move die() calls to the functionsMichael Niewöhner2019-10-265-15/+13
* drivers/intel/fsp1_1: remove orphaned functionalityMichael Niewöhner2019-10-263-76/+0
* drivers/ipmi: Add IPMI BMC FRB2 watchdog timer supportJohnny Lin2019-10-243-0/+164
* drivers/i2c/rt1011: Add a driver for RT1011Cheng-Yi Chiang2019-10-244-0/+159
* drivers/pc80/rtc: Avoid searching for cmos_layout.bin on each get/set_optionArthur Heymans2019-10-231-5/+7
* AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth2019-10-22112-297/+192
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-22202-472/+301
* drivers/intel/fsp2_0: Add ENV_CACHE_AS_RAM check for consumed rangesMarshall Dawson2019-10-211-4/+5
* src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>'Elyes HAOUAS2019-10-212-2/+0
* src/{drivers/vpd,include/device/dram}: Add missing 'include <stdint.h>'Elyes HAOUAS2019-10-211-0/+2
* drivers/intel/fsp2_0: Make vbt_get() conditionalMarshall Dawson2019-10-201-8/+5
* src: Remove unused include '<device/pci_ids.h>'Elyes HAOUAS2019-10-184-4/+0
* build: Mark bootblock files on x86 as IBBPatrick Rudolph2019-10-183-4/+4
* drivers/usb: Enable EHCI debug during verstageArthur Heymans2019-10-161-0/+1
* drivers/spi: ignore -Wvla on clang tooGreg V2019-10-091-1/+1
* device/root_device: Consolidate common _scan_bus() functionsNico Huber2019-10-081-1/+1
* devicetree: Fix improper use of chip_operationsKyösti Mälkki2019-10-042-7/+5
* drivers/i2c/lm96000: Add more settings for fan controlNico Huber2019-09-302-4/+15
* drivers/i2c/lm96000: Fix integer sign issueNico Huber2019-09-301-3/+4
* drivers/i2c/at24rf08c: Add proper Kconfig optionNico Huber2019-09-302-8/+5
* device,drivers/: Drop some __SIMPLE_DEVICE__ useKyösti Mälkki2019-09-301-7/+5
* usbdebug: Remove some __SIMPLE_DEVICE__ useKyösti Mälkki2019-09-281-22/+11
* drivers/net/ne2k: Remove some __SIMPLE_DEVICE__ useKyösti Mälkki2019-09-281-19/+12
* drivers/wifi/generic.c: Upper case the AML WiFi name as required by specAndrew McRae2019-09-211-1/+2
* {cpu,device,drivers}: Remove unused include <device/pci_ops.h>Elyes HAOUAS2019-09-152-2/+0
* drivers/pc80: Remove some __PRE_RAM__ and __SMM__Kyösti Mälkki2019-09-131-6/+4
* drivers/intel/fsp2_0: Allocate cfg_region_size for UPDMarshall Dawson2019-09-131-2/+10
* drivers/elog: Add elog_boot_notify()Kyösti Mälkki2019-09-132-4/+2
* intel/fsp2_0: Move TS_BEFORE_INITRAMKyösti Mälkki2019-09-131-2/+2
* intel/fsp2_0: Add help text for FSP_TEMP_RAM_SIZE KconfigSubrata Banik2019-09-111-1/+5
* src: Remove unneeded include <arch/interrupt.h>Elyes HAOUAS2019-09-111-1/+0
* arch/x86: Drop _car_relocatable_data symbolsKyösti Mälkki2019-09-111-1/+1
* arch/x86: Move ehci_dbg_info outside _car_relocatable_dataKyösti Mälkki2019-09-111-5/+5
* drivers/intel/fsp2_0: Fix minor whitespaceMarshall Dawson2019-09-091-1/+1
* intel/fsp2_0: Move temporary RAM to .bss with FSP_USES_CB_STACKKyösti Mälkki2019-09-092-12/+20
* drivers/spi/spi_flash.c: Add SPI vendor IDsRichard Spiegel2019-09-041-11/+11
* drivers/vpd: add framework to search VPD in romstageJonathan Zhang2019-09-025-89/+239
* drivers/ipmi/ipmi_kcs_ops: Advertise correct register spacingPatrick Rudolph2019-09-021-2/+37
* soc/intel: Use common romstage codeKyösti Mälkki2019-08-261-1/+0
* soc/intel/cometlake: Add ISH Device IDBernardo Perez Priego2019-08-231-0/+1
* arch/x86: Add <arch/romstage.h>Kyösti Mälkki2019-08-224-2/+4
* intel/fsp1_0,baytrail,rangeley: Tidy up use of preprocessorKyösti Mälkki2019-08-213-35/+7
* src: Remove variable length arraysJacob Garber2019-08-201-0/+1
* AGESA,binaryPI: Replace use of __PRE_RAM__Kyösti Mälkki2019-08-201-10/+9