aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/include
AgeCommit message (Expand)Author
2019-11-01arch/acpi.h: Use the predefined typedef acpi_addr_tHimanshu Sahdev
2019-10-29arch/x86/*.S: use defines instead of hardcoded valuesPatrick Rudolph
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-01cpu/intel/common: Move intel_ht_sibling() to common folderPatrick Rudolph
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-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-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-28arch/x86/postcar: unexpose postcar_commit_mtrrs() symbolAaron Durbin
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-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-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-10arch/cpu/x86: Update AMD detectionMarshall Dawson
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-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/cpu: Add define and strings for HygonJinke Fan
2019-06-19acpi: Add SPMI tablePatrick Rudolph
2019-06-09acpigen: Add support for IndexFieldPatrick Rudolph
2019-05-29src/{include,arch,cpu,lib}: Add missing 'include <types.h>'Elyes HAOUAS
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-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-23ACPI: Clarify serial bus revision and specific revisionElyes HAOUAS
2019-04-23src: include <assert.h> when appropriateElyes HAOUAS
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: 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-16device/pci_ops: Have only default PCI bus ops availableKyösti Mälkki
2019-03-14arch/x86: Fix PCI IO config accessorKyösti Mälkki
2019-03-14arch/x86: Optimise PCI IO config accessorKyösti Mälkki
2019-03-13device/pci_ops: Rename 'where' to 'reg'Kyösti Mälkki
2019-03-13device/pci_ops: Unify signaturesKyösti Mälkki
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04arch/io.h: Separate MMIO and PNP opsKyösti Mälkki
2019-03-04device/pnp: Add header files for PNP opsKyösti Mälkki
2019-03-04arch/io.h: Fix PCI and PNP simple typedefsKyösti Mälkki
2019-03-04arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv fieldElyes HAOUAS
2019-03-03device/pci_ops: Avoid name collisionsKyösti Mälkki
2019-03-03arch/x86/acpi: Clean up commentsElyes HAOUAS
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-03-01ACPI: Rename FADT model and set it to zeroElyes HAOUAS
2019-02-25ACPI: Enum only used ACPI tablesElyes HAOUAS
2019-02-11device/pci_ops: Apply some symmetry in headersKyösti Mälkki
2019-02-11device/pci_ops: Move common pci_mmio_cfg.hKyösti Mälkki
2019-02-11device/pci_ops: Move questionable pci_locate() variantsKyösti Mälkki
2019-02-11device/pci: Always define PCI_DEV()Kyösti Mälkki
2019-02-10arch/x86: Drop stale commentKyösti Mälkki
2019-02-10arch/x86: Drop some ROMCC remainsKyösti Mälkki
2019-02-02usbdebug: Fix reserve in CARKyösti Mälkki
2019-01-27src: Fix the warning "type 'hex' are always defined"Elyes HAOUAS
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2019-01-10northbridge/amdfam10: Deal with PCI_ADDR() betterKyösti Mälkki
2019-01-07usbdebug: Initialize the HW once in CAR stagesArthur Heymans
2019-01-04src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h'Elyes HAOUAS
2019-01-04src: Get rid of device_tElyes HAOUAS
2018-12-22arch/x86 cbmem: Drop tests for LATE_CBMEM_INITKyösti Mälkki
2018-12-13cpuid: Add helper function for cpuid(1) functionsSubrata Banik
2018-12-05arch/x86/include/stdint: Fix PRIu64Patrick Rudolph
2018-12-04acpi_pld: Make it easier to define the ACPI USB device groupsDuncan Laurie
2018-11-29arch/acpi.h: Add some update to version 6.2aElyes HAOUAS
2018-11-29arch/x86/acpigen.c: Add a method to notify all CPU coresArthur Heymans
2018-11-23src/arch/x86/acpi.c: Create log area and extend TPM2 tableMichał Żygowski
2018-11-23mb: Set coreboot as DSDT's manufacturer model IDElyes HAOUAS
2018-11-09arch/x86: Fix car_active for CONFIG_NO_CAR_GLOBAL_MIGRATIONFurquan Shaikh
2018-11-01arch/x86: clarify raw CAR_GLOBAL access guardsAaron Durbin
2018-11-01arch/x86: allow global .bss objects without CAR_GLOBALAaron Durbin
2018-11-01src: Add missing include <stdint.h>Elyes HAOUAS
2018-10-26arch/x86/acpi: Add TPM2 table supportPhilipp Deppenwiese
2018-10-23acpi_device: Refine ACPI_IRQ_* macrosFurquan Shaikh
2018-10-22arch/x86: Implement common CF9 resetNico Huber