summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* smbios: Add API to generate SMBIOS type 28 Temperature ProbeErik van den Bogaert2022-10-061-0/+29
* treewide: use predicates to check for enabled pci devicesFabio Aiuto2022-10-061-1/+1
* arch/x86/timestamp.c: Add missing <stdint.h>Elyes Haouas2022-10-061-0/+1
* arch/x86/mmap_boot.c: Clean up includesElyes Haouas2022-10-061-1/+1
* smbios: Add API to generate SMBIOS type 43 TPM DeviceMichał Żygowski2022-09-301-0/+23
* treewide: use is_enabled_cpu() on cycles over device listFabio Aiuto2022-09-291-6/+1
* arch/x86/idt.S: Use 'iretq' for ENV_X86_64Elyes HAOUAS2022-09-291-2/+2
* riscv: Enable the newfangled way of selecting instruction setsPatrick Georgi2022-09-171-5/+11
* 3rdparty/opensbi: Update to latest ToTPatrick Georgi2022-09-141-0/+1
* src: remove force-included header rules.h from individual filesMartin Roth2022-09-066-11/+0
* x86: Zero SMBIOS region before writing tablesJonathon Hall2022-08-261-0/+7
* src/arch/x86/smbios.c: remove unneeded bracesFabio Aiuto2022-08-241-5/+4
* arm/libgcc: Support signed 64-bit divisionRob Barnes2022-08-132-1/+75
* arch/x86/acpi: Replace Store() with ASL 2.0 syntaxFelix Singer2022-07-302-26/+26
* arch/x86/acpi: Replace And() with ASL 2.0 syntaxFelix Singer2022-07-301-3/+3
* arch/x86/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-07-301-3/+2
* arch/x86/acpi: Replace LLess(a,b) with ASL 2.0 syntaxFelix Singer2022-07-302-8/+8
* arch/x86/acpi: Replace Add(a,b,c) with ASL 2.0 syntaxFelix Singer2022-07-291-2/+2
* arch/x86/*.ld: Don't use CPP to include linker scriptsArthur Heymans2022-07-203-4/+10
* arch/arm64,arm: Prepare for !SEPARATE_ROMSTAGEArthur Heymans2022-07-201-0/+6
* treewide: Remove unused <cpu/x86/msr.h>Elyes Haouas2022-07-201-2/+0
* arch/x86: Mark prepare_and_run_postcar noreturnArthur Heymans2022-07-142-2/+3
* commonlib: Substitude macro "__unused" in compiler.hBill XIE2022-07-141-1/+1
* arch/x86/acpi: Replace ShiftLeft() with ASL 2.0 syntaxFelix Singer2022-06-091-1/+1
* arch/x86/acpi: Replace ShiftRight() with ASL 2.0 syntaxFelix Singer2022-06-091-3/+3
* arch/x86: Add a common romstage entryArthur Heymans2022-06-072-0/+17
* commonlib: Clean up compiler.hJulius Werner2022-06-071-0/+4
* arch/x86/acpi: Replace LGreater(a,b) with ASL 2.0 syntaxFelix Singer2022-06-032-3/+3
* cbfs: Rename TYPE_FIT to TYPE_FIT_PAYLOADJulius Werner2022-06-012-2/+2
* driver/intel/fsp2_0: Disable NULL deref code when calling FSPArthur Heymans2022-06-012-4/+14
* x86/include/arch/boot: Fix header guardElyes Haouas2022-05-311-9/+4
* arch/arm{64}/include: Remove unused 'boot.h' fileElyes Haouas2022-05-312-20/+0
* x86/null_breakpoint: Remove trailing space from log messagePaul Menzel2022-05-311-2/+2
* Kconfig: Mark clang as ready to use on some archArthur Heymans2022-05-281-0/+1
* arch/x86/tables.c: Increase MAX_SMBIOS_SIZEArthur Heymans2022-05-281-1/+1
* arch/x86/smbios.c: Fix for CONFIG_MAX_CPUS > 255Arthur Heymans2022-05-281-1/+3
* arch/x86/car.ld: Remove AGESA linker warning workaroundArthur Heymans2022-05-281-5/+0
* Makefile.inc: Add bootblock to CBFS before othersYu-Ping Wu2022-05-271-7/+3
* arch/x86/acpi_bert_storage.c: Use a common implementationArthur Heymans2022-05-252-11/+9
* arch/x86/car.ld: Add a Kconfig param to flag AGESA brokennessArthur Heymans2022-05-191-0/+5
* arch/x86: Make sure bootblock gets buildtestedArthur Heymans2022-05-181-0/+2
* arch/x86/ebda.c: Move setting up ebda to a BS hookArthur Heymans2022-05-172-22/+16
* acpi, arch/x86/smp/mpspec,soc/amd/common: Move MP_IRQ_ flags into acpi.hRaul E Rangel2022-05-161-9/+1
* arch/x86/postcar_loader.c: Change prepare_and_run_postcar signatureArthur Heymans2022-05-162-6/+10
* arch/x86/postcar_loader.c: Reduce the scope of functionsArthur Heymans2022-05-162-19/+4
* arch/x86/postcar: Set up postcar MTRR in C codeArthur Heymans2022-05-163-190/+27
* arch/x86/null_breakpoint: Remove handler before jumping to payloadArthur Heymans2022-05-161-0/+10
* arch/x86: Add support for catching null dereferences through debug regsRobert Zieba2022-05-127-2/+486
* Kconfig: Add an option to skip adding a cbfs bootblock on x86Arthur Heymans2022-05-121-0/+2
* Makefile.inc: Add x86 bootblock as a separate targetArthur Heymans2022-05-121-0/+7