index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
Age
Commit message (
Expand
)
Author
2024-05-14
arch/x86: Remove unused `protected_mode_jump` API
Subrata Banik
2024-05-14
x86: Switch to protected_mode_call_1arg for correct argument passing
Subrata Banik
2024-04-17
arch/x86: Prevent .text/.init overlap with older linkers
Subrata Banik
2024-04-12
tree: Drop duplicated <device/{path,resource}.h>
Elyes Haouas
2024-04-09
tree: Drop unused <console/console.h>
Elyes Haouas
2024-04-08
lib/program.ld: Account for large code model sections
Arthur Heymans
2024-04-04
arch/x86/bootblock.ld: Account for the .data section
Arthur Heymans
2024-04-01
Kconfig: Make GBD_STUB and long mode mutually exclusive
Arthur Heymans
2024-03-30
arch/x86: Remove blank lines before '}' and after '{'
Elyes Haouas
2024-03-28
cpu/x86/Kconfig: Mark 64bit support as stable
Arthur Heymans
2024-03-28
cpu/x86: Link page tables in stage if possible
Arthur Heymans
2024-03-26
arch/x86/bootblock.ld: Align the base of bootblock downwards
Arthur Heymans
2024-03-21
arch/x86: Fix typo for macro CPUID_FEATURE_HTT
Jincheng Li
2024-03-19
arch/x86: Directly return result of `IS_POWER_OF_2()`
Paul Menzel
2024-03-17
arch/x86: Add API to check if cache sets are power-of-two
Subrata Banik
2024-03-15
treewide: Move stdlib.h to commonlib
Maximilian Brune
2024-03-05
drivers/intel/fsp: Work around multi-socket Xeon-SP pipe init bug
Arthur Heymans
2024-03-04
arch/x86/Kconfig: Deduplicate ARCH_SUPPORTS_CLANG selection
Elyes Haouas
2024-02-27
Kconfig: Make the SEPARATE_ROMSTAGE default configurable in other files
Arthur Heymans
2024-02-23
arch/x86/ioapic: use uintptr_t for IOAPIC base address
Felix Held
2024-02-07
arch/x86/mpspec: reduce scope of smp_write_ioapic
Felix Held
2024-02-06
arch/x86/ioapic: always write IOAPIC ID in set_ioapic_id
Felix Held
2024-02-02
lib: Move IP checksum to commonlib
Julius Werner
2024-01-31
device/device.h: Rename busses for clarity
Arthur Heymans
2024-01-29
device/device.h: Drop multiple links
Arthur Heymans
2024-01-24
acpi,arch,commonlib: Rename Makefiles from .inc to .mk
Martin Roth
2024-01-17
arch/x86/mpspec: turn compile-time check into Kconfig dependency
Felix Held
2024-01-16
device: Add support for multiple PCI segment groups
Felix Held
2024-01-11
arch/x86/include/smm_call: improve documentation of call_smm
Felix Held
2024-01-11
arch/x86/include/smm_call: use pm_acpi_smi_cmd_port
Felix Held
2024-01-11
arch/x86/c_start.S: Add proper x86_64 code
Patrick Rudolph
2024-01-10
arch/x86/include: rename smm.h to smm_call.h
Felix Held
2024-01-10
arch/x86/include/smm: use inline asm from drivers/smmstore/ramstage
Felix Held
2024-01-08
src/arch/x86/exit_car: Add proper x86_64 code
Patrick Rudolph
2024-01-08
arch/x86/acpi: call pm_acpi_smi_cmd_port to get APMC SMI IO port
Felix Held
2024-01-08
arch/x86: introduce HAVE_CONFIGURABLE_APMC_SMI_PORT
Felix Held
2024-01-05
arch/x86/include/mode_switch: Add more wrapper functions
Patrick Rudolph
2024-01-03
cpu/x86/64bit/mode_switch: Simplify assembly code
Patrick Rudolph
2023-12-27
arch/x86/car.ld: Use VB2_FIRMWARE_WORKBUF_RECOMMENDED_SIZE constant
Jeremy Compostella
2023-12-22
x86: Separate CPU and SoC physical address size
Jeremy Compostella
2023-11-29
arch/x86/Makefile.inc: Do not pass CPPFLAGS to linker
Srinivas Hegde
2023-11-09
Allow to build romstage sources inside the bootblock
Arthur Heymans
2023-11-01
arch/x86/memcpy.c: Optimize code for 64bit
Arthur Heymans
2023-10-20
x86: Add ramstage CBFS cache scratchpad support
Jeremy Compostella
2023-10-20
x86: Add pre-memory stages CBFS cache scratchpad support
Jeremy Compostella
2023-10-06
arch/x86/cpu_common: Add cpu_get_c_substate_support
Patrick Rudolph
2023-10-02
x86/include/arch/cpuid.h: Fix inline assembly
Patrick Rudolph
2023-09-29
arch/x86/Kconfig: introduce RESERVED_PHYSICAL_ADDRESS_BITS_SUPPORT
Felix Held
2023-09-29
*/include/cpu: use unsigned int for number of address bits
Felix Held
2023-09-26
arch/x86/cpu_common: use cpuid_get_max_func
Felix Held
2023-09-26
arch/x86/smbios: fix extended CPUID level check logic
Felix Held
2023-09-26
arch/x86/smbios: use cpu_cpuid_extended_level
Felix Held
2023-09-23
arch/x86/cpu_common: use cpuid_e[a,c]x
Felix Held
2023-09-23
arch/x86/cpu_common: use cpu_cpuid_extended_level
Felix Held
2023-09-18
acpi/Makefile.inc: Move code inclusion
Arthur Heymans
2023-09-18
arch/arm64: Hook up ACPI table generation
Arthur Heymans
2023-09-18
arch/x86: Remove libhwbase and libgfxinit .data symbols from _bss
Jeremy Compostella
2023-09-14
x86: Add .data section support for pre-memory stages
Jeremy Compostella
2023-09-12
x86/tables: Upgrade error to critical
Patrick Rudolph
2023-09-12
soc/intel/common: Fix invalid MADT entries creation
Jeremy Compostella
2023-09-12
arch/x86: Reduce max phys address size for Intel TME capable SoCs
Jeremy Compostella
2023-09-12
cpu/intel: Move is_tme_supported() from soc/intel to cpu/intel
Jeremy Compostella
2023-09-08
arch to drivers/intel: Fix misspellings & capitalization issues
Martin Roth
2023-08-28
arch/x86/cpu: Remove unnecessary parentheses
Elyes Haouas
2023-08-02
acpi/acpi.c: Move setting FADT SCI INT to arch specific code
Arthur Heymans
2023-07-21
acpi/acpi.c: Split of ACPI table generation into separate files
Arthur Heymans
2023-07-10
vboot: Fix S3 resume with stage_cache
Kyösti Mälkki
2023-07-05
arch/x86: Ensure LAPIC mode for exception handler
Kyösti Mälkki
2023-06-27
arch/x86/Kconfig: remove period from DUMP_SMBIOS_TYPE17 title
Eric Lai
2023-06-23
commonlib/console/post_code.h: Change post code prefix to POSTCODE
lilacious
2023-06-22
arch/x86,lib: Migrate SMBIOS implementation to common code
Benjamin Doron
2023-06-20
arch/x86: Introduce DUMP_SMBIOS_TYPE17 config
Eric Lai
2023-06-06
arch/x86/include/arch/vga: add defines for VGA MMIO addresses
Felix Held
2023-05-27
libpayload;arch,cpu/x86: drop USE_MARCH_586 Kconfig option
Felix Held
2023-05-26
treewide: Remove 'extern' from functions declaration
Elyes Haouas
2023-05-25
arch/x86/include/arch/pci_io_cfg: add IO port count & last port defines
Felix Held
2023-05-25
arch/x86: Don't allow hw floating point operations
Arthur Heymans
2023-05-16
x86: pci_io_cfg: Make constant unsigned to fix out of bounds shift
Paul Menzel
2023-05-14
arch/x86/ioapic.c: Increase the number of bits for ioapic ID
Arthur Heymans
2023-05-09
arch/x86/car.ld: Fix undefined macro
Arthur Heymans
2023-05-05
Convert literal uses of CONFIG_MAINBOARD_{VENDOR,PART_NUMBER}
Kyösti Mälkki
2023-04-29
ACPI: Make FADT entries for RTC/CMOS architectural
Kyösti Mälkki
2023-04-27
arch/x86: Disable walkcbfs_asm code when CONFIG_CBFS_VERIFICATION is set
Julius Werner
2023-04-27
arch/x86/include/pci_io_cfg: introduce PCI_IO_CONFIG_[INDEX,DATA] define
Felix Held
2023-04-27
ACPI: Make FADT entries for SMI architectural
Kyösti Mälkki
2023-04-26
soc/intel: Introduce ioapic_get_sci_pin()
Kyösti Mälkki
2023-04-14
soc/amd: Clarify ACPI _PRT entry generation
Kyösti Mälkki
2023-04-06
cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_path
Arthur Heymans
2023-04-04
arch/x86/smbios: Check str for NULL in smbios_add_string()
Maximilian Brune
2023-03-29
arch/x86/smbios: Add socket type for Meteor Lake
Jay Patel
2023-03-22
x86/include/registers.h: macros should not use a trailing semicolon
Yuchen He
2023-03-16
arch/x86/ioapic: Print IOAPIC ID for GSI #0
Jay Patel
2023-03-13
arch/x86/include/arch/mmio.h: Provide __always_inline definition for musl
Fabian Groffen
2023-03-13
cpu/x86/cache: CLFLUSH programs to memory before running
Arthur Heymans
2023-02-21
arch/x86/smbios: use cpu_cpuid_extended_level instead of open coding it
Felix Held
2023-02-09
arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator
Felix Held
2023-02-09
treewide: Remove repeated words
Elyes Haouas
2023-02-08
soc/amd/picasso/soc_util: use cpuid_match
Felix Held
2023-02-08
arch/x86/cpu: move cpuid_match to corresponding header file
Felix Held
2023-02-08
arch/x86/include/cpu: introduce CPUID_FROM_FMS macro
Felix Held
[next]