aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86
AgeCommit message (Expand)Author
2019-11-04cpu/qemu-x86: Add x86_64 bootblock supportPatrick Rudolph
2019-11-04smbios: Create a type for smbios_enclosure_typeMathew King
2019-11-04arch/x86/Kconfig: drop unused BOOTBLOCK_SAVE_BIST_AND_TIMESTAMPElyes HAOUAS
2019-11-03arch/x86: Use the stage argument to implement cbmem_topArthur Heymans
2019-11-03cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATEKyösti Mälkki
2019-11-01arch/acpi.h: Use the predefined typedef acpi_addr_tHimanshu Sahdev
2019-11-01lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans
2019-10-30Program loading: Handoff cbmem_top via calling argumentsArthur Heymans
2019-10-30arch/x86/boot.c: Pass arguments when running programsArthur Heymans
2019-10-30arch/x86/Makefile.inc: Use the 'all' target to add common sourcesArthur Heymans
2019-10-29arch/x86/*.S: use defines instead of hardcoded valuesPatrick Rudolph
2019-10-28arch/x86: Populate more fields in SMBIOS type 4Andrey Petrov
2019-10-28arch/x86: Move max cpuid leaf function into arch/x86Andrey Petrov
2019-10-25arch/acpi.h: Convert MADT APIC type names to all capsHimanshu Sahdev
2019-10-25arch/acpi.h: Use the aforementioned typedef acpi_table_headerHimanshu Sahdev
2019-10-24arch/acpi.h: Use of typedef for acpi_vfctHimanshu Sahdev
2019-10-24arch/acpi.h: Use of typedef for acpi_vfct_image_hdrHimanshu Sahdev
2019-10-08arch/x86: Don't allow separate verstage to boot from romcc bootblockArthur Heymans
2019-10-04arch/x86/acpi: Add SSDT for QEMUPatrick Rudolph
2019-10-01cpu/intel/common: Move intel_ht_sibling() to common folderPatrick Rudolph
2019-09-30arch/x86: Fix __ROMCC__ automatic prerequisitiesKyösti Mälkki
2019-09-28cpu,device/: Remove some __SIMPLE_DEVICE__ and __ROMCC__ useKyösti Mälkki
2019-09-14arch/x86: Replace some __PRE_RAM__ useKyösti Mälkki
2019-09-14arch/x86: Remove acpi_fail_wakeup() and cbmem_fail_resume()Kyösti Mälkki
2019-09-13timestamps: Remove TIMESTAMP_CACHE_IN_BSSKyösti Mälkki
2019-09-13arch/x86/bootblock_crt0.S: Leverage eax in protected mode entryHimanshu Sahdev aka CunningLearner
2019-09-11arch/x86: Cache the TSEG region at the top of ramSubrata Banik
2019-09-11arch/x86: Restrict use of _car_global[start|end]Kyösti Mälkki
2019-09-11arch/x86: Drop _car_relocatable_data symbolsKyösti Mälkki
2019-09-11arch/x86: Move ehci_dbg_info outside _car_relocatable_dataKyösti Mälkki
2019-09-11timestamps: Improve collection for ENV_ROMSTAGE_OR_BEFOREKyösti Mälkki
2019-09-10AUTHORS: Move src/arch/x86 copyrights into AUTHORS fileMartin Roth
2019-09-09arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0Kyösti Mälkki
2019-09-06superio/common: Add ssdtgen for generic SuperIOsPatrick Rudolph
2019-09-02soc/intel/common/timer: Make TSC frequency calculation dynamicallySubrata Banik
2019-08-31arch/x86: Remove WB attribute from 0..CACHE_TMP_RAMTOPKyösti Mälkki
2019-08-29arch/x86: Fix clearing .bss sectionKyösti Mälkki
2019-08-29arch/x86: remove weak car_stage_entry() symbolAaron Durbin
2019-08-28arch/x86/postcar: unexpose postcar_commit_mtrrs() symbolAaron Durbin
2019-08-26x86: Introduce RESET_VECTOR_IN_RAM optionMartin Roth
2019-08-26arch/x86: Simplify <arch/early_variables.h>Kyösti Mälkki
2019-08-26soc/intel: Use common romstage codeKyösti Mälkki
2019-08-26Move and rename ARCH_STAGE_HAS_xxx_SECTION rulesKyösti Mälkki
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-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-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-02src/arch/x86/acpi: Constify struct device instancesAamir Bohra
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/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/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-21arch: Add missing #include <commonlib/helpers.h>Elyes HAOUAS
2019-06-21arch/x86/acpi: use ALIGN_UP instead of ALIGNFelix 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-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-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-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-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