summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/microcode/microcode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-021-3/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/cpu: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-12/+2
* cpu/intel: Remove ROMCC header guards and codeElyes HAOUAS2019-12-171-17/+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
* AUTHORS: Move src/cpu/intel copyrights into AUTHORS fileMartin Roth2019-09-101-3/+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
* 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
* 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
* cpu/intel/microcode: allow microcode to be loaded in romstageAaron Durbin2016-02-101-4/+4
* 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
* intel: fix microcode compilation failure in bootblockAaron Durbin2014-01-281-10/+8
* cpu/intel: Make all Intel CPUs load microcode from CBFSAlexandru Gagniuc2014-01-161-92/+4
* 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 microcode: split up microcode loading stagesAaron Durbin2013-03-191-18/+110
* 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-051-4/+4
* Fix date output in Microcode updateStefan Reinauer2012-07-251-2/+2
* Add code to read Intel microcode from CBFSVadim Bendebury2012-07-241-0/+30
* Fix register corruption during Intel Microcode updateStefan Reinauer2012-05-031-1/+1
* Don't include console.h in microcode.c when compiling with ROMCCStefan Reinauer2012-05-021-0/+2
* microcode: print date of microcode and unify outputStefan Reinauer2012-04-261-3/+5
* Revamp Intel microcode update codeStefan Reinauer2012-04-261-30/+49
* cosmetical changes on intel's microcode.cStefan Reinauer2010-05-261-15/+14
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-1/+1
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-2/+2
* fix compiler warnings (trivial)Stefan Reinauer2009-01-201-4/+4
* - Add new cvs code to cvsEric Biederman2004-10-141-0/+111