summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* device/pci: Replace use of dev_find_slot() for IRQsKyösti Mälkki2019-07-121-1/+1
* arch/cpu/x86: Update AMD detectionMarshall Dawson2019-07-101-1/+2
* arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-classKyösti Mälkki2019-07-091-2/+0
* src/arch/x86/acpigen: Compare dev_states_count to size_tElyes HAOUAS2019-07-081-1/+1
* arch/mips: Make MIPS specific options depend on ARCH_MIPSArthur Heymans2019-07-071-2/+4
* arch/x86: Use ssize_t to store lengthJacob Garber2019-07-071-1/+1
* arch/x86: Clean up PIRQ_ROUTEKyösti Mälkki2019-07-072-7/+21
* arch/x86: Adjust size of postcar stackKyösti Mälkki2019-07-042-2/+12
* arch/x86: Fix spelling error in BERT commentMarshall Dawson2019-07-021-1/+1
* arch/riscv: Make RISCV specific options depend on ARCH_RISCVArthur Heymans2019-07-021-11/+12
* arch/x86: Fix cpu_cpuid_extended_level() return typeElyes HAOUAS2019-07-022-2/+2
* device/pci_rom: Fix redundant pci_rom_probe() callsKyösti Mälkki2019-07-021-1/+4
* security/memory: Clear memory in ramstagePatrick Rudolph2019-07-021-0/+24
* arch/riscv/mcall: Drop debug codePatrick Rudolph2019-06-281-9/+0
* riscv: workaround selfboot putting the coreboot table into prog_entry_argXiang Wang2019-06-231-0/+7
* riscv: use mret to invoke M-mode payload and disable interruptsXiang Wang2019-06-231-5/+20
* riscv: Fix MENTRY_FRAME_SIZE to fit different machine lengthsXiang Wang2019-06-231-1/+1
* arch: Add missing #include <commonlib/helpers.h>Elyes HAOUAS2019-06-2110-0/+10
* arch/x86/acpi: use ALIGN_UP instead of ALIGNFelix Held2019-06-212-3/+3
* arch/arm/cpu: use ALIGN_UP instead of ALIGN for better readabilityFelix Held2019-06-211-1/+1
* arch/x86: use ALIGN_UP instead of ALIGN for better readabilityFelix Held2019-06-213-3/+3
* arch/x86/tables: use ALIGN_UP instead of ALIGN for better readabilityFelix Held2019-06-211-7/+7
* arch-x86/smbios: use ALIGN_UP instead of ALIGN for better readabilityFelix Held2019-06-211-2/+2
* fit: Refactor config node handlingJulius Werner2019-06-211-8/+2
* arch/x86/cpu: Add define and strings for HygonJinke Fan2019-06-212-0/+3
* arch/x86/rdrand.c: Remove unneeded 'else'Elyes HAOUAS2019-06-211-1/+0
* src/arch/x86/smbios: Change SMBIOS Version to 2.8Christian Walter2019-06-191-1/+1
* acpi: Add SPMI tablePatrick Rudolph2019-06-192-1/+100
* arm64: make comment match codeMarty E. Plummer2019-06-171-1/+1
* 3rdparty/blobs: Update submodule, SNB improvementsArthur Heymans2019-06-171-7/+0
* arch/x86/Kconfig: hide the "Bootblock behaviour" option on non-romccArthur Heymans2019-06-151-0/+2
* arch/x86/Kconfig: Hide the prefix option on all but BOOTBLOCK_NORMALArthur Heymans2019-06-151-0/+1
* stage_cache: Make empty inline function if CONFIG_NO_STAGE_CACHE enableSubrata Banik2019-06-131-2/+1
* acpigen: Add support for IndexFieldPatrick Rudolph2019-06-092-0/+63
* Makefile.inc: Compile smm files independent ARCH_RAMSTAGE_X86_32/64Subrata Banik2019-06-061-12/+13
* src/soc/intel/common/smbios: Add addtional infos to dimm_infoChristian Walter2019-06-061-0/+5
* src/arch/x86: Prevent attack on null pointer dereferenceJohn Zhao2019-06-051-1/+52
* arch/riscv/Kconfig: Make correct default value for CONFIG_ARCH_RISCV_MSubrata Banik2019-06-041-2/+2
* Makefile.inc: Remove unnecessary CONFIG dependencySubrata Banik2019-06-021-2/+2
* src/{include,arch,cpu,lib}: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-1/+1
* arch/x86: Do not add properties to null DP packagesJacob Garber2019-05-291-3/+18
* src/arch/x86: Add automatic type41 entry creationChristian Walter2019-05-281-0/+71
* src/mainboard/google: Adopt Mainboards to changed Type41 FuncChristian Walter2019-05-231-2/+2
* post_code: add post code for failure to load next stageKeith Short2019-05-221-3/+6
* src/arch/arm64: Remove variable set but not usedElyes HAOUAS2019-05-211-2/+0
* SMBIOS: Fix SPD manufacture ID decoderLijian Zhao2019-05-181-4/+4
* {arch,cpu}/x86, drivers/intel: Restore cpu_index error handlingJacob Garber2019-05-163-3/+3
* Remove unnecessary ENV_RAMSTAGE guardSubrata Banik2019-05-141-2/+0
* src/arch/x86: Use core apic id to get cpu_index()Subrata Banik2019-05-132-7/+38
* nb/intel/snb: Drop NORTHBRIDGE_INTEL_IVYBRIDGENico Huber2019-05-121-3/+1