index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
arch/x86: Fix MAX_CPUS check proper for late X2APIC config
Subrata Banik
2022-07-25
1
-1
/
+1
*
treewide: Remove unused <cpu/x86/mtrr.h>
Elyes Haouas
2022-07-20
4
-4
/
+0
*
cpu/amd: Reformat code
Elyes Haouas
2022-07-19
7
-58
/
+55
*
cpu/x86: Allow SoC to select the `X2APIC_LATE_WORKAROUND`
Subrata Banik
2022-07-18
1
-0
/
+6
*
arch/x86: Add X2APIC_LATE_WORKAROUND
Subrata Banik
2022-07-18
2
-7
/
+24
*
cpu/amd/pi/00730F01/update_microcode.c: Fix some white spaces issues
Elyes Haouas
2022-07-17
1
-1
/
+1
*
cpu: Get rid of unnecessary blank line {before,after} barce
Elyes HAOUAS
2022-07-17
9
-12
/
+0
*
arch/x86: Mark prepare_and_run_postcar noreturn
Arthur Heymans
2022-07-14
1
-1
/
+0
*
cpu/amd: Add common helpers for TSEG and SMM
Arthur Heymans
2022-07-13
6
-29
/
+33
*
cpu/x86/mp_init: retype do_smm element in mp_state struct to bool
Felix Held
2022-07-13
1
-4
/
+4
*
intel/microcode: Change log type from BIOS_ERR to BIOS_WARNING
Subrata Banik
2022-06-26
1
-2
/
+2
*
microcode: Add error msg in case `intel_microcode_find()` return NULL
Subrata Banik
2022-06-22
1
-1
/
+3
*
cpu/intel/microcode: Create helper function to load microcode patch
Subrata Banik
2022-06-22
1
-31
/
+26
*
cpu/intel/microcode: Have API to re-load microcode patch
Subrata Banik
2022-06-22
1
-0
/
+32
*
device/resource: Add _kb postfix for resource allocators
Kyösti Mälkki
2022-06-22
1
-1
/
+1
*
cpu/intel/microcode: Fix `device enumeration` boot regression
Subrata Banik
2022-06-17
1
-7
/
+2
*
cpu/Makefile.inc: Fix rebuilding a new target
Arthur Heymans
2022-06-17
1
-3
/
+3
*
cpu/x86/smm/smm_module_loader.c: Fix formatted print
Elyes Haouas
2022-06-15
1
-4
/
+4
*
arch/x86: Add a common romstage entry
Arthur Heymans
2022-06-07
1
-12
/
+3
*
cpu/intel/microcode: Have provision to re-load microcode patch
Subrata Banik
2022-06-07
2
-2
/
+17
*
cpu/amd/agesa: Use common MRC_CACHE code to save S3 data
Arthur Heymans
2022-06-06
2
-23
/
+1
*
drivers/amd/agesa: Don't save regular boot MTRR to flash
Arthur Heymans
2022-06-06
1
-1
/
+1
*
cpu/x86/smm_module_loader: Use struct region in cpu map
Arthur Heymans
2022-06-03
1
-28
/
+17
*
cpu/x86/smm: Use struct region to check overlapping sections
Arthur Heymans
2022-06-03
1
-149
/
+119
*
cpu/x86/smm_module_loader: Update logging
Arthur Heymans
2022-06-03
1
-1
/
+1
*
cpu/x86/mp_init.c: Prolong delay on synchronous API
Arthur Heymans
2022-06-02
1
-2
/
+2
*
cpu/intel/model_fxx: Select SSE2
Arthur Heymans
2022-06-02
3
-0
/
+3
*
cpu/x86/smm_module_loader: Drop superfluous checks
Arthur Heymans
2022-06-02
1
-47
/
+5
*
cbfs: Add CBFS_TYPE_INTEL_FIT and exclude it from CBFS verification
Julius Werner
2022-06-01
1
-2
/
+2
*
mb/emulation/qemu-q35: Support PARALLEL_MP with SMM_ASEG
Arthur Heymans
2022-06-01
1
-2
/
+1
*
Revert "cpu/x86/mtrr: Make useful MTRR functions available for all boot stages"
Arthur Heymans
2022-06-01
3
-71
/
+60
*
Revert "cpu/x86: Add function to set `put_back_original_solution` variable"
Arthur Heymans
2022-06-01
1
-6
/
+1
*
cpu/x86/mtrr: Allow for multiple TEMP MTRR ranges
Arthur Heymans
2022-06-01
1
-1
/
+28
*
cpu/x86/smm_module_load: Fix SMM stub params
Kyösti Mälkki
2022-05-31
1
-0
/
+2
*
cpu/x86: Allow SoC to select the LAPIC access mode
Subrata Banik
2022-05-29
1
-0
/
+12
*
cpu/x86/mp_init.c: Drop 'real' vs 'used' save state
Arthur Heymans
2022-05-28
2
-36
/
+11
*
cpu/x86/smm_module_load: Rewrite setup_stub
Arthur Heymans
2022-05-28
1
-71
/
+21
*
cpu/x86/smm_module_loader: Add a convenient ss_top
Arthur Heymans
2022-05-28
1
-8
/
+7
*
cpu/x86/smm_module_loader.c: Rewrite setup
Arthur Heymans
2022-05-28
1
-176
/
+135
*
cpu/x86/smm: Drop 'entry' struct element
Arthur Heymans
2022-05-28
1
-4
/
+2
*
cpu/x86/smm: Refactor creating a stub/save state map
Arthur Heymans
2022-05-28
1
-42
/
+32
*
cpu/x86/smm: Remove heap
Arthur Heymans
2022-05-23
2
-9
/
+2
*
arch/x86/postcar_loader.c: Change prepare_and_run_postcar signature
Arthur Heymans
2022-05-16
1
-3
/
+1
*
arch/x86/postcar: Set up postcar MTRR in C code
Arthur Heymans
2022-05-16
2
-16
/
+25
*
cpu/x86/mp_init.c: Add mp_run_on_all_cpus_synchronously
Kane Chen
2022-05-16
1
-9
/
+57
*
cpu/amd: Remove unused <cpu/x86/pae.h>
Elyes Haouas
2022-05-16
4
-4
/
+0
*
cpu/intel/model_2065x: Drop unused function declaration
Angel Pons
2022-05-05
1
-3
/
+0
*
cpu/intel/socket_p: Increase DCACHE_RAM_SIZE
Arthur Heymans
2022-04-27
1
-1
/
+1
*
nb/intel/pineview: Use cbfs mcache
Arthur Heymans
2022-04-27
1
-1
/
+1
*
cpu/x86/64bit: Generate static page tables from an assembly file
Arthur Heymans
2022-04-25
2
-0
/
+47
[next]