summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove unused CHIPsArthur Heymans2024-02-205-20/+0
* arch to cpu: Add SPDX license headers to Kconfig filesMartin Roth2024-02-1833-0/+65
* cpu/x86/64bit: Turn jumping to long mode into a macroArthur Heymans2024-02-089-17/+25
* cpu/qemu-x86/cache_as_ram: Move guardArthur Heymans2024-02-081-1/+1
* cpu/x86: Add 1GiB pages for memory access up to 512GiBAshish Kumar Mishra2024-02-083-1/+43
* cpu/x86/smm/pci_resource_store: Allow devices with no resourcesPatrick Rudolph2024-02-021-4/+0
* cpu/x86/smm/pci_resource_store: Store DEV/VEN IDPatrick Rudolph2024-01-311-0/+2
* device/device.h: Rename busses for clarityArthur Heymans2024-01-313-3/+3
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-319-9/+9
* cpu: Rename Makefiles from .inc to .mkMartin Roth2024-01-2449-1/+1
* Reland "Kconfig: Bring HEAP_SIZE to a common, large value"Patrick Georgi2024-01-171-3/+0
* tree: Use accessor functions for struct region fieldsNico Huber2024-01-141-1/+1
* cpu/x86/smi_trigger: use call_smmFelix Held2024-01-111-1/+2
* cpu/x86/smi_trigger: use enum cb_err as apm_control return typeFelix Held2024-01-101-3/+3
* cpu/x86/smi_trigger: call pm_acpi_smi_cmd_port to get APMC SMI IO portFelix Held2024-01-081-3/+3
* arch/x86/include/mode_switch: Add more wrapper functionsPatrick Rudolph2024-01-051-2/+2
* northbridge/intel/sandybridge: Enable x86_64 for mrc.binPatrick Rudolph2024-01-051-1/+1
* cpu/x86/64bit/mode_switch2: The reverse function to mode_switchPatrick Rudolph2024-01-053-0/+76
* cpu/x86/64bit/mode_switch: Simplify assembly codePatrick Rudolph2024-01-031-42/+30
* Revert "cpu/intel/common: Define build time physical address reserved bits"Jeremy Compostella2023-12-222-11/+0
* cpu/intel/model_206ax: Use macro IS_IVY_CPUPatrick Rudolph2023-12-041-1/+1
* nb/intel/sandybridge: Use SA devid to identify PC typePatrick Rudolph2023-11-204-21/+0
* cpu/intel/model_206ax: Lock MSR_PP_CURRENT_CONFIGPatrick Rudolph2023-11-202-0/+4
* cpu/intel/model_206ax: Write MSRs in scope package only oncePatrick Rudolph2023-11-201-50/+72
* cpu/intel/model_2065x: Read CPU voltage for SMBIOSPatrick Rudolph2023-11-141-0/+1
* cpu/x86/smm: Fix get_save_state calculationEugene D. Myers2023-11-102-5/+4
* Allow to build romstage sources inside the bootblockArthur Heymans2023-11-091-1/+1
* Revert "Kconfig: Bring HEAP_SIZE to a common, large value"Patrick Georgi2023-11-071-0/+3
* cpu/intel/common: Define build time physical address reserved bitsJeremy Compostella2023-10-202-0/+11
* x86: Add pre-memory stages CBFS cache scratchpad supportJeremy Compostella2023-10-207-0/+21
* Kconfig: Bring HEAP_SIZE to a common, large valuePatrick Georgi2023-10-111-3/+0
* cpu/intel/model_206ax: Only use supported C-statesPatrick Rudolph2023-10-061-5/+59
* cpu/intel/model_206ax: Use haswell cstate_mapPatrick Rudolph2023-10-062-50/+37
* cpu/intel/model_206ax: Print supported C-statesPatrick Rudolph2023-10-061-1/+21
* cpu/intel/socket_BGA956: Double DCACHE_RAM_SIZE to 64 kBArthur Heymans2023-10-051-1/+1
* arch/x86/Kconfig: introduce RESERVED_PHYSICAL_ADDRESS_BITS_SUPPORTFelix Held2023-09-291-0/+1
* */include/cpu: use unsigned int for number of address bitsFelix Held2023-09-291-2/+2
* cpu/x86/mtrr/debug: rename variables in display_variable_mtrrFelix Held2023-09-201-10/+10
* cpu/x86/mtrr/debug: use MTRR_PHYS_MASKFelix Held2023-09-201-3/+2
* cpu/x86/mtrr/debug: use msr_t parameter in display_mtrr_fixed_typesFelix Held2023-09-201-6/+6
* cpu/x86/mtrr/debug: make local MSR variables constFelix Held2023-09-201-7/+7
* cpu/x86/mtrr/debug: drop unnecessary MSR unionFelix Held2023-09-201-55/+25
* x86: Add .data section support for pre-memory stagesJeremy Compostella2023-09-146-0/+53
* arch/x86: Reduce max phys address size for Intel TME capable SoCsJeremy Compostella2023-09-122-0/+27
* cpu/intel: Move is_tme_supported() from soc/intel to cpu/intelJeremy Compostella2023-09-123-0/+20
* arch to drivers/intel: Fix misspellings & capitalization issuesMartin Roth2023-09-082-2/+2
* cpu/x86/smm: Don't save EFERArthur Heymans2023-08-211-38/+5
* cpu/amd/pi/00730F01: Use common code for mp_initArthur Heymans2023-08-081-0/+1
* cpu: Add SPDX license headers to MakefilesMartin Roth2023-08-0638-0/+76
* src/*/post_code.h: Change post code prefix to POSTCODEYuchen He2023-08-056-45/+45