aboutsummaryrefslogtreecommitdiff
path: root/src/arch
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-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
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-08-13arm/libgcc: Support signed 64-bit divisionRob Barnes
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-20arch/arm64,arm: Prepare for !SEPARATE_ROMSTAGEArthur Heymans
2022-07-20treewide: Remove unused <cpu/x86/msr.h>Elyes Haouas
2022-07-14arch/x86: Mark prepare_and_run_postcar noreturnArthur Heymans
2022-07-14commonlib: Substitude macro "__unused" in compiler.hBill XIE
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-07commonlib: Clean up compiler.hJulius Werner
2022-06-03arch/x86/acpi: Replace LGreater(a,b) with ASL 2.0 syntaxFelix Singer
2022-06-01cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOADJulius Werner
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-31arch/arm{64}/include: Remove unused 'boot.h' fileElyes 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-11*.h: Fix up typos in guardingArthur 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-11src/arch/ppc64/*: pass FDT address to payloadSergii Dmytruk
2022-02-11arch/ppc64/boot.c: handle non-OPD entry pointSergii Dmytruk
2022-02-11src/mainboard/emulation/qemu-power9: require hb-mode=onYaroslav Kurlaev
2022-02-11ppc64/arch/mmio.h: ignore HRMOR and inhibit cacheYaroslav Kurlaev
2022-02-11ppc64/bootblock_crt0.S: minimal implementation for bootblock C environmentKrystian Hebel
2022-02-11src/arch/ppc64/arch_timer.c: implement timer functionsMichał Żygowski
2022-02-11src/cpu/power9: add file structure for power9, implement SCOM accessIgor Bagnucki
2022-02-07treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner
2022-01-19arch/riscv: Fix some SMP related headersKyösti Mälkki
2022-01-17src: Remove unused <cbfs.h>Elyes HAOUAS
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-25arch/{arm,arm64,ppc64,riscv}: Add noop cpu_relaxRaul E Rangel
2021-11-22arch/ppc64/include/arch/io.h: implement IO functionsMichał Żygowski
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