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
*
cpu/x86/smm: Fix SMM start address passing
Marc Jones
2021-03-24
1
-5
/
+6
*
cpu/x86/mp_init.c: Drop unnecessary preprocessor usage
Arthur Heymans
2021-03-19
1
-9
/
+9
*
cpu/x86/mp_init.c: Don't overwrite the global variable per CPU
Arthur Heymans
2021-03-19
1
-1
/
+0
*
cpu/x86/smm_module_loaderv2.c: Remove noop stack size check
Arthur Heymans
2021-03-19
1
-15
/
+5
*
cpu/x86/mp_init: Allow stub sizes larger than the save state size
Arthur Heymans
2021-03-19
3
-19
/
+32
*
cpu/x86/smm_loaderv2: Remove unused variables
Arthur Heymans
2021-03-19
1
-17
/
+7
*
cpu/x86/smm/smm_module_loaderv2.c: Constify setup_stub()
Arthur Heymans
2021-03-19
1
-2
/
+2
*
cpu/x86/smm_module_hander: Set up a save state map
Arthur Heymans
2021-03-19
3
-8
/
+14
*
cpu/x86/smm_loaderv2: Fix when only 1 CPU is present
Arthur Heymans
2021-03-19
1
-15
/
+17
*
cpu/x86/smm_stub.S: Drop smm_runtime from the stub
Arthur Heymans
2021-03-19
4
-46
/
+2
*
cpu/x86/smm.h: Remove smm runtime pointer from smm_loader_params
Arthur Heymans
2021-03-19
2
-2
/
+0
*
cpu/x86/mp_init.c: Copy the stub parameter start32_offset into ramstage
Arthur Heymans
2021-03-19
3
-5
/
+8
*
cpu/x86/smm_module_handler: Add relocatable module params
Arthur Heymans
2021-03-19
3
-12
/
+31
*
cpu/intel/fit: Reserve the FIT pointer using a .c file
Arthur Heymans
2021-03-19
2
-7
/
+4
*
cpu/intel/fit: Add the FIT table as a separate CBFS file
Arthur Heymans
2021-03-19
3
-24
/
+49
*
cpu/x86/mp_init.c: Calculate perm_smbase from ramstage data
Arthur Heymans
2021-03-18
1
-1
/
+1
*
cpu/x86/smm: Move apic_id_to_cpu map to smm_stub params
Arthur Heymans
2021-03-18
4
-9
/
+12
*
cpu/x86/smm_stub.S: Drop unused module_handler parameter
Arthur Heymans
2021-03-18
3
-17
/
+5
*
cpu/x86/smm: Move relocatable stub params
Arthur Heymans
2021-03-18
2
-24
/
+0
*
cpu/qemu-x86: Add an option to use the smmloader v2
Arthur Heymans
2021-03-18
1
-0
/
+14
*
mb/emulation/qemu-q35: Add support for SMM_TSEG with parallel MP init
Arthur Heymans
2021-03-18
1
-3
/
+4
*
cbfs: Replace more instances of cbfs_boot_locate() with newer APIs
Julius Werner
2021-03-17
1
-27
/
+2
*
program_loading: Replace prog_rdev() with raw start pointer and size
Julius Werner
2021-03-17
1
-2
/
+2
*
cpu/intel/microcode: Fix caching logic in intel_microcode_find
Furquan Shaikh
2021-03-12
1
-7
/
+21
*
src/cpu/x86: Add helper mp_run_on_all_aps
Aamir Bohra
2021-03-11
1
-0
/
+22
*
src/cpu: Remove unused symbols
Patrick Rudolph
2021-02-18
2
-10
/
+0
*
src: use ARRAY_SIZE where possible
Patrick Georgi
2021-02-15
1
-1
/
+1
*
cpu/intel/haswell: Constify ACPI c-state arrays
Angel Pons
2021-02-14
1
-4
/
+4
*
cpu/intel/haswell: Drop c-state table indirection
Angel Pons
2021-02-14
2
-96
/
+88
*
cpu/intel/model_206ax: Drop c-state table indirection
Angel Pons
2021-02-14
2
-90
/
+78
*
cpu/intel/model_206ax: Replace `generate_cstate_entries`
Angel Pons
2021-02-14
1
-37
/
+15
*
cpu/intel/haswell/acpi.c: Correct `get_cores_per_package`
Angel Pons
2021-02-12
1
-14
/
+4
*
src: Remove unused <arch/cpu.h>
Elyes HAOUAS
2021-02-11
4
-4
/
+3
*
cpu/intel/microcode: Fix typo in function parameter
Elyes HAOUAS
2021-02-11
1
-1
/
+1
*
mb/emulation/qemu: Fix SMP boot
Patrick Rudolph
2021-02-04
1
-2
/
+2
*
treewide [Kconfig]: Remove useless comment
Elyes HAOUAS
2021-02-02
5
-5
/
+5
*
cpu/x86/name/name.c: Clean up includes
Elyes HAOUAS
2021-02-01
1
-2
/
+2
*
sb/intel/i82801gx,ix: Drop MPEN from GNVS
Kyösti Mälkki
2021-02-01
2
-0
/
+5
*
cpu/x86/mp_init.c: Print out the microcode revision of APs
Arthur Heymans
2021-02-01
1
-2
/
+6
*
cpu/intel/microcode: Reuse existing function to read MCU revision
Arthur Heymans
2021-02-01
1
-10
/
+4
*
soc/intel/*: Get rid of custom microcode caching
Patrick Rudolph
2021-02-01
3
-14
/
+7
*
cpu/intel/socket_LGA775: Align CAR DCACHE_RAM_BASE to SIZE
Arthur Heymans
2021-01-28
1
-1
/
+1
*
cpu/intel/microcode: Add caching layer in intel_microcode_find
Patrick Rudolph
2021-01-28
1
-1
/
+6
*
cpu/intel/common/fsb.c: Correct code style
Frans Hendriks
2021-01-28
1
-1
/
+0
*
cpu/amd/agesa/family15tn/fixme.c
Frans Hendriks
2021-01-28
1
-7
/
+7
*
arch/x86: Remove most C_ENV_BOOTBLOCK_SIZE limits
Kyösti Mälkki
2021-01-28
5
-18
/
+1
*
arch/x86: Top-align .init in bootblock
Kyösti Mälkki
2021-01-28
1
-1
/
+0
*
cpu/x86: Rename __protected_start symbol
Kyösti Mälkki
2021-01-28
2
-5
/
+6
*
cpu/x86: Link entry32.inc
Kyösti Mälkki
2021-01-28
3
-33
/
+80
*
cpu/x86: Link reset16.inc
Kyösti Mälkki
2021-01-28
2
-1
/
+1
[next]