Age | Commit message (Expand) | Author |
2023-11-07 | Revert "Kconfig: Bring HEAP_SIZE to a common, large value" | Patrick Georgi |
2023-10-11 | Kconfig: Bring HEAP_SIZE to a common, large value | Patrick Georgi |
2023-09-14 | x86: Add .data section support for pre-memory stages | Jeremy Compostella |
2023-06-23 | commonlib/console/post_code.h: Change post code prefix to POSTCODE | lilacious |
2023-05-18 | cpu/qemu-x86/cache_as_ram_bootblock: drop duplicated post code | Alexander Goncharov |
2023-02-09 | arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator | Felix Held |
2023-02-08 | arch/x86/cpu: introduce and use device_match_mask | Felix Held |
2023-02-07 | src: Move POST_BOOTBLOCK_CAR to common postcodes and use it | Martin Roth |
2022-11-07 | mb/qemu/x86: Remove option for LEGACY_SMP_INIT | Arthur Heymans |
2022-06-01 | mb/emulation/qemu-q35: Support PARALLEL_MP with SMM_ASEG | Arthur Heymans |
2022-02-05 | cpu/x86/lapic: Move LAPIC configuration to MP init | Kyösti Mälkki |
2021-10-26 | cpu/x86: Introduce and use `CPU_X86_LAPIC` | Felix Held |
2021-10-25 | cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCs | Felix Held |
2021-09-08 | cpu/x86/tsc: Deduplicate Makefile logic | Angel Pons |
2021-07-06 | arch/x86: Use ENV_X86_64 instead of _x86_64_ | Patrick Rudolph |
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 | cpu/qemu-x86/Kconfig: Drop redundant selects | Angel Pons |
2021-06-07 | cpu/x86: Default to PARALLEL_MP selected | Kyösti Mälkki |
2021-05-18 | cpu/x86: Only include smm code if CONFIG_HAVE_SMI_HANDLER=y | Arthur Heymans |
2021-05-06 | arch/x86: Always include walkcbfs.S | Arthur Heymans |
2021-04-19 | cpu/x86/smm: Drop the V1 smmloader | 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-02-04 | mb/emulation/qemu: Fix SMP boot | Patrick Rudolph |
2021-01-11 | mb/emulation/qemu: Copy page tables to DRAM in assembly | Patrick Rudolph |
2021-01-07 | arch/x86: Move prologue to .init section | Kyösti Mälkki |
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/qemu-x86: Add the option to have no SMM | Arthur Heymans |
2020-10-12 | cpu/qemu-x86/cache_as_ram_bootblock: Fix wrong instruction | Patrick Rudolph |
2020-09-29 | cpu/qemu-x86/car: Move long mode entry right before c entry | Patrick Rudolph |
2020-09-26 | cpu/qemu-x86: Drop select SMP | Kyösti Mälkki |
2020-09-26 | arch/x86: Introduce `ARCH_ALL_STAGES_X86_32` | Angel Pons |
2020-09-26 | arch/x86: Introduce `ARCH_ALL_STAGES_X86_64` | Angel Pons |
2020-08-19 | mb/emulation/qemu-q35,qemu-i440fx: Add x86_64 support | Patrick Rudolph |
2020-08-14 | cpu/qemu-x86: Fix timestamp and bist reporting | Patrick Rudolph |
2020-05-18 | src: Remove leading blank lines from SPDX header | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-10 | src/cpu: Replace GPLv2 long form headers with SPDX header | Elyes HAOUAS |
2020-05-09 | src/: Replace GPL boilerplate with SPDX headers | Patrick Georgi |
2020-05-06 | treewide: replace GPLv2 long form headers with SPDX header | Patrick Georgi |
2020-05-06 | treewide: Move "is part of the coreboot project" line in its own comment | Patrick Georgi |
2020-05-01 | src: Remove unused 'include <cpu/x86/cache.h>' | Elyes HAOUAS |
2020-04-04 | src/cpu: Use SPDX for GPL-2.0-only files | Angel Pons |
2019-11-25 | Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol | Arthur Heymans |
2019-11-12 | arch/x86/car.ld: Rename suffix _start/_end | Arthur Heymans |
2019-11-04 | cpu/qemu-x86: Add x86_64 bootblock support | Patrick Rudolph |
2019-11-03 | cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE | Kyösti Mälkki |
2019-09-18 | cpu/qemu-x86: Enable TSC_MONOTONIC_TIMER | Kyösti Mälkki |
2019-09-10 | AUTHORS: Move src/cpu copyrights into AUTHORS file | Martin Roth |
2019-08-26 | emulation/qemu-x86: Use common romstage code | Kyösti Mälkki |
2019-08-26 | lib/bootblock: Add simplified entry with basetime | Kyösti Mälkki |
2019-08-19 | emulation/qemu-x86: Fix romstage stack alignment | Kyösti Mälkki |
2019-07-09 | arch/x86: Flip HAVE_MONOTONIC_TIMER default | Kyösti Mälkki |
2019-07-09 | cpu/x86: Declare SMM_ASEG | Kyösti Mälkki |
2018-12-30 | bootblock: Move function prototype | Kyösti Mälkki |
2018-11-18 | cpu/qemu-x86: Fix CPU driver | Patrick Rudolph |
2018-11-12 | mb/emulation/qemu-i440fx|q35: Switch to C_ENVIRONMENT_BOOTBLOCK | Patrick Rudolph |
2018-09-06 | qemu-q35: Use the TSC for udelay | Michael van der Westhuizen |
2017-11-23 | Constify struct cpu_device_id instances | Jonathan Neuschäfer |
2015-12-08 | qemu-x86: Enable SMP support | Patrick Georgi |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-09-14 | qemu: initialize lapic | Gerd Hoffmann |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-01-27 | vboot2: add verstage | Stefan Reinauer |
2014-05-06 | Introduce stage-specific architecture for coreboot | Furquan Shaikh |
2014-05-03 | Move ARCH_* from board/Kconfig to cpu or soc Kconfig. | Furquan Shaikh |
2013-06-17 | qemu: add q35 support | Gerd Hoffmann |
2013-06-06 | qemu: add x86 cpu | Gerd Hoffmann |