aboutsummaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2019-08-26AUTHORS: Move src/arch/arm64 copyrights into AUTHORS fileMartin Roth
2019-08-26AUTHORS: Move src/arch/arm copyrights into AUTHORS fileMartin Roth
2019-08-26lib: ramdetect: Register exception handlers for ARMv8Asami Doi
2019-08-23arch/x86/acpi: Add acpi_device_hidPatrick Rudolph
2019-08-22ACPI S3: Depend on RELOCATABLE_RAMSTAGEKyösti Mälkki
2019-08-22ACPI S3: Drop ACPI_HUGE_LOWMEM_BACKUPKyösti Mälkki
2019-08-22arch/x86: Add <arch/romstage.h>Kyösti Mälkki
2019-08-21AMD fam10: Remove HAVE_ACPI_RESUME supportKyösti Mälkki
2019-08-20src: Remove variable length arraysJacob Garber
2019-08-20arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki
2019-08-15arch/x86: Add postcar_frame_common_mtrrs()Kyösti Mälkki
2019-08-13cpu/x86: Move some SMM function declarationsKyösti Mälkki
2019-08-11arch/x86: Flip option NO_CAR_GLOBAL_MIGRATIONKyösti Mälkki
2019-08-08arch/riscv: Enable FIT supportJonathan Neuschäfer
2019-08-06arch/x86/acpi.c: Change TPM2 ACPI Table to support CRBChristian Walter
2019-08-03smbios: Make SMBIOS type 3 enclosure type settable at runtimeMathew King
2019-08-03riscv: add support for OpenSBIXiang Wang
2019-08-02src/arch/x86/acpi: Constify struct device instancesAamir Bohra
2019-07-28riscv: Remove unused headersPatrick Rudolph
2019-07-26arch/ppc64: Make PPC64 stages select ARCH_PPC64Arthur Heymans
2019-07-17lib: Remove the BOOTBLOCK_CUSTOM compile guardAsami Doi
2019-07-13cpu/x86: Move smm_lock() prototypeKyösti Mälkki
2019-07-12arch, include, soc: Use common stdint.hJacob Garber
2019-07-12device/pci: Replace use of dev_find_slot() for IRQsKyösti Mälkki
2019-07-10arch/cpu/x86: Update AMD detectionMarshall Dawson
2019-07-09arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-classKyösti Mälkki
2019-07-08src/arch/x86/acpigen: Compare dev_states_count to size_tElyes HAOUAS
2019-07-07arch/mips: Make MIPS specific options depend on ARCH_MIPSArthur Heymans
2019-07-07arch/x86: Use ssize_t to store lengthJacob Garber
2019-07-07arch/x86: Clean up PIRQ_ROUTEKyösti Mälkki
2019-07-04arch/x86: Adjust size of postcar stackKyösti Mälkki
2019-07-02arch/x86: Fix spelling error in BERT commentMarshall Dawson
2019-07-02arch/riscv: Make RISCV specific options depend on ARCH_RISCVArthur Heymans
2019-07-02arch/x86: Fix cpu_cpuid_extended_level() return typeElyes HAOUAS
2019-07-02device/pci_rom: Fix redundant pci_rom_probe() callsKyösti Mälkki
2019-07-02security/memory: Clear memory in ramstagePatrick Rudolph
2019-06-28arch/riscv/mcall: Drop debug codePatrick Rudolph
2019-06-23riscv: workaround selfboot putting the coreboot table into prog_entry_argXiang Wang
2019-06-23riscv: use mret to invoke M-mode payload and disable interruptsXiang Wang
2019-06-23riscv: Fix MENTRY_FRAME_SIZE to fit different machine lengthsXiang Wang
2019-06-21arch: Add missing #include <commonlib/helpers.h>Elyes HAOUAS
2019-06-21arch/x86/acpi: use ALIGN_UP instead of ALIGNFelix Held
2019-06-21arch/arm/cpu: use ALIGN_UP instead of ALIGN for better readabilityFelix Held
2019-06-21arch/x86: use ALIGN_UP instead of ALIGN for better readabilityFelix Held
2019-06-21arch/x86/tables: use ALIGN_UP instead of ALIGN for better readabilityFelix Held
2019-06-21arch-x86/smbios: use ALIGN_UP instead of ALIGN for better readabilityFelix Held
2019-06-21fit: Refactor config node handlingJulius Werner
2019-06-21arch/x86/cpu: Add define and strings for HygonJinke Fan
2019-06-21arch/x86/rdrand.c: Remove unneeded 'else'Elyes HAOUAS
2019-06-19src/arch/x86/smbios: Change SMBIOS Version to 2.8Christian Walter
2019-06-19acpi: Add SPMI tablePatrick Rudolph
2019-06-17arm64: make comment match codeMarty E. Plummer
2019-06-173rdparty/blobs: Update submodule, SNB improvementsArthur Heymans
2019-06-15arch/x86/Kconfig: hide the "Bootblock behaviour" option on non-romccArthur Heymans
2019-06-15arch/x86/Kconfig: Hide the prefix option on all but BOOTBLOCK_NORMALArthur Heymans
2019-06-13stage_cache: Make empty inline function if CONFIG_NO_STAGE_CACHE enableSubrata Banik
2019-06-09acpigen: Add support for IndexFieldPatrick Rudolph
2019-06-06Makefile.inc: Compile smm files independent ARCH_RAMSTAGE_X86_32/64Subrata Banik
2019-06-06src/soc/intel/common/smbios: Add addtional infos to dimm_infoChristian Walter
2019-06-05src/arch/x86: Prevent attack on null pointer dereferenceJohn Zhao
2019-06-04arch/riscv/Kconfig: Make correct default value for CONFIG_ARCH_RISCV_MSubrata Banik
2019-06-02Makefile.inc: Remove unnecessary CONFIG dependencySubrata Banik
2019-05-29src/{include,arch,cpu,lib}: Add missing 'include <types.h>'Elyes HAOUAS
2019-05-29arch/x86: Do not add properties to null DP packagesJacob Garber
2019-05-28src/arch/x86: Add automatic type41 entry creationChristian Walter
2019-05-23src/mainboard/google: Adopt Mainboards to changed Type41 FuncChristian Walter
2019-05-22post_code: add post code for failure to load next stageKeith Short
2019-05-21src/arch/arm64: Remove variable set but not usedElyes HAOUAS
2019-05-18SMBIOS: Fix SPD manufacture ID decoderLijian Zhao
2019-05-16{arch,cpu}/x86, drivers/intel: Restore cpu_index error handlingJacob Garber
2019-05-14Remove unnecessary ENV_RAMSTAGE guardSubrata Banik
2019-05-13src/arch/x86: Use core apic id to get cpu_index()Subrata Banik
2019-05-12nb/intel/snb: Drop NORTHBRIDGE_INTEL_IVYBRIDGENico Huber
2019-05-12arch/cpu: Rename mp_get_apic_id() and add_cpu_map_entry() functionSubrata Banik
2019-05-07smbios: Walk over PCI devicetree to fill type 9Patrick Rudolph
2019-05-06arch/x86: Remove unused filePatrick Rudolph
2019-05-01arch/x86/acpi: Update VT-d DMA remapping structure flags settingJohn Zhao
2019-04-26ACPI: Add RHSA and ANDD structures for DMAR tableJohn Zhao
2019-04-26x86/acpi: Add Kconfig to toggle 8259 reportingNico Huber
2019-04-23arch/x86/car.ld: Make the vboot tpm log symbols conditionalArthur Heymans
2019-04-23smbios: Add memory type 9 system slot supportLijian Zhao
2019-04-23ACPI: Clarify serial bus revision and specific revisionElyes HAOUAS
2019-04-23src: include <assert.h> when appropriateElyes HAOUAS
2019-04-23src: Use include <console/console.h> when appropriateElyes HAOUAS
2019-04-23src: Add missing include 'console.h'Elyes HAOUAS
2019-04-22arch/x86/car.ld: Also check mrc.bin heap for IvybridgeArthur Heymans
2019-04-19smbios: Fix copy paste errorPatrick Rudolph
2019-04-19smbios: Add type 17 device/bank locator overrideLijian Zhao
2019-04-19acpi: Upgrade acpi generate headerLijian Zhao
2019-04-17soc/intel/common/timer: Calculate TSC frequency based on CPUID 0x15Subrata Banik
2019-04-09arch/x86/smbios: Reference type 7Patrick Rudolph
2019-04-09arch/x86/smbios: Add type 7Patrick Rudolph
2019-04-09arch/x86/cpu: Add functions to determine CPU vendorPatrick Rudolph
2019-04-07device/pci: Rewrite PCI MMCONF with symbol referenceKyösti Mälkki
2019-03-29src: Use include <reset.h> when appropriateElyes HAOUAS
2019-03-29arch/x86/smbios(type4): Write processor_upgrade fieldElyes HAOUAS
2019-03-27Revert "src/arch: An upgrade of SMBIOS to latest version 3.2"Nico Huber
2019-03-25Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner
2019-03-22src/arch: An upgrade of SMBIOS to latest version 3.2Francois Toguo
2019-03-22arch/mips: Fix <arch/mmio.h> prototypesKyösti Mälkki