aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2023-06-22arch/x86,lib: Migrate SMBIOS implementation to common codeBenjamin Doron
2023-06-20arch/x86: Introduce DUMP_SMBIOS_TYPE17 configEric Lai
2023-06-11arch/riscv: Add clang as supported architectureArthur Heymans
2023-06-11arch/riscv: Always build opensbi with GCCArthur Heymans
2023-06-11arch/risc/mcall.h: Make the stack pointer globalArthur Heymans
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-21arch/riscv/trap_handler.c: Use new names for CSRArthur Heymans
2023-04-21arch/riscv: Fix compiler argument for clangArthur Heymans
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-04-03arch/ppc64/rom_media.c: move to mainboard/emulation/qemu-power*Krystian Hebel
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-21arch/arm64/include/armv8/arch/barrier.h: Add spaces around colonsYuchen 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
2023-03-13cpu/x86/cache: CLFLUSH programs to memory before runningArthur Heymans
2023-02-21arch/x86/smbios: use cpu_cpuid_extended_level instead of open coding itFelix Held
2023-02-09arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminatorFelix Held
2023-02-09treewide: Remove repeated wordsElyes Haouas
2023-02-08soc/amd/picasso/soc_util: use cpuid_matchFelix Held
2023-02-08arch/x86/cpu: move cpuid_match to corresponding header fileFelix Held
2023-02-08arch/x86/include/cpu: introduce CPUID_FROM_FMS macroFelix Held
2023-02-08arch/x86/cpu: introduce and use device_match_maskFelix Held
2023-02-08arch/x86/include/cpu: retype device field in cpu_device_idFelix Held
2023-02-08arch/arm64/armv8/mmu.c: Add a space before the ternary operatorYuchen He
2023-02-07tree: Drop repeated wordsAlexander Goncharov
2023-02-01treewide: Remove duplicated include <device/pci.h>Elyes Haouas
2023-01-30arch/x86/smbios.c: Add socket type for Intel SPR-SPChristian Walter
2023-01-29arch/x86/smbios.c: Update Xeon-SP socket typesDavid Hendricks
2023-01-21arch/x86/Kconfig: Remove unused NUM_IPI_STARTSElyes Haouas
2023-01-21arch/x86/include: Remove unused <stddef.h>Elyes Haouas
2023-01-11treewide: stop calling custom TPM log "TCPA"Sergii Dmytruk
2023-01-11drivers/intel/gma: Hook up libgfxinit in romstageJeremy Compostella
2023-01-08arch/x86/smbios: Replace SMBIOS type4 processor upgrade fieldsLi, Jincheng
2022-12-27{acpi,arch,soc}/acpi: Replace constant "One" with actual numberFelix Singer
2022-12-25arch/riscv: Use 'enum cb_err'Elyes Haouas
2022-12-25arch/x86: Use 'enum cb_err'Elyes Haouas
2022-12-23cpu/x86: Set up a separate stack for APsArthur Heymans
2022-12-21treewide: Remove duplicated includesElyes Haouas
2022-12-17lib: Hook up libhwbase in romstageJeremy Compostella
2022-12-16Set x86_64 as supported architecture for clangArthur Heymans
2022-12-10cpu/cpu.h: Change the function signatureArthur Heymans
2022-12-07arch/x86/ioapic.c: Move macros to compilation unitArthur Heymans
2022-12-06arch/x86/smbios.c: Allow creating entries for empty DIMM slotsAngel Pons
2022-11-30arch/x86: Buildtest clang targets with VBOOT_STARTS_BEFORE_BOOTBLOCKArthur Heymans
2022-11-30arch/arm/armv7: Disable generating neon FPU codeArthur Heymans
2022-11-30arch/arm/eabi_compat.c: Add eabi_clrX and eabi_memcyXArthur Heymans
2022-11-30arm/armv7/Makefile.inc: Fix processing ld files with clangArthur Heymans
2022-11-30/: Remove extra space after commaElyes Haouas
2022-11-29Revert "src/arch/x86: Use core apic id to get cpu_index()"Arthur Heymans
2022-11-24arch/arm: Use unified assembly syntaxArthur Heymans
2022-11-22src/arch: Remove unnecessary space after castsElyes Haouas
2022-11-17arch/x86/smbios: Add SMBIOS Type 39Jonathan Zhang
2022-11-17arch/{arm64,riscv}: Remove "CRIT: " from log messagesElyes Haouas
2022-11-16arch/x86: Disable clang build if using verstage_before_bootblockMartin Roth
2022-11-16arch/arm/armv7: Don't set gcc specific options for clang buildsMartin Roth
2022-11-14arch/x86/Kconfig: Move AMD stages arch to common codeArthur Heymans
2022-11-13arch/x86/mpspec.c: Drop weak write_smp_table()Kyösti Mälkki
2022-11-13drivers/generic/ioapic: Drop poor implementationKyösti Mälkki
2022-11-12arch/x86/memmove: Add 64bit versionArthur Heymans
2022-11-12cpu/x86: Set thread local storage in C codeArthur Heymans
2022-11-10arch/x86/ioapic: Reduce API exposureKyösti Mälkki
2022-11-10arch/x86: Add register_new_ioapic()Kyösti Mälkki
2022-11-09Revert "mb/aopen/dxplplusu: Remove board"Kyösti Mälkki
2022-11-08arch/x86 & commonlib: Add macros for postcodes used in x86/tablesMartin Roth
2022-11-07cpu/x86: Drop !CPU_INFO_V2 codeArthur Heymans
2022-11-07cpu/amd/agesa: Remove leftover codeArthur Heymans
2022-11-07mb/aopen/dxplplusu: Remove boardArthur Heymans
2022-11-03treewide: Add 'IWYU pragma: export' commentElyes Haouas
2022-10-26arch/x86: Clean up includesElyes Haouas
2022-10-24arch/x86: x86_64 implies SSE2 supportPatrick Rudolph
2022-10-22arch/x86/include/arch: fix assembly clobber for 64bitMatei Dibu
2022-10-21arm64/armv8: Use 'enum cb_err'Elyes Haouas
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-17riscv: Enable the newfangled way of selecting instruction setsPatrick Georgi
2022-09-143rdparty/opensbi: Update to latest ToTPatrick Georgi