summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/microcode
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* cpu/intel: (non-FSP) Remove microcode updates from treeAlexandru Gagniuc2015-02-281-107/+0
* intel: fix microcode compilation failure in bootblockAaron Durbin2014-01-281-10/+8
* cpu/intel: Make all Intel CPUs load microcode from CBFSAlexandru Gagniuc2014-01-162-93/+5
* cpu/intel: Do not rely on CBFS microcode having a terminatorAlexandru Gagniuc2013-12-171-16/+31
* cpu: Rename CPU_MICROCODE_IN_CBFS to SUPPORT_CPU_UCODE_IN_CBFSAlexandru Gagniuc2013-12-131-4/+4
* Intel microcode: Return when `microcode_updates` is `NULL`Vladimir Serbinenko2013-04-231-1/+9
* Intel: Update CPU microcode scriptStefan Reinauer2013-03-211-2/+2
* intel microcode: split up microcode loading stagesAaron Durbin2013-03-191-18/+110
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Extend CBFS to support arbitrary ROM source media.Hung-Te Lin2013-01-301-2/+3
* Add spinlock to serialize Intel microcode updatesStefan Reinauer2012-11-131-1/+12
* buildsystem: Make CPU microcode updating more configurableAlexandru Gagniuc2012-09-053-41/+9