Age | Commit message (Expand) | Author |
2021-01-18 | cpu/x86/smm/smm_module_loaderv2.c: Remove repeated word | Elyes HAOUAS |
2021-01-18 | cpu/x86/mtrr/earlymtrr.c: Remove repeated word | Elyes HAOUAS |
2021-01-18 | cpu/intel/smm/gen1/smmrelocate.c: Remove repeated word | Elyes HAOUAS |
2021-01-15 | build system: Always add coreboot.pre dependency to intermediates | Patrick Georgi |
2021-01-15 | cpu/intel/haswell/acpi.c: Use C-state enum definitions | Angel Pons |
2021-01-15 | cpu/intel/haswell: Factor out ACPI C-state values | Angel Pons |
2021-01-15 | cpu/intel/*init: Remove obsolete cache enable | Patrick Rudolph |
2021-01-15 | cpu/mp_init: Fix microcode lock | Patrick Rudolph |
2021-01-15 | cpu/x86/mpinit: Serialize microcode updates for HT threads | Patrick Rudolph |
2021-01-14 | build system: Structure and serialize INTERMEDIATE | Patrick Georgi |
2021-01-13 | cpu/x86/smm: Pass GNVS with smm_module_loader v2 | Kyösti Mälkki |
2021-01-12 | cpu/x86/sipi_vector: Simplify loop getting unique CPU number | Patrick Rudolph |
2021-01-11 | cpu/intel/haswell: Add delay for TPM before Flex Ratio reboot | Angel Pons |
2021-01-11 | cpu/intel/haswell: Allow tuning VR for C-state operations | Angel Pons |
2021-01-11 | cpu/intel/haswell: Raise PSI1 threshold to 20A | Angel Pons |
2021-01-11 | cpu/intel/haswell: Enable turbo ratio if available | Angel Pons |
2021-01-11 | cpu/intel/haswell: Do not set PMG_IO_CAPTURE_BASE MSR | Angel Pons |
2021-01-11 | mb/emulation/qemu: Copy page tables to DRAM in assembly | Patrick Rudolph |
2021-01-10 | cpu/intel/haswell/haswell.h: Align with Broadwell | Angel Pons |
2021-01-10 | cpu/intel/haswell: Align cosmetics with Broadwell | Angel Pons |
2021-01-10 | cpu/intel/haswell: Do not determine CPU type at runtime | Angel Pons |
2021-01-08 | cpu/x86/smm: Use append instead of assign for smm-c-deps | Furquan Shaikh |
2021-01-08 | cpu/intel/model_206ax: Always return a package from _CST | Angel Pons |
2021-01-08 | */Makefile.inc: Add some INTERMEDIATE targets to .PHONY | Arthur Heymans |
2021-01-07 | ACPI: Remove ACPI_NO_SMI_GNVS | Kyösti Mälkki |
2021-01-07 | arch/x86: Move prologue to .init section | Kyösti Mälkki |
2021-01-07 | cpu/intel/haswell: Rename `HASWELL_BCLK` to `CPU_BCLK` | Angel Pons |
2021-01-06 | cpu/intel/model_206ax: Simplify C-state acpigen | Angel Pons |
2021-01-06 | cpu/intel/model_206ax: Rename `cX_acpower` options | Angel Pons |
2021-01-06 | cpu/intel/model_206ax: Unify ACPI C-state options | Angel Pons |
2021-01-06 | cpu/intel/x/chip.h: Drop unused `disable_acpi` setting | Angel Pons |
2021-01-04 | ACPI: Final APM_CNT_GNVS_UPDATE cleanup | Kyösti Mälkki |
2021-01-04 | arch/x86: Pass GNVS as parameter to SMM module | Kyösti Mälkki |
2020-12-25 | cpu/intel/model_206ax: Add more CPU steppings | Angel Pons |
2020-12-25 | nb/intel/sandybridge: Move steppings to CPU header | Angel Pons |
2020-12-16 | arch/x86: Link gdt_init.S into bootblock | Kyösti Mälkki |
2020-12-16 | arch/x86: Clean up bootblock assembly | Kyösti Mälkki |
2020-12-14 | arch/x86: Combine bootblock linker scripts | Kyösti Mälkki |
2020-12-12 | nb/intel/sandybridge: Clean up stepping logic | Angel Pons |
2020-12-11 | Drop many cases of .previous directive use | Kyösti Mälkki |
2020-12-10 | cpu/x86/64bit/exit32.inc: Don't invalidate cache in CAR | Patrick Rudolph |
2020-12-05 | cpu/x86/64bit: Add code to call function in protected mode | Patrick Rudolph |
2020-12-04 | cpu/x86/smm_module_loaderv2: Fix compiling for x86_64 | Arthur Heymans |
2020-12-04 | mb/emulation/x86: Add optional parallel_mp init support | Arthur Heymans |
2020-12-04 | cpu/qemu-x86: Increase MAX_CPUS to have actual AP init | Arthur Heymans |
2020-12-04 | cpu/x86/lapic/secondary.S: Adapt for x86_64 | Arthur Heymans |
2020-12-04 | cpu/qemu-x86: Add the option to have no SMM | Arthur Heymans |
2020-12-02 | cbfs: Simplify load/map API names, remove type arguments | Julius Werner |
2020-12-02 | cpu/x86/smm/smm_stub: Fix stack canary on x86_64 | Patrick Rudolph |
2020-12-02 | cpu/x86/smm/smm_stub: Fix GDT for x86_64 | Patrick Rudolph |