Age | Commit message (Expand) | Author |
2022-12-16 | cpu/x86/mtrr: rename local cpu_idx variable and make it const | Felix Held |
2022-12-15 | cpu/x86/mtrr: use lapicid instead of cpu_index calls | Felix Held |
2022-12-12 | cpu/x86/mtrr/mtrr: fix printk format strings | Felix Held |
2022-12-12 | cpu/x86/mtrr: Print cpu index number when set up MTRRs for BSP/APs | Kane Chen |
2022-11-12 | include/cpu/msr.h: transform into an union | Arthur Heymans |
2022-11-08 | cpu: Include <cpu/cpu.h> instead of <arch/cpu.h> | Elyes Haouas |
2022-10-26 | cpu/x86: Clean up includes | Elyes Haouas |
2022-10-06 | cpu/x86/mtrr/mtrr.c: Add missing <stdbool.h> | Elyes Haouas |
2022-09-24 | include/cpu/x86/mtrr: define NUM_FIXED_MTRRS once in mtrr.h | Felix Held |
2022-07-17 | cpu: Get rid of unnecessary blank line {before,after} barce | Elyes HAOUAS |
2022-06-01 | Revert "cpu/x86/mtrr: Make useful MTRR functions available for all boot stages" | Arthur Heymans |
2022-06-01 | Revert "cpu/x86: Add function to set `put_back_original_solution` variable" | Arthur Heymans |
2022-06-01 | cpu/x86/mtrr: Allow for multiple TEMP MTRR ranges | Arthur Heymans |
2022-05-16 | arch/x86/postcar: Set up postcar MTRR in C code | Arthur Heymans |
2022-04-14 | x86/mtrr: Print address ranges inclusive to be more consistent | Werner Zeh |
2022-04-13 | cpu/x86/mtrr: Use `need_restore_mtrr` to set put_back_original_solution | Subrata Banik |
2022-04-13 | cpu/x86: Add function to set `put_back_original_solution` variable | Kane Chen |
2022-04-02 | cpu/x86/mtrr: Delay removing `temp` variable range MTRR snapshot | Subrata Banik |
2022-04-02 | {cpu/x86, drivers/amd}: Use `get_var_mtrr_count()` to get MTRR count | Subrata Banik |
2022-04-02 | cpu/x86/mtrr: Make useful MTRR functions available for all boot stages | Subrata Banik |
2022-02-07 | treewide: Remove "ERROR: "/"WARN: " prefixes from log messages | Julius Werner |
2021-04-29 | cpu/x86/mtrr: Use a Kconfig for reserving MTRRs for OS | Tim Wawrzynczak |
2021-03-17 | program_loading: Replace prog_rdev() with raw start pointer and size | Julius Werner |
2021-01-18 | cpu/x86/mtrr/earlymtrr.c: Remove repeated word | Elyes HAOUAS |
2020-10-27 | cpu/x86/mtrr: fix OVERFLOW_BEFORE_WIDEN | Jonathan Zhang |
2020-10-20 | cpu/x86/mtrr: add support for address space higher than 16TiB | Jonathan Zhang |
2020-06-23 | src/*: Update makefiles to exclude x86 code from psp-verstage | Martin Roth |
2020-06-16 | cpu/x86: Define MTRR_CAP_PRMRR | Kyösti Mälkki |
2020-06-02 | cpu/x86/mtrr: add x86_setup_mtrrs_with_detect_no_above_4gb() | Aaron Durbin |
2020-06-02 | cpu/x86/mtrr: add helper for setting multiple MTRRs | Aaron Durbin |
2020-06-02 | src: Remove unused '#include <cpu/x86/lapic.h>' | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-08 | cpu/x86/mtrr: Replace GPLv2 long form headers with SPDX header | Elyes HAOUAS |
2020-05-06 | treewide: Move "is part of the coreboot project" line in its own comment | Patrick Georgi |
2020-05-01 | cpu/x86/mtrr/earlymtrr: Validate MTRR arguments | Raul E Rangel |
2020-05-01 | src: Remove unused 'include <cpu/x86/cache.h>' | Elyes HAOUAS |
2020-04-29 | src/cpu/x86/mtrr/earlymtrr: Add clear_all_var_mtrr | Raul E Rangel |
2020-04-04 | src/cpu: Use SPDX for GPL-2.0-only files | Angel Pons |
2019-11-03 | cpu/x86/mtrr/xip_cache.c: Fix inconsistent message | Angel Pons |
2019-11-02 | cpu/x86: Add a prog_run hook to set up caching of XIP stages | Arthur Heymans |
2019-09-28 | cpu,device/: Remove some __SIMPLE_DEVICE__ and __ROMCC__ use | Kyösti Mälkki |
2019-09-10 | AUTHORS: Move src/cpu copyrights into AUTHORS file | Martin Roth |
2019-08-08 | cpu/x86/mtrr: Replace CONFIG_CPU_ADDR_BITS with cpu_phys_address_size() | Subrata Banik |
2019-06-22 | src/cpu: Use 'include <stdlib.h>' when appropriate | Elyes HAOUAS |
2019-06-21 | cpu: Add missing #include <commonlib/helpers.h> | Elyes HAOUAS |
2019-05-29 | cpu/x86/mtrr: Assert that MSR arrays are fully initialized | Jacob Garber |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-06 | src: Drop unused include <arch/acpi.h> | Elyes HAOUAS |
2019-02-28 | cpu/x86/mtrr/mtrr.c:Avoid static scan false positive | Richard Spiegel |
2018-11-23 | soc/intel/common: Bring DISPLAY_MTRRS into the light | Nico Huber |
2018-11-12 | src: Remove unneeded include "{arch,cpu}/cpu.h" | Elyes HAOUAS |
2018-04-11 | Correct "MTTR" to "MTRR" | Jonathan Neuschäfer |
2018-04-11 | cpu/x86/mtrr: Fix broken output ("indexis") | Jonathan Neuschäfer |
2018-04-09 | cpu/x86/mtrr: Use single code path with/without holes | Nico Huber |
2018-04-09 | cpu/x86/mtrr: Optimize hole carving strategy | Nico Huber |
2018-02-16 | x86/mtrr: Enable Rd/WrDram mod in AMD fixed MTRRs | Marshall Dawson |
2017-10-16 | cpu/x86/mtrr: Remove var-MTRR alignment optimization | Nico Huber |
2017-07-13 | src/cpu: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-06-13 | cpu/x86/mtrr: fail early if solution exceeds available MTRRs | Aaron Durbin |
2017-03-16 | cpu/x86: Wrap lines at 80 columns | Lee Leahy |
2017-03-16 | cpu/x86: Add int to unsigned | Lee Leahy |
2017-03-16 | cpu/x86: Use tabs for indent | Lee Leahy |
2017-02-22 | src/cpu/x86: Update/Add license headers to all files | Martin Roth |
2016-11-12 | cpu/x86/mtrr: allow temporary MTRR range during coreboot | Aaron Durbin |
2016-09-12 | cpu/x86: Move fls() and fms() to mtrr.h | Rizwan Qureshi |
2016-07-22 | cpu/x86/mtrr: correct variable MTRR calculation around 1MiB boundary | Aaron Durbin |
2016-04-28 | soc/intel/apollolake: Add cache for BIOS ROM | Andrey Petrov |
2016-03-18 | mtrr: Define a function for obtaining free var mtrr | Furquan Shaikh |
2016-03-16 | cpu/x86: compile earlymtrr.c code for romstage as well | Andrey Petrov |
2016-03-16 | cpu/x86/mtrr: remove early_mtrr_* functions | Aaron Durbin |
2016-03-16 | cpu/x86/mtrr: move cache_ramstage() to its only user | Aaron Durbin |
2016-03-08 | cpu/x86/mtrr: add helper function to detect variable MTRRs | Aaron Durbin |
2016-02-02 | src: Fix various spelling and whitespace issues. | Martin Roth |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-15 | cpu/x86/mtrr: Add MTRR index and total MTRRs to error message | Paul Menzel |
2015-10-15 | cpu/mtrr.h: Fix macro names for MTRR registers | Alexandru Gagniuc |
2015-07-12 | Verify Kconfigs symbols are not zero for hex and int type symbols | Martin Roth |
2015-07-12 | Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED() | Martin Roth |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2014-09-25 | x86/mtrr: Enable MTRR's before enabling caching | Isaac Christensen |
2014-09-24 | x86: Minimize work done with the caches disabled in mtrr functions. | Gabe Black |
2014-06-30 | x86 MTRR: Drop unused return value | Kyösti Mälkki |
2014-06-30 | Use MTRR defines | Kyösti Mälkki |
2014-02-25 | Remove CACHE_ROM. | Vladimir Serbinenko |
2014-02-09 | mtrr: only add prefetchable resources as WRCOMB for VGA devices | Aaron Durbin |
2014-02-06 | MTRR: Mark all prefetchable resources as WRCOMB. | Vladimir Serbinenko |
2014-02-06 | mtrr: retry fitting w/o WRCOMB if usage exceeds BIOS allocation | Aaron Durbin |
2014-01-26 | src/cpu: Fix spelling of MTTR to MTRR | Paul Menzel |
2014-01-15 | Re-declare CACHE_ROM_SIZE as aligned ROM_SIZE for MTRR | Kyösti Mälkki |
2013-12-26 | AMD boards (non-AGESA): Cleanup earlymtrr.c includes | Kyösti Mälkki |
2013-10-03 | cpu/x86/mtrr/mtrr.c: Remove superfluous assignment to `type_index` | Paul Menzel |
2013-07-11 | cpu: Fix spelling | Martin Roth |
2013-05-01 | x86: use boot state callbacks to disable rom cache | Aaron Durbin |
2013-04-04 | AMD: Drop six copies of wrmsr_amd and rdmsr_amd | Kyösti Mälkki |
2013-04-01 | boot: add disable_cache_rom() function | Aaron Durbin |
2013-03-29 | x86: mtrr: optimize hole carving above 4GiB | Aaron Durbin |
2013-03-29 | x86: mtrr: add hole punching support | Aaron Durbin |
2013-03-29 | x86: add rom cache variable MTRR index to tables | Aaron Durbin |
2013-03-29 | x86: mtrr: add CONFIG_CACHE_ROM support | Aaron Durbin |
2013-03-29 | mtrr: honor IORESOURCE_WRCOMB | Aaron Durbin |