summaryrefslogtreecommitdiffstats
path: root/src/soc
Commit message (Expand)AuthorAgeFilesLines
* src/soc: Add missing 'include <types.h>'Elyes HAOUAS2019-05-2921-12/+25
* soc/intel/denverton_ns: Don't use CONFIG_CBFS_SIZEArthur Heymans2019-05-291-2/+2
* src/soc/intel/skylake/chip.h: Add smbios.h for Type9 EntriesChristian Walter2019-05-291-0/+1
* soc/intel/skylake: Use common cpu/intel/car romstage codeArthur Heymans2019-05-292-42/+1
* soc/intel/braswell/acpi/globalnvs.asl: Remove redundant use of OffsetFrans Hendriks2019-05-291-2/+0
* soc/intel/apollolake: Fix value stored to gnvs is never readJohn Zhao2019-05-291-3/+1
* sb/intel/*: Delete early_spiPatrick Rudolph2019-05-299-274/+0
* soc/intel/common: Check bios_size and window_size after MIN operationJohn Zhao2019-05-292-3/+5
* soc/intel/common: Set GSPI clock value to prevent division by zeroJohn Zhao2019-05-291-2/+4
* soc/intel/common/pmc: Don't use CAR_GLOBALArthur Heymans2019-05-291-6/+3
* soc/intel/common/cse: Don't use CAR_GLOBALArthur Heymans2019-05-291-13/+9
* soc/intel/common/cse: Declare g_cse staticallyArthur Heymans2019-05-291-1/+1
* soc/intel/common/gspi: Don't use CAR_GLOBALArthur Heymans2019-05-291-7/+4
* soc/intel/quark: Don't use CAR_GLOBALArthur Heymans2019-05-293-17/+14
* intel/quark/storage_test.h: Drop external variable declarationArthur Heymans2019-05-291-5/+0
* soc/intel/braswell: Don't use CAR_GLOBALArthur Heymans2019-05-291-23/+18
* Clean up unused arch/early_variables.h headerArthur Heymans2019-05-296-6/+0
* soc/intel/apollolake: Don't use CAR_GLOBALArthur Heymans2019-05-293-28/+15
* soc/intel/cannonlake: Dump ME status info before notify EndOfFirmwareBora Guvendik2019-05-283-5/+5
* src/include/device/pci_ids.h: Add Kabylake C236 DeviceChristian Walter2019-05-281-0/+1
* soc/intel/skylake: Add PCI Id for Kabylake DTChristian Walter2019-05-232-0/+2
* intel/common/block/scs: Add ability to send early CMD0, CMD1Bora Guvendik2019-05-234-0/+257
* soc/intel/fsp_baytrail/romstage: Remove variable set but not usedElyes HAOUAS2019-05-231-2/+1
* soc/intel/fsp_broadwell_de/romstage: Remove variable set but not usedElyes HAOUAS2019-05-231-2/+1
* soc/intel/denverton_ns: Remove variable set but not usedElyes HAOUAS2019-05-231-2/+0
* post_code: add post code for hardware initialization failureKeith Short2019-05-229-13/+25
* post_code: add post code for invalid vendor binaryKeith Short2019-05-222-2/+4
* post_code: add post code for critical CBFS failuresKeith Short2019-05-221-1/+2
* soc/intel/cannonlake: Dump ME f/w version and status informationTim Wawrzynczak2019-05-224-0/+324
* soc/amd/common: Identify AGESA call patternKyösti Mälkki2019-05-221-92/+46
* soc/fsp_baytrail: fix flashconsole on platformMatt DeVillier2019-05-222-39/+44
* soc/{baytrail/braswell/broadwell}: fix flashconsole on platformMatt DeVillier2019-05-223-0/+10
* soc/intel/fsp1.1: Implement postcar stageArthur Heymans2019-05-215-11/+7
* soc/intel: Remove unused pointer argument in mca_configure()Subrata Banik2019-05-217-7/+7
* soc/intel/skylake: Remove redundant mca_configure() in ramstageSubrata Banik2019-05-211-4/+0
* soc/amd/common: Refactor AmdCreateStruct() useKyösti Mälkki2019-05-211-73/+70
* soc/intel/cannonlake: Configure SPI CS parameters in FSP UPD.Tim Wawrzynczak2019-05-201-0/+43
* soc/intel/cannonlake: Make use of gpio_pm_configure()Subrata Banik2019-05-206-11/+86
* soc/intel/icelake: Make use of gpio_pm_configure()Subrata Banik2019-05-204-6/+66
* soc/intel/common/block/gpio: Add gpio_pm_configure() functionSubrata Banik2019-05-202-0/+38
* soc/intel/braswell/pmutil.c: Use GEN_PMCON1 for RTC statusFrans Hendriks2019-05-201-7/+6
* soc/intel: Fill DIMM serial number from SPDDuncan Laurie2019-05-187-2/+13
* soc/qualcomm/sdm845: Fix broken KconfigPatrick Rudolph2019-05-172-0/+11
* soc/qualcomm/common: replace IS_ENABLED(CONFIG_*) with CONFIG()Patrick Georgi2019-05-161-3/+3
* soc/amd/stoneyridge: Move I2C bus clear out of gpio.cMarshall Dawson2019-05-165-124/+149
* soc/amd/common: Create AcpiMmio functionality from stoneyridgeMarshall Dawson2019-05-1622-449/+581
* soc/intel/skylake: Correct GPIO pointer assignmentJacob Garber2019-05-161-1/+1
* src/soc: Remove unneeded include <arch/io.h>Elyes HAOUAS2019-05-152-2/+0
* soc/intel/broadwell/romstage: Clean up unused bist variableArthur Heymans2019-05-151-1/+0
* soc/intel/broadwell: Enable LPC/SIO setup in bootblockArthur Heymans2019-05-155-52/+49