summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/denverton_ns
Commit message (Expand)AuthorAgeFilesLines
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-211-14/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-205-4/+2
* src: Drop unused 'include <romstage_handoff.h>'Elyes HAOUAS2019-03-181-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-0812-22/+22
* src: Drop unused include <arch/acpi.h>Elyes HAOUAS2019-03-061-1/+0
* Remove DEFAULT_PCIEXBAR aliasKyösti Mälkki2019-03-062-2/+1
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-047-5/+7
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-045-5/+0
* arch/io.h: Add missing includesKyösti Mälkki2019-03-041-0/+1
* Fix <io.h> includesKyösti Mälkki2019-03-041-1/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-0113-1/+13
* soc/intel/denverton_ns: Add ACPI T-States and P-StatesJulien Viard de Galbert2019-01-281-0/+24
* soc/intel/denverton_ns: Enable ACPI using intelblockJulien Viard de Galbert2019-01-256-96/+87
* Revert "soc/intel/denverton_ns: Rewrite pmutil using pmclib"Patrick Georgi2019-01-244-33/+184
* soc/intel/denverton_ns: Configure MCAJulien Viard de Galbert2019-01-242-0/+34
* soc/intel/denverton_ns: Use cpulib in cpu.cJulien Viard de Galbert2019-01-241-9/+1
* soc/intel/denverton_ns: Enable Fast StringsJulien Viard de Galbert2019-01-242-0/+7
* soc/intel/denverton_ns: Rewrite pmutil using pmclibJulien Viard de Galbert2019-01-244-184/+33
* soc/{amd,intel}: Remove needless '&' on function pointersElyes HAOUAS2019-01-232-7/+7
* Drop leftover debug function declarationsKyösti Mälkki2019-01-231-8/+0
* soc/intel/denverton_ns: Select CPU_INTEL_FIRMWARE_INTERFACE_TABLEVanessa Eusebio2019-01-181-0/+1
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber2019-01-141-1/+0
* soc/intel/denverton_ns: Fix missing tsc_freq_mhz()Kyösti Mälkki2019-01-101-0/+2
* soc/intel: Standardize names of common MSRsElyes HAOUAS2019-01-071-4/+4
* soc/intel: Fix bad uses of __SIMPLE_DEVICE__Kyösti Mälkki2019-01-033-17/+1
* soc/intel: Get rid of device_tElyes HAOUAS2018-12-202-24/+81
* cpu/intel/common: Use a common acpi/cpu.asl fileArthur Heymans2018-11-301-37/+0
* soc/intel/denverton_ns: Rework acpi/cpu.aslArthur Heymans2018-11-302-112/+14
* drivers/uart/Kconfig: Be smarter about DRIVERS_UART_8250IONico Huber2018-11-201-1/+1
* soc/intel/.../Kconfig: Move GPIO debug option into debug menuNico Huber2018-11-181-1/+1
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-162-2/+0
* src: Remove unneeded include <cbfs.h>Elyes HAOUAS2018-11-161-1/+0
* soc/intel/denverton_ns/Kconfig: Remove unused HSUART_FUNCElyes HAOUAS2018-11-161-4/+0
* src: Remove unneeded include <lib.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-163-3/+0
* src: Get rid of duplicated includesElyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-128-8/+1
* src: Add missing include <stdint.h>Elyes HAOUAS2018-11-011-0/+2
* soc/intel: Consolidate FSP CAR setup and teardown codePraveen hodagatta pranesh2018-10-253-171/+0
* intel: Use CF9 reset (part 2)Patrick Rudolph2018-10-223-5/+3
* src: Move common IA-32 MSRs to <cpu/x86/msr.h>Elyes HAOUAS2018-10-112-16/+2
* Move compiler.h to commonlibNico Huber2018-10-083-3/+0
* src: Fix MSR_PKG_CST_CONFIG_CONTROL register nameElyes HAOUAS2018-10-051-1/+1
* soc/intel/denverton_ns/csme_ie_kt.c: Don't use device_tElyes HAOUAS2018-09-211-1/+1
* soc/intel/denverton_ns: Enable common block PMCJulien Viard de Galbert2018-09-146-14/+25
* src/*/intel/: clarify Kconfig options regarding IFDStefan Tauner2018-09-131-0/+1
* acpi: remove CBMEM_ID_ACPI_GNVS_PTR entryJoel Kitching2018-08-221-1/+0
* soc/intel: Remove legacy static TPM asl codePhilipp Deppenwiese2018-07-291-24/+0
* cpu/x86/mtrr.h: Rename MSR SMRR_PHYS_x to IA32_SMRR_PHYSxArthur Heymans2018-07-241-2/+2