Age | Commit message (Expand) | Author |
2021-07-16 | include/cpu/amd/msr: don't redefine the IA32_BIOS_SIGN_ID MSR | Felix Held |
2021-07-14 | src: use mca_clear_status function instead of open coding | Felix Held |
2021-07-14 | cpu/intel/*/*_init: use mca_get_bank_count() | Felix Held |
2021-07-14 | include/cpu/x86/msr: introduce IA32_MC_*(x) macros | Felix Held |
2021-07-12 | cpu/amd/*/model_*_init: use mca_get_bank_count() | Felix Held |
2021-07-09 | soc/intel: Fix microcode loading | Tim Wawrzynczak |
2021-07-07 | Makefile.inc: Fix IFITTOOL dependencies | Arthur Heymans |
2021-07-07 | cpu/intel/car/core2/cache_as_ram: Add x86_64 support | Patrick Rudolph |
2021-07-07 | ironlake: Add support for x86_64 | Patrick Rudolph |
2021-07-06 | cpu/intel/car/p4: Add x86_64 support | Arthur Heymans |
2021-07-06 | arch/x86: Use ENV_X86_64 instead of _x86_64_ | Patrick Rudolph |
2021-07-05 | cpu/intel/car/p4-netburst: Prepare for x86_64 | Arthur Heymans |
2021-07-02 | cpu/qemu-x86: Increase heap size | Angel Pons |
2021-07-02 | src: Consolidate x86_64 support Kconfig | Angel Pons |
2021-07-02 | src: Introduce `ARCH_ALL_STAGES_X86` | Angel Pons |
2021-06-30 | src: Move `select ARCH_X86` to platforms | Angel Pons |
2021-06-25 | Asm code: Use NO_EARLY_BOOTBLOCK_POSTCODES to remove Asm port80s | Martin Roth |
2021-06-25 | cpu/qemu-x86/Kconfig: Drop redundant selects | Angel Pons |
2021-06-19 | soc/intel/common/block/smm: Add `mainboard_smi_finalize` | Aseda Aboagye |
2021-06-16 | cpu/intel/haswell: Select `HAVE_DISPLAY_MTRRS` | Angel Pons |
2021-06-16 | cpu/intel/haswell: Enable MCA logging | Angel Pons |
2021-06-16 | cpu/x86/mp_init: Support both xapic and x2apic with common code | Arthur Heymans |
2021-06-15 | nb/intel/sandybridge: Add x86_64 support | Patrick Rudolph |
2021-06-15 | cpu/x86/Kconfig: Increase SMM stack size to 0x800 on x86_64 | Patrick Rudolph |
2021-06-15 | treewide: Disable R_AMD64_32S relocation support | Patrick Rudolph |
2021-06-11 | cpu/x86/lapic: Replace LOCAL_APIC_ADDR references | Kyösti Mälkki |
2021-06-10 | cpu/x86/lapic: Drop read/write_around aliases | Kyösti Mälkki |
2021-06-10 | cpu/x86/lapic: Separate stop_this_cpu() | Kyösti Mälkki |
2021-06-10 | cpu/x86/lapic: Add wait_ipi_completion() helpers | Kyösti Mälkki |
2021-06-10 | cpu/x86/lapic: Add lapic_busy() helper | Arthur Heymans |
2021-06-10 | cpu/x86/lapic: Add lapic_send_ipi() helper | Arthur Heymans |
2021-06-10 | cpu/x86/lapic: Do not inline some utility functions | Kyösti Mälkki |
2021-06-10 | cpu/x86/lapic: Add lapic_update32() helper | Kyösti Mälkki |
2021-06-09 | cpu/x86/lapic: Add Kconfig choice LAPIC_ACCESS_MODE | Kyösti Mälkki |
2021-06-09 | cpu/x86/lapic: Drop IOAPIC test | Kyösti Mälkki |
2021-06-07 | cpu/x86/lapic: Redo DEBUG_HALT_SELF | Kyösti Mälkki |
2021-06-07 | cpu/x86/lapic: Declare start_cpu() static | Kyösti Mälkki |
2021-06-07 | cpu/x86/lapic: Drop parallel_cpu_init inside LEGACY_SMP_INIT | Kyösti Mälkki |
2021-06-07 | cpu/x86: Drop Kconfig PARALLEL_CPU_INIT | Kyösti Mälkki |
2021-06-07 | cpu/intel/model_2065x: Drop select PARALLEL_CPU_INIT | Kyösti Mälkki |
2021-06-07 | cpu/intel/hyperthreading: Build only for selected models | Kyösti Mälkki |
2021-06-07 | cpu/x86: Default to PARALLEL_MP selected | Kyösti Mälkki |
2021-06-07 | cpu/intel/model_206ax/acpi.c: Do not report P_BLK | Angel Pons |
2021-06-07 | cpu/intel/model_206ax/acpi.c: Do not report P_BLK | Angel Pons |
2021-06-07 | cpu/intel/haswell/acpi.c: Do not report P_BLK | Angel Pons |
2021-06-07 | cpu/intel/model_206ax: Do not set PMG_IO_CAPTURE_ADDR MSR | Angel Pons |
2021-06-01 | cpu/intel/car/romstage.c: Drop unused function argument | Arthur Heymans |
2021-05-30 | cpu/x86/smm: Fix u32 type mismatch in print statement | Paul Menzel |
2021-05-30 | cpu/x86/smm: Fix size_t type mismatch in print statement | Paul Menzel |
2021-05-30 | cpu/x86/smm: Fix uintptr_t type mismatches in print statements | Paul Menzel |
2021-05-28 | cpu/x86/entry16.S: Make Intel CBnT TOCTOU safe | Arthur Heymans |
2021-05-27 | cpu/amd/pi/00630F01: Remove unused directory and code | Michał Żygowski |
2021-05-27 | src/intel/microcode: Add support for extended signature table | Rizwan Qureshi |
2021-05-26 | Add Kconfig TPM | Kyösti Mälkki |
2021-05-25 | cpu/intel/fit: Fix top swap fit | Arthur Heymans |
2021-05-25 | cpu/intel/fit: Remove broken ifittool argument | Arthur Heymans |
2021-05-25 | cpu/intel/fit: Make make fit entries depend on fit pointer | Arthur Heymans |
2021-05-18 | cpu/x86: Only include smm code if CONFIG_HAVE_SMI_HANDLER=y | Arthur Heymans |
2021-05-13 | cpu/amd/pi/00730F01/model_16_init.c: create correct MTRR solution | Michał Żygowski |
2021-05-10 | cpu/x86/smm: Fix typo | Patrick Georgi |
2021-05-10 | *x86: fix x2apic mode boot issue | Wonkyu Kim |
2021-05-06 | src: Retype option API to use unsigned integers | Angel Pons |
2021-05-06 | arch/x86: Always include walkcbfs.S | Arthur Heymans |
2021-05-05 | src/cpu/x86/smm: remove debug message; not thread safe | Rocky Phagura |
2021-04-29 | cpu/x86/mtrr: Use a Kconfig for reserving MTRRs for OS | Tim Wawrzynczak |
2021-04-23 | cpu/x86: Fix control flow UNREACHABLE issue | John Zhao |
2021-04-23 | src: Replace remaining {get,set}_option() instances | Angel Pons |
2021-04-19 | cpu/x86/smm/smm_module_loaderv2.c: Rename file | Arthur Heymans |
2021-04-19 | cpu/x86/smm: Drop the V1 smmloader | Arthur Heymans |
2021-04-19 | cpu/x86/smm_loaderv2: Use the permanent stack top during relocation | Arthur Heymans |
2021-04-15 | cpu/intel/common: use lapicid api | Wonkyu Kim |
2021-04-15 | *x86: Support x2apic mode | Wonkyu Kim |
2021-04-10 | cpu/intel/haswell: Use new fixed BAR accessors | Angel Pons |
2021-03-24 | cpu/x86/smm: Fix SMM start address passing | Marc Jones |
2021-03-19 | cpu/x86/mp_init.c: Drop unnecessary preprocessor usage | Arthur Heymans |
2021-03-19 | cpu/x86/mp_init.c: Don't overwrite the global variable per CPU | Arthur Heymans |
2021-03-19 | cpu/x86/smm_module_loaderv2.c: Remove noop stack size check | Arthur Heymans |
2021-03-19 | cpu/x86/mp_init: Allow stub sizes larger than the save state size | Arthur Heymans |
2021-03-19 | cpu/x86/smm_loaderv2: Remove unused variables | Arthur Heymans |
2021-03-19 | cpu/x86/smm/smm_module_loaderv2.c: Constify setup_stub() | Arthur Heymans |
2021-03-19 | cpu/x86/smm_module_hander: Set up a save state map | Arthur Heymans |
2021-03-19 | cpu/x86/smm_loaderv2: Fix when only 1 CPU is present | Arthur Heymans |
2021-03-19 | cpu/x86/smm_stub.S: Drop smm_runtime from the stub | Arthur Heymans |
2021-03-19 | cpu/x86/smm.h: Remove smm runtime pointer from smm_loader_params | Arthur Heymans |
2021-03-19 | cpu/x86/mp_init.c: Copy the stub parameter start32_offset into ramstage | Arthur Heymans |
2021-03-19 | cpu/x86/smm_module_handler: Add relocatable module params | Arthur Heymans |
2021-03-19 | cpu/intel/fit: Reserve the FIT pointer using a .c file | Arthur Heymans |
2021-03-19 | cpu/intel/fit: Add the FIT table as a separate CBFS file | Arthur Heymans |
2021-03-18 | cpu/x86/mp_init.c: Calculate perm_smbase from ramstage data | Arthur Heymans |
2021-03-18 | cpu/x86/smm: Move apic_id_to_cpu map to smm_stub params | Arthur Heymans |
2021-03-18 | cpu/x86/smm_stub.S: Drop unused module_handler parameter | Arthur Heymans |
2021-03-18 | cpu/x86/smm: Move relocatable stub params | Arthur Heymans |
2021-03-18 | cpu/qemu-x86: Add an option to use the smmloader v2 | Arthur Heymans |
2021-03-18 | mb/emulation/qemu-q35: Add support for SMM_TSEG with parallel MP init | Arthur Heymans |
2021-03-17 | cbfs: Replace more instances of cbfs_boot_locate() with newer APIs | Julius Werner |
2021-03-17 | program_loading: Replace prog_rdev() with raw start pointer and size | Julius Werner |
2021-03-12 | cpu/intel/microcode: Fix caching logic in intel_microcode_find | Furquan Shaikh |
2021-03-11 | src/cpu/x86: Add helper mp_run_on_all_aps | Aamir Bohra |
2021-02-18 | src/cpu: Remove unused symbols | Patrick Rudolph |
2021-02-15 | src: use ARRAY_SIZE where possible | Patrick Georgi |