aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86
AgeCommit message (Expand)Author
2022-10-24arch/x86: x86_64 implies SSE2 supportPatrick Rudolph
2022-10-22arch/x86/include/arch: fix assembly clobber for 64bitMatei Dibu
2022-10-20arch/x86/include: Split CPUID access into separate fileMartin Roth
2022-10-20arch/x86: Only use .bss from car.ld when running XIPArthur Heymans
2022-10-17arch/x86/smbios.c: Fix Upgrade processor information in SMBIOSZhixing Ma
2022-10-06smbios: Add API to generate SMBIOS type 28 Temperature ProbeErik van den Bogaert
2022-10-06treewide: use predicates to check for enabled pci devicesFabio Aiuto
2022-10-06arch/x86/timestamp.c: Add missing <stdint.h>Elyes Haouas
2022-10-06arch/x86/mmap_boot.c: Clean up includesElyes Haouas
2022-09-30smbios: Add API to generate SMBIOS type 43 TPM DeviceMichał Żygowski
2022-09-29treewide: use is_enabled_cpu() on cycles over device listFabio Aiuto
2022-09-29arch/x86/idt.S: Use 'iretq' for ENV_X86_64Elyes HAOUAS
2022-09-06src: remove force-included header rules.h from individual filesMartin Roth
2022-08-26x86: Zero SMBIOS region before writing tablesJonathon Hall
2022-08-24src/arch/x86/smbios.c: remove unneeded bracesFabio Aiuto
2022-07-30arch/x86/acpi: Replace Store() with ASL 2.0 syntaxFelix Singer
2022-07-30arch/x86/acpi: Replace And() with ASL 2.0 syntaxFelix Singer
2022-07-30arch/x86/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntaxFelix Singer
2022-07-30arch/x86/acpi: Replace LLess(a,b) with ASL 2.0 syntaxFelix Singer
2022-07-29arch/x86/acpi: Replace Add(a,b,c) with ASL 2.0 syntaxFelix Singer
2022-07-20arch/x86/*.ld: Don't use CPP to include linker scriptsArthur Heymans
2022-07-20treewide: Remove unused <cpu/x86/msr.h>Elyes Haouas
2022-07-14arch/x86: Mark prepare_and_run_postcar noreturnArthur Heymans
2022-06-09arch/x86/acpi: Replace ShiftLeft() with ASL 2.0 syntaxFelix Singer
2022-06-09arch/x86/acpi: Replace ShiftRight() with ASL 2.0 syntaxFelix Singer
2022-06-07arch/x86: Add a common romstage entryArthur Heymans
2022-06-03arch/x86/acpi: Replace LGreater(a,b) with ASL 2.0 syntaxFelix Singer
2022-06-01driver/intel/fsp2_0: Disable NULL deref code when calling FSPArthur Heymans
2022-05-31x86/include/arch/boot: Fix header guardElyes Haouas
2022-05-31x86/null_breakpoint: Remove trailing space from log messagePaul Menzel
2022-05-28Kconfig: Mark clang as ready to use on some archArthur Heymans
2022-05-28arch/x86/tables.c: Increase MAX_SMBIOS_SIZEArthur Heymans
2022-05-28arch/x86/smbios.c: Fix for CONFIG_MAX_CPUS > 255Arthur Heymans
2022-05-28arch/x86/car.ld: Remove AGESA linker warning workaroundArthur Heymans
2022-05-27Makefile.inc: Add bootblock to CBFS before othersYu-Ping Wu
2022-05-25arch/x86/acpi_bert_storage.c: Use a common implementationArthur Heymans
2022-05-19arch/x86/car.ld: Add a Kconfig param to flag AGESA brokennessArthur Heymans
2022-05-18arch/x86: Make sure bootblock gets buildtestedArthur Heymans
2022-05-17arch/x86/ebda.c: Move setting up ebda to a BS hookArthur Heymans
2022-05-16acpi, arch/x86/smp/mpspec,soc/amd/common: Move MP_IRQ_ flags into acpi.hRaul E Rangel
2022-05-16arch/x86/postcar_loader.c: Change prepare_and_run_postcar signatureArthur Heymans
2022-05-16arch/x86/postcar_loader.c: Reduce the scope of functionsArthur Heymans
2022-05-16arch/x86/postcar: Set up postcar MTRR in C codeArthur Heymans
2022-05-16arch/x86/null_breakpoint: Remove handler before jumping to payloadArthur Heymans
2022-05-12arch/x86: Add support for catching null dereferences through debug regsRobert Zieba
2022-05-12Kconfig: Add an option to skip adding a cbfs bootblock on x86Arthur Heymans
2022-05-12Makefile.inc: Add x86 bootblock as a separate targetArthur Heymans
2022-05-12Makefile.inc: Generate master header and pointer as C structsArthur Heymans
2022-05-04arch/x86/acpi: Consolidate POST code handlingAngel Pons
2022-05-04arch/x86/acpi/debug.asl: Drop POST code stuffAngel Pons
2022-04-25arch/x86/acpi_bert_storage.c: Use BOOT_STATE over CBMEM hooksArthur Heymans
2022-04-24{arch,cpu}: Remove redundant <arch/cpu.h>Elyes HAOUAS
2022-04-14x86/mtrr: Print address ranges inclusive to be more consistentWerner Zeh
2022-04-01arch/x86/postcar: Use a separate stack for C executionArthur Heymans
2022-04-01arch/x86/Kconfig: Drop obsolete fixed ramstage symbolsArthur Heymans
2022-03-09prog_loader: Change legacy_romstage_select_and_load() to return cb_errJulius Werner
2022-03-08timestamps: Rename timestamps to make names more consistentJakub Czapiga
2022-03-08device/mmio.h: Move readXp/writeXp helpers to device/mmio.hJianjun Wang
2022-02-25arch/x86: consolidate HPET base address definitionsFelix Held
2022-02-25arch/x86: factor out and commonize HPET_BASE_ADDRESS definitionFelix Held
2022-02-25arch/x86/Kconfig: add HPET_MIN_TICKSFelix Held
2022-02-24arch/x86/Kconfig: drop HPET_ADDRESS_OVERRIDEFelix Held
2022-02-15arch/x86/id.S: Fix building with clangAngel Pons
2022-02-15Revert "arch/x86/id.S: Fix building with clang"Angel Pons
2022-02-12arch/x86/id.S: Fix building with clangArthur Heymans
2022-02-12arch/x86/acpi: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer
2022-02-07treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner
2022-01-15arch/x86/spinlock.h: Support systems with >128 coresArthur Heymans
2022-01-01src: Drop duplicated includesElyes HAOUAS
2022-01-01arch/x86/acpi: Replace Increment() with ASL 2.0 syntaxFelix Singer
2022-01-01arch/x86/acpi: Replace Index() with ASL 2.0 syntaxFelix Singer
2021-12-31arch/x86/acpi: Replace Add(a,b,c) with ASL 2.0 syntaxFelix Singer
2021-12-21arch/x86: Init firmware pointer for EC SMSC KBC1098/KBC1126 at build timeBill XIE
2021-12-13arch/x86/c_start.S: Remove duplicated "the" in commentsElyes HAOUAS
2021-12-13src/arch/x86/exit_car: Fix regression on x86_64Patrick Rudolph
2021-11-13Add ENV_STAGE_SUPPORTS_SMP to clean up spinlock stubsKyösti Mälkki
2021-11-11arch/x86: Refactor the SMBIOS type 17 write functionSubrata Banik
2021-11-10Rename ECAM-specific MMCONF KconfigsShelley Chen
2021-11-09pci_mmio_cfg: Move guard around pci_s_* functions to x86Nico Huber
2021-11-04arch/x86/Makefile: Align VGA_BIOS to 64 bytes when using AMD LPC SPI DMARaul E Rangel
2021-11-04SMBIOS/SCONFIG: Allow devtree-defined Type 41 entriesAngel Pons
2021-10-23arch/x86: fix a wrong variable in ioapic_set_max_vectors()Iru Cai
2021-10-22arch/x86/ioapic: Allow IOAPIC with only one vectorKyösti Mälkki
2021-10-22sb,soc/intel: Set IOAPIC redirection entry countKyösti Mälkki
2021-10-21arch/x86/smbios: Add support for wake-up type in smbios type 1Tim Chu
2021-10-21arch/x86,cpu/x86: Fix 64-bit CPU_INFO_V2 build errorsRaul E Rangel
2021-10-19arch/x86: Increase MAX_SMBIOS_SIZETim Wawrzynczak
2021-10-18arch/x86/assembly_entry: Remove cpu_infoRaul E Rangel
2021-10-18arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/threadRaul E Rangel
2021-10-17sb/amd/cimx/sb800: Clear IOAPIC vectors only onceKyösti Mälkki
2021-10-17drivers/generic/ioapic: Drop enable_virtual_wireKyösti Mälkki
2021-10-15arch/x86/smbios: Add generation of type 20 tableMatt DeVillier
2021-10-05arch/x86,cpu/x86: Introduce new method for accessing cpu_infoRaul E Rangel
2021-10-05src/acpi to src/lib: Fix spelling errorsMartin Roth
2021-09-29arch/x86,cpu/x86: Disable the %gs and %fs segmentsRaul E Rangel
2021-09-28arch/x86: Make sure compiler knows we're stopping in hlt()Martin Roth
2021-09-27arch/x86,cpu/x86: Move cpu_info initialization instructions into macroRaul E Rangel
2021-09-13arch/x86/boot: Add missing includeRaul E Rangel
2021-09-13SMBIOS: Skip `get_smbios_data` for disabled devicesAngel Pons
2021-09-13SMBIOS: Allow skipping default SMBIOS generationAngel Pons