Age | Commit message (Expand) | Author |
2024-04-18 | cpu/intel/microcode: Defer microcode patching until after DRAM init | Subrata Banik |
2024-02-18 | arch to cpu: Add SPDX license headers to Kconfig files | Martin Roth |
2024-01-24 | cpu: Rename Makefiles from .inc to .mk | Martin Roth |
2023-08-06 | cpu: Add SPDX license headers to Makefiles | Martin Roth |
2023-07-12 | cpu/intel/microcode: Drop unnecessary alignment for split microcode | Subrata Banik |
2023-07-08 | cpu: Enable per-CPUID microcode loading in CBFS | Subrata Banik |
2023-07-08 | cpu/intel/microcode: Avoid Pre-RAM microcode update if FIT enable | Subrata Banik |
2022-11-08 | cpu: Include <cpu/cpu.h> instead of <arch/cpu.h> | Elyes Haouas |
2022-10-26 | cpu/intel: Clean up includes | Elyes Haouas |
2022-07-17 | cpu: Get rid of unnecessary blank line {before,after} barce | Elyes HAOUAS |
2022-06-26 | intel/microcode: Change log type from BIOS_ERR to BIOS_WARNING | Subrata Banik |
2022-06-22 | microcode: Add error msg in case `intel_microcode_find()` return NULL | Subrata Banik |
2022-06-22 | cpu/intel/microcode: Create helper function to load microcode patch | Subrata Banik |
2022-06-22 | cpu/intel/microcode: Have API to re-load microcode patch | Subrata Banik |
2022-06-17 | cpu/intel/microcode: Fix `device enumeration` boot regression | Subrata Banik |
2022-06-07 | cpu/intel/microcode: Have provision to re-load microcode patch | Subrata Banik |
2021-07-09 | soc/intel: Fix microcode loading | Tim Wawrzynczak |
2021-05-27 | src/intel/microcode: Add support for extended signature table | Rizwan Qureshi |
2021-03-12 | cpu/intel/microcode: Fix caching logic in intel_microcode_find | Furquan Shaikh |
2021-02-11 | cpu/intel/microcode: Fix typo in function parameter | Elyes HAOUAS |
2021-02-01 | cpu/intel/microcode: Reuse existing function to read MCU revision | Arthur Heymans |
2021-01-28 | cpu/intel/microcode: Add caching layer in intel_microcode_find | Patrick Rudolph |
2021-01-07 | arch/x86: Move prologue to .init section | Kyösti Mälkki |
2020-12-02 | cbfs: Simplify load/map API names, remove type arguments | Julius Werner |
2020-12-01 | cpu/intel/microcode: Mark assemblycode as 32bit | Patrick Rudolph |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-04 | src/cpu: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-02-24 | src: capitalize 'RAM' | Elyes HAOUAS |
2019-12-27 | cpu/intel/microcode: Apply more strict guard for assembly files | Kyösti Mälkki |
2019-12-17 | cpu/intel: Remove ROMCC header guards and code | Elyes HAOUAS |
2019-11-25 | Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol | Arthur Heymans |
2019-09-30 | console: Declare empty printk() for __ROMCC__ | Kyösti Mälkki |
2019-09-26 | cpu/intel/: Clean up microcode update from __PRE_RAM__ | Kyösti Mälkki |
2019-09-15 | cpu/intel/microcode: Make microcode lib available in bootblock | Rizwan Qureshi |
2019-09-10 | AUTHORS: Move src/cpu/intel copyrights into AUTHORS file | Martin Roth |
2019-01-29 | cpu/intel/microcode: Enable verbose output | Philipp Deppenwiese |
2019-01-16 | buildsystem: Promote rules.h to default include | Kyösti Mälkki |
2019-01-11 | cpu/intel/microcode: Support update before CAR entry | Arthur Heymans |
2019-01-10 | Untangle CBFS microcode updates | Nico Huber |
2019-01-09 | cpu/intel/microcode_asm.S: Fix reading cpuid(1) and checking PF | Arthur Heymans |
2019-01-08 | arch/x86: Link walkcbfs.S instead of including it | Arthur Heymans |
2018-12-31 | src/cpu/microcode: Add code to update microcode in assembly | Arthur Heymans |
2018-11-12 | src: Remove unneeded include "{arch,cpu}/cpu.h" | Elyes HAOUAS |
2018-10-11 | src: Replace MSR addresses with macros | Elyes HAOUAS |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-07-30 | cpu/intel/microcode: Add helper functions to get microcode info | Rizwan Qureshi |
2018-04-24 | compiler.h: add __weak macro | Aaron Durbin |
2017-03-16 | cpu/intel: Wrap lines at 80 columns | Lee Leahy |
2017-03-16 | cpu/intel: Fix the spacing issues | Lee Leahy |
2016-09-08 | Kconfig: Add option for microcode filenames | Martin Roth |
2016-08-28 | src/cpu: Add required space before opening parenthesis '(' | Elyes HAOUAS |
2016-08-28 | src/cpu: Remove unnecessary whitespace before "\n" | Elyes HAOUAS |
2016-07-31 | src/cpu: Capitalize CPU | Elyes HAOUAS |
2016-02-10 | cpu/intel/microcode: allow microcode to be loaded in romstage | Aaron Durbin |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-07-29 | Add SoC specific microcode update check in ramstage | Rizwan Qureshi |
2015-06-02 | cbfs: new API and better program loading | Aaron Durbin |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-02-28 | cpu/intel: (non-FSP) Remove microcode updates from tree | Alexandru Gagniuc |
2014-01-28 | intel: fix microcode compilation failure in bootblock | Aaron Durbin |
2014-01-16 | cpu/intel: Make all Intel CPUs load microcode from CBFS | Alexandru Gagniuc |
2013-12-17 | cpu/intel: Do not rely on CBFS microcode having a terminator | Alexandru Gagniuc |
2013-12-13 | cpu: Rename CPU_MICROCODE_IN_CBFS to SUPPORT_CPU_UCODE_IN_CBFS | Alexandru Gagniuc |
2013-04-23 | Intel microcode: Return when `microcode_updates` is `NULL` | Vladimir Serbinenko |
2013-03-21 | Intel: Update CPU microcode script | Stefan Reinauer |
2013-03-19 | intel microcode: split up microcode loading stages | Aaron Durbin |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-01-30 | Extend CBFS to support arbitrary ROM source media. | Hung-Te Lin |
2012-11-13 | Add spinlock to serialize Intel microcode updates | Stefan Reinauer |
2012-09-05 | buildsystem: Make CPU microcode updating more configurable | Alexandru Gagniuc |
2012-07-25 | Fix date output in Microcode update | Stefan Reinauer |
2012-07-24 | Add microcode blob processing | Vadim Bendebury |
2012-07-24 | Add code to read Intel microcode from CBFS | Vadim Bendebury |
2012-05-03 | Fix register corruption during Intel Microcode update | Stefan Reinauer |
2012-05-02 | Don't include console.h in microcode.c when compiling with ROMCC | Stefan Reinauer |
2012-04-26 | microcode: print date of microcode and unify output | Stefan Reinauer |
2012-04-26 | Revamp Intel microcode update code | Stefan Reinauer |
2012-04-05 | Add support for Intel Sandybridge CPU | Stefan Reinauer |
2010-10-18 | Make update-microcodes.sh executable. | Uwe Hermann |
2010-10-17 | update intel microcode update script | Stefan Reinauer |
2010-09-30 | Rename build system variables to be more intuitive, and | Patrick Georgi |
2010-05-26 | Update Intel microcode include files from their web page. | Stefan Reinauer |
2010-05-26 | cosmetical changes on intel's microcode.c | Stefan Reinauer |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-03-31 | Drop \r\n and \n\r as both print_XXX and printk now do this internally. | Stefan Reinauer |
2010-02-07 | newconfig is no more. | Patrick Georgi |
2009-08-12 | Kconfig! | Patrick Georgi |
2009-01-20 | fix compiler warnings (trivial) | Stefan Reinauer |
2004-10-14 | - Add new cvs code to cvs | Eric Biederman |