summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers/intel/fsp2_0: Add utility to recover MRC NV Storage dataHannah Williams2016-04-082-0/+13
* drivers/intel/fsp2_0: Add boot mode constantsAndrey Petrov2016-04-081-0/+10
* edid: Make framebuffer row alignment configurableJulius Werner2016-04-072-2/+2
* lib/prog_loading: introduce prog_segment_loaded()Aaron Durbin2016-04-021-1/+1
* drivers/intel/fsp2_0: signal that FSP components are loadedAaron Durbin2016-04-021-0/+4
* intel/gma: Fix VBT generationPatrick Rudolph2016-04-011-3/+3
* intel/fsp1_1: Do not re-init TPM in romstage if already setup in verstageDuncan Laurie2016-03-291-2/+9
* edid: Add helper function to calculate bits-per-pixel dependent valuesJulius Werner2016-03-242-8/+2
* parade/ps8640: Clean upPatrick Georgi2016-03-162-2/+1
* intel/fsp1.1: Mark graphics init done after SiliconInit phaseDuncan Laurie2016-03-141-0/+9
* Add a driver for the parade ps8640Jitao Shi2016-03-126-0/+162
* spi/SST: fix write support for SST25VF064CAlexander Couzens2016-03-111-2/+94
* northbridge/intel/i440bx: Unify UDELAY selectionStefan Reinauer2016-03-101-0/+1
* drivers/intel/fsp2_0: remove struct resource usageAaron Durbin2016-03-092-6/+4
* drivers/intel/fsp2_0: add TODOs to fix deficienciesAaron Durbin2016-03-091-0/+2
* drivers/intel/fsp2_0: don't leak resourcesAaron Durbin2016-03-091-0/+9
* intel/wifi: Add WRDD ACPI methodDuncan Laurie2016-03-081-0/+37
* drivers/intel/fsp2_0: Add framebuffer graphics supportAlexandru Gagniuc2016-03-081-0/+105
* drivers/intel/fsp2_0: Add hand-off-block parsersAlexandru Gagniuc2016-03-081-0/+294
* drivers/intel/fsp2_0: Add Notify Phase APIAndrey Petrov2016-03-081-0/+40
* drivers/intel/fsp2_0: Add SiliconInit APIAndrey Petrov2016-03-081-0/+59
* drivers/intel/fsp2_0: Add MemoryInit APIAndrey Petrov2016-03-083-21/+77
* tpm/acpi/tpm.asl: Only include tpm.asl if tpm is enabledMartin Roth2016-03-051-1/+5
* Kconfig: hide useless options on ARM.Vladimir Serbinenko2016-03-051-0/+1
* drivers/intel/fsp2_0: Add utility functionsAndrey Petrov2016-03-031-0/+123
* drivers/intel/fsp2_0: Add coreboot<->FSP header filesAndrey Petrov2016-03-037-0/+234
* During DRAM initialization on certain ASpeed devices, an incorrectTimothy Pearson2016-02-261-1/+1
* tree wide: Convert "if (CONFIG_.*_TPM.*)" to "if (IS_ENABLED(...))"Denis 'GNUtoo' Carikli2016-02-262-3/+3
* acpi/tpm: Gracefully handle missing TPM module.Tobias Diedrich2016-02-181-15/+24
* Intel common: add microcode loading to romstage before fspmemoryinitrobbie zhang2016-02-141-0/+5
* intel/fsp1_0: Allow the MRC cache to live in a FMAP regionBen Gardner2016-02-103-2/+25
* drivers/intel/fsp1_1: Make fsp_run_silicon_init publicLee Leahy2016-02-082-5/+4
* soc/intel/common: Use SoC specific routine to read/write MTRRsLee Leahy2016-02-022-0/+20
* drivers/pc80: Add PS/2 mouse presence detectTimothy Pearson2016-02-011-23/+78
* drivers/intel/fsp1_1: Fix spelling error in API and copyrightLee Leahy2016-01-312-4/+4
* intel/skylake: Implement native Cache-as-RAM (CAR)Subrata Banik2016-01-293-17/+21
* drivers/intel/fsp1_1: Remove extra include referencesLee Leahy2016-01-284-16/+6
* drivers/intel/fsp1_1: Enable builds without MRC cacheLee Leahy2016-01-271-13/+14
* intel/fsp1_1: Fix for passing VBT when vboot requests itDuncan Laurie2016-01-221-15/+10
* */Makefile.inc: Compile files needed by uart8250 in x86 bootblockAlexandru Gagniuc2016-01-211-0/+2
* drivers/intel/wifi: Only compile if SMBIOS tables are generatedDuncan Laurie2016-01-211-1/+1
* intel/skylake: do not save MRC data in recovery modeharidhar2016-01-191-1/+3
* intel/fsp1_1: Fix enumeration timestamp and post codeLee Leahy2016-01-181-3/+3
* header files: Fix guard name comments to match guard namesMartin Roth2016-01-182-2/+2
* fsp1_1: Remove #if protection in header - It's not neededMartin Roth2016-01-101-4/+0
* intel/fsp1_1: Disable GOP support by defaultMartin Roth2016-01-071-1/+1
* drivers/xgi/common: Fix XGI_SetGroup2Stefan Reinauer2015-12-301-1/+1
* drivers/intel/fsp1_0/fsp_util.c: Fix indentationMartin Roth2015-12-221-4/+5
* drivers/pc80: Add optional spinlock for nvram CBFS accessTimothy Pearson2015-12-181-2/+23
* fsp1_1: supply fsp version to mrc_cache APIAaron Durbin2015-12-113-5/+18