summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/i82371eb/acpi_tables.c
Commit message (Expand)AuthorAgeFilesLines
* asus/p2b, emu/qemu-i440fx: Use acpigen_write_processor_device()Kyösti Mälkki2023-04-291-3/+5
* cpu/intel/speedstep: Separate single SSDT CPU entryKyösti Mälkki2023-04-261-5/+14
* intel/i82371eb,speedstep: Use dev_count_cpu()Kyösti Mälkki2023-04-141-13/+1
* treewide: use is_enabled_cpu() on cycles over device listFabio Aiuto2022-09-291-6/+1
* ACPI: Have common acpi_fill_mcfg()Kyösti Mälkki2021-10-181-6/+0
* src/soc to src/superio: Fix spelling errorsMartin Roth2021-10-051-1/+1
* ACPI: Select ACPI_SOC_NVS only where suitableKyösti Mälkki2021-01-181-6/+0
* ACPI: Drop redundant CBMEM_ID_ACPI_GNVS allocationsKyösti Mälkki2021-01-101-0/+6
* src: Remove unused 'include <arch/smp/mpspec.h>'Elyes HAOUAS2020-06-021-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-2/+2
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* src/southbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* acpi: Change Processor ACPI Name (Intel only)Christian Walter2020-03-231-1/+1
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-3/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* southbridge: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+0
* sb/intel/i82371eb: Get rid of device_tElyes HAOUAS2018-05-141-2/+2
* src/southbridge: Code formatingElyes HAOUAS2016-08-311-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* device_ops: add device_t argument to acpi_fill_ssdt_generatorAlexander Couzens2015-06-051-1/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* acpi: make fill_slit and fill_srat into arguments.Vladimir Serbinenko2015-05-201-12/+0
* i82371eb & qemu: Move to per-device ACPI.Vladimir Serbinenko2014-12-181-96/+4
* i82371eb: Remove weak functionsVladimir Serbinenko2014-11-161-7/+1
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer2013-02-141-1/+1
* Refactor some alignment handlingPatrick Georgi2012-04-201-1/+1
* Use default table creator macro for all SSDTsStefan Reinauer2011-10-131-1/+1
* Tobias Diedrich wrote:Tobias Diedrich2010-12-081-0/+41
* After finding the missing bit poweroff works now.Tobias Diedrich2010-11-271-0/+137