aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86
AgeCommit message (Expand)Author
2024-06-27arch/x86/mpspec: Use uintptr_t for mpc_apicaddrElyes Haouas
2024-06-10arch/x86: Clarify help text for 64-bit supportSubrata Banik
2024-06-01tree: Add some SMBIOS_PROCESSOR_FAMILY macrosElyes Haouas
2024-05-29tree: Remove unused <string.h>Elyes Haouas
2024-05-29tree: Use <stdio.h> for snprintfElyes Haouas
2024-05-28tree: Add smbios_processor_typeElyes Haouas
2024-05-27acpi/acpi_apic;arch/x86/acpi: better document ACPI_NO_PCAT_8259 caseFelix Held
2024-05-14arch/x86: Remove unused `protected_mode_jump` APISubrata Banik
2024-05-14x86: Switch to protected_mode_call_1arg for correct argument passingSubrata Banik
2024-04-17arch/x86: Prevent .text/.init overlap with older linkersSubrata Banik
2024-04-12tree: Drop duplicated <device/{path,resource}.h>Elyes Haouas
2024-04-09tree: Drop unused <console/console.h>Elyes Haouas
2024-04-08lib/program.ld: Account for large code model sectionsArthur Heymans
2024-04-04arch/x86/bootblock.ld: Account for the .data sectionArthur Heymans
2024-04-01Kconfig: Make GBD_STUB and long mode mutually exclusiveArthur Heymans
2024-03-30arch/x86: Remove blank lines before '}' and after '{'Elyes Haouas
2024-03-28cpu/x86/Kconfig: Mark 64bit support as stableArthur Heymans
2024-03-28cpu/x86: Link page tables in stage if possibleArthur Heymans
2024-03-26arch/x86/bootblock.ld: Align the base of bootblock downwardsArthur Heymans
2024-03-21arch/x86: Fix typo for macro CPUID_FEATURE_HTTJincheng Li
2024-03-19arch/x86: Directly return result of `IS_POWER_OF_2()`Paul Menzel
2024-03-17arch/x86: Add API to check if cache sets are power-of-twoSubrata Banik
2024-03-15treewide: Move stdlib.h to commonlibMaximilian Brune
2024-03-05drivers/intel/fsp: Work around multi-socket Xeon-SP pipe init bugArthur Heymans
2024-03-04arch/x86/Kconfig: Deduplicate ARCH_SUPPORTS_CLANG selectionElyes Haouas
2024-02-27Kconfig: Make the SEPARATE_ROMSTAGE default configurable in other filesArthur Heymans
2024-02-23arch/x86/ioapic: use uintptr_t for IOAPIC base addressFelix Held
2024-02-07arch/x86/mpspec: reduce scope of smp_write_ioapicFelix Held
2024-02-06arch/x86/ioapic: always write IOAPIC ID in set_ioapic_idFelix Held
2024-02-02lib: Move IP checksum to commonlibJulius Werner
2024-01-31device/device.h: Rename busses for clarityArthur Heymans
2024-01-29device/device.h: Drop multiple linksArthur Heymans
2024-01-24acpi,arch,commonlib: Rename Makefiles from .inc to .mkMartin Roth
2024-01-17arch/x86/mpspec: turn compile-time check into Kconfig dependencyFelix Held
2024-01-16device: Add support for multiple PCI segment groupsFelix Held
2024-01-11arch/x86/include/smm_call: improve documentation of call_smmFelix Held
2024-01-11arch/x86/include/smm_call: use pm_acpi_smi_cmd_portFelix Held
2024-01-11arch/x86/c_start.S: Add proper x86_64 codePatrick Rudolph
2024-01-10arch/x86/include: rename smm.h to smm_call.hFelix Held
2024-01-10arch/x86/include/smm: use inline asm from drivers/smmstore/ramstageFelix Held
2024-01-08src/arch/x86/exit_car: Add proper x86_64 codePatrick Rudolph
2024-01-08arch/x86/acpi: call pm_acpi_smi_cmd_port to get APMC SMI IO portFelix Held
2024-01-08arch/x86: introduce HAVE_CONFIGURABLE_APMC_SMI_PORTFelix Held
2024-01-05arch/x86/include/mode_switch: Add more wrapper functionsPatrick Rudolph
2024-01-03cpu/x86/64bit/mode_switch: Simplify assembly codePatrick Rudolph
2023-12-27arch/x86/car.ld: Use VB2_FIRMWARE_WORKBUF_RECOMMENDED_SIZE constantJeremy Compostella
2023-12-22x86: Separate CPU and SoC physical address sizeJeremy Compostella
2023-11-29arch/x86/Makefile.inc: Do not pass CPPFLAGS to linkerSrinivas Hegde
2023-11-09Allow to build romstage sources inside the bootblockArthur Heymans
2023-11-01arch/x86/memcpy.c: Optimize code for 64bitArthur Heymans
2023-10-20x86: Add ramstage CBFS cache scratchpad supportJeremy Compostella
2023-10-20x86: Add pre-memory stages CBFS cache scratchpad supportJeremy Compostella
2023-10-06arch/x86/cpu_common: Add cpu_get_c_substate_supportPatrick Rudolph
2023-10-02x86/include/arch/cpuid.h: Fix inline assemblyPatrick Rudolph
2023-09-29arch/x86/Kconfig: introduce RESERVED_PHYSICAL_ADDRESS_BITS_SUPPORTFelix Held
2023-09-29*/include/cpu: use unsigned int for number of address bitsFelix Held
2023-09-26arch/x86/cpu_common: use cpuid_get_max_funcFelix Held
2023-09-26arch/x86/smbios: fix extended CPUID level check logicFelix Held
2023-09-26arch/x86/smbios: use cpu_cpuid_extended_levelFelix Held
2023-09-23arch/x86/cpu_common: use cpuid_e[a,c]xFelix Held
2023-09-23arch/x86/cpu_common: use cpu_cpuid_extended_levelFelix Held
2023-09-18acpi/Makefile.inc: Move code inclusionArthur Heymans
2023-09-18arch/arm64: Hook up ACPI table generationArthur Heymans
2023-09-18arch/x86: Remove libhwbase and libgfxinit .data symbols from _bssJeremy Compostella
2023-09-14x86: Add .data section support for pre-memory stagesJeremy Compostella
2023-09-12x86/tables: Upgrade error to criticalPatrick Rudolph
2023-09-12soc/intel/common: Fix invalid MADT entries creationJeremy Compostella
2023-09-12arch/x86: Reduce max phys address size for Intel TME capable SoCsJeremy Compostella
2023-09-12cpu/intel: Move is_tme_supported() from soc/intel to cpu/intelJeremy Compostella
2023-09-08arch to drivers/intel: Fix misspellings & capitalization issuesMartin Roth
2023-08-28arch/x86/cpu: Remove unnecessary parenthesesElyes Haouas
2023-08-02acpi/acpi.c: Move setting FADT SCI INT to arch specific codeArthur Heymans
2023-07-21acpi/acpi.c: Split of ACPI table generation into separate filesArthur Heymans
2023-07-10vboot: Fix S3 resume with stage_cacheKyösti Mälkki
2023-07-05arch/x86: Ensure LAPIC mode for exception handlerKyösti Mälkki
2023-06-27arch/x86/Kconfig: remove period from DUMP_SMBIOS_TYPE17 titleEric Lai
2023-06-23commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious
2023-06-22arch/x86,lib: Migrate SMBIOS implementation to common codeBenjamin Doron
2023-06-20arch/x86: Introduce DUMP_SMBIOS_TYPE17 configEric Lai
2023-06-06arch/x86/include/arch/vga: add defines for VGA MMIO addressesFelix Held
2023-05-27libpayload;arch,cpu/x86: drop USE_MARCH_586 Kconfig optionFelix Held
2023-05-26treewide: Remove 'extern' from functions declarationElyes Haouas
2023-05-25arch/x86/include/arch/pci_io_cfg: add IO port count & last port definesFelix Held
2023-05-25arch/x86: Don't allow hw floating point operationsArthur Heymans
2023-05-16x86: pci_io_cfg: Make constant unsigned to fix out of bounds shiftPaul Menzel
2023-05-14arch/x86/ioapic.c: Increase the number of bits for ioapic IDArthur Heymans
2023-05-09arch/x86/car.ld: Fix undefined macroArthur Heymans
2023-05-05Convert literal uses of CONFIG_MAINBOARD_{VENDOR,PART_NUMBER}Kyösti Mälkki
2023-04-29ACPI: Make FADT entries for RTC/CMOS architecturalKyösti Mälkki
2023-04-27arch/x86: Disable walkcbfs_asm code when CONFIG_CBFS_VERIFICATION is setJulius Werner
2023-04-27arch/x86/include/pci_io_cfg: introduce PCI_IO_CONFIG_[INDEX,DATA] defineFelix Held
2023-04-27ACPI: Make FADT entries for SMI architecturalKyösti Mälkki
2023-04-26soc/intel: Introduce ioapic_get_sci_pin()Kyösti Mälkki
2023-04-14soc/amd: Clarify ACPI _PRT entry generationKyösti Mälkki
2023-04-06cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_pathArthur Heymans
2023-04-04arch/x86/smbios: Check str for NULL in smbios_add_string()Maximilian Brune
2023-03-29arch/x86/smbios: Add socket type for Meteor LakeJay Patel
2023-03-22x86/include/registers.h: macros should not use a trailing semicolonYuchen He
2023-03-16arch/x86/ioapic: Print IOAPIC ID for GSI #0Jay Patel
2023-03-13arch/x86/include/arch/mmio.h: Provide __always_inline definition for muslFabian Groffen