summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/fsp_baytrail/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* soc/intel: Use config_of()Kyösti Mälkki2019-07-181-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* ACPI: Rename FADT model and set it to zeroElyes HAOUAS2019-03-011-1/+1
* ACPI: Correct asl_compiler_revision valueElyes HAOUAS2019-02-211-1/+2
* device: Use pcidev_path_on_root()Kyösti Mälkki2019-01-061-1/+1
* soc/intel: Fix ugly preprocessor macroKyösti Mälkki2018-12-301-1/+1
* soc: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+0
* soc/intel/fsp_baytrail: Rework acpi/cpu.aslArthur Heymans2018-11-301-0/+7
* arch/acpi.h: Add some update to version 6.2aElyes HAOUAS2018-11-291-4/+2
* src: Get rid of duplicated includesElyes HAOUAS2018-11-161-2/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+0
* intel: Use common HPET table revision functionMarc Jones2018-08-271-1/+1
* update all FADT version 3.0 to use the get tables functionMarc Jones2018-08-271-1/+1
* acpi: remove CBMEM_ID_ACPI_GNVS_PTR entryJoel Kitching2018-08-221-1/+0
* soc/intel/fsp_baytrail: Get rid of device_tElyes HAOUAS2018-06-041-3/+3
* intel/fsp_baytrail: Don't clear gnvs in acpi_init_gnvs()Ben Gardner2016-03-131-3/+0
* intel/fsp_baytrail: rename include folder baytrail to include/socBen Gardner2015-12-161-12/+12
* x86 acpi: remove ALIGN_CURRENT macroAaron Durbin2015-12-151-4/+2
* fsp_baytrail: Remove use of BAYTRAIL_SMM Kconfig symbolMartin Roth2015-11-301-9/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* device_ops: add device_t argument to write_acpi_tablesAlexander Couzens2015-06-051-2/+3
* device_ops: add device_t argument to acpi_fill_ssdt_generatorAlexander Couzens2015-06-051-1/+1
* device_ops: add device_t argument to acpi_inject_dsdt_generatorAlexander Couzens2015-06-051-1/+1
* acpigen: Remove all explicit length trackingVladimir Serbinenko2015-05-261-9/+5
* baytrail: Switch to per-device ACPIVladimir Serbinenko2015-05-231-22/+71
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-1/+1
* intel/fsp_baytrail: Clear the GNVS area prior to fillingScott Radcliffe2014-10-141-0/+3
* fsp_baytrail: Add the FSP version of Intel's Bay Trail-I chipMartin Roth2014-05-291-0/+574