summaryrefslogtreecommitdiff
path: root/src/cpu/intel/microcode
Commit message (Expand)AuthorAgeFilesLines
* cpu: Include <cpu/cpu.h> instead of <arch/cpu.h>Elyes Haouas2022-11-081-1/+1
* cpu/intel: Clean up includesElyes Haouas2022-10-261-4/+3
* cpu: Get rid of unnecessary blank line {before,after} barceElyes HAOUAS2022-07-171-1/+0
* intel/microcode: Change log type from BIOS_ERR to BIOS_WARNINGSubrata Banik2022-06-261-2/+2
* microcode: Add error msg in case `intel_microcode_find()` return NULLSubrata Banik2022-06-221-1/+3
* cpu/intel/microcode: Create helper function to load microcode patchSubrata Banik2022-06-221-31/+26
* cpu/intel/microcode: Have API to re-load microcode patchSubrata Banik2022-06-221-0/+32
* cpu/intel/microcode: Fix `device enumeration` boot regressionSubrata Banik2022-06-171-7/+2
* cpu/intel/microcode: Have provision to re-load microcode patchSubrata Banik2022-06-072-2/+17
* soc/intel: Fix microcode loadingTim Wawrzynczak2021-07-091-2/+2
* src/intel/microcode: Add support for extended signature tableRizwan Qureshi2021-05-271-0/+50
* cpu/intel/microcode: Fix caching logic in intel_microcode_findFurquan Shaikh2021-03-121-7/+21
* cpu/intel/microcode: Fix typo in function parameterElyes HAOUAS2021-02-111-1/+1
* cpu/intel/microcode: Reuse existing function to read MCU revisionArthur Heymans2021-02-011-10/+4
* cpu/intel/microcode: Add caching layer in intel_microcode_findPatrick Rudolph2021-01-281-1/+6
* arch/x86: Move prologue to .init sectionKyösti Mälkki2021-01-071-1/+1
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-021-3/+1
* cpu/intel/microcode: Mark assemblycode as 32bitPatrick Rudolph2020-12-011-0/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-112-2/+0
* src/cpu: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-042-24/+4
* src: capitalize 'RAM'Elyes HAOUAS2020-02-241-1/+1
* cpu/intel/microcode: Apply more strict guard for assembly filesKyösti Mälkki2019-12-271-1/+0
* cpu/intel: Remove ROMCC header guards and codeElyes HAOUAS2019-12-172-18/+2
* Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbolArthur Heymans2019-11-251-1/+1
* console: Declare empty printk() for __ROMCC__Kyösti Mälkki2019-09-301-16/+2
* cpu/intel/: Clean up microcode update from __PRE_RAM__Kyösti Mälkki2019-09-261-7/+1
* cpu/intel/microcode: Make microcode lib available in bootblockRizwan Qureshi2019-09-151-0/+1
* AUTHORS: Move src/cpu/intel copyrights into AUTHORS fileMartin Roth2019-09-102-5/+0
* cpu/intel/microcode: Enable verbose outputPhilipp Deppenwiese2019-01-291-2/+14
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* cpu/intel/microcode: Support update before CAR entryArthur Heymans2019-01-112-4/+10
* Untangle CBFS microcode updatesNico Huber2019-01-101-2/+0
* cpu/intel/microcode_asm.S: Fix reading cpuid(1) and checking PFArthur Heymans2019-01-091-7/+6
* arch/x86: Link walkcbfs.S instead of including itArthur Heymans2019-01-081-1/+6
* src/cpu/microcode: Add code to update microcode in assemblyArthur Heymans2018-12-311-0/+162
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+1
* src: Replace MSR addresses with macrosElyes HAOUAS2018-10-111-5/+5
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* cpu/intel/microcode: Add helper functions to get microcode infoRizwan Qureshi2018-07-301-0/+20
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+2
* cpu/intel: Wrap lines at 80 columnsLee Leahy2017-03-161-1/+2
* cpu/intel: Fix the spacing issuesLee Leahy2017-03-161-3/+3
* Kconfig: Add option for microcode filenamesMartin Roth2016-09-081-0/+2
* src/cpu: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-281-1/+1
* src/cpu: Remove unnecessary whitespace before "\n"Elyes HAOUAS2016-08-281-1/+1
* src/cpu: Capitalize CPUElyes HAOUAS2016-07-311-1/+1
* cpu/intel/microcode: allow microcode to be loaded in romstageAaron Durbin2016-02-102-4/+5
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Add SoC specific microcode update check in ramstageRizwan Qureshi2015-07-291-0/+16
* cbfs: new API and better program loadingAaron Durbin2015-06-021-7/+11