summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* Makefile.inc: Generate master header and pointer as C structsArthur Heymans2022-05-121-2/+7
* *.h: Fix up typos in guardingArthur Heymans2022-05-111-1/+1
* arch/x86/acpi: Consolidate POST code handlingAngel Pons2022-05-041-0/+17
* arch/x86/acpi/debug.asl: Drop POST code stuffAngel Pons2022-05-041-9/+0
* arch/x86/acpi_bert_storage.c: Use BOOT_STATE over CBMEM hooksArthur Heymans2022-04-251-2/+3
* {arch,cpu}: Remove redundant <arch/cpu.h>Elyes HAOUAS2022-04-241-1/+0
* x86/mtrr: Print address ranges inclusive to be more consistentWerner Zeh2022-04-141-1/+1
* arch/x86/postcar: Use a separate stack for C executionArthur Heymans2022-04-011-0/+14
* arch/x86/Kconfig: Drop obsolete fixed ramstage symbolsArthur Heymans2022-04-013-21/+2
* prog_loader: Change legacy_romstage_select_and_load() to return cb_errJulius Werner2022-03-091-3/+3
* timestamps: Rename timestamps to make names more consistentJakub Czapiga2022-03-083-3/+3
* device/mmio.h: Move readXp/writeXp helpers to device/mmio.hJianjun Wang2022-03-083-40/+12
* arch/x86: consolidate HPET base address definitionsFelix Held2022-02-251-4/+0