summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/denverton_ns/chip.c
Commit message (Expand)AuthorAgeFilesLines
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-311-1/+1
* device/device.h: Rename pci_domain_scan_busArthur Heymans2023-10-201-1/+1
* soc/intel/denverton_ns: Use common gpio.h includeDinesh Gehlot2023-01-231-1/+1
* soc/intel/denverton_ns: Remove always false statementArthur Heymans2022-05-131-6/+0
* soc/intel/denverton_ns/chip.c: add soc_acpi_name functionJeff Daly2022-04-071-0/+91
* soc/intel/denverton_ns: use mp_cpu_bus_initFelix Held2021-10-221-1/+1
* soc/intel/dnv_ns: hook up new gpio device operationsMichael Niewöhner2021-04-081-0/+3
* soc/amd,intel: Drop s3_resume parameter on FSP-S functionsKyösti Mälkki2021-02-091-1/+1
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-021-2/+1
* device/pci_device: Extract pci_domain_set_resources from SOCRaul E Rangel2020-05-121-5/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-12/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-2/+2
* Drop unnecessary DEVICE_NOOP entriesNico Huber2020-04-101-1/+0
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-051-1/+0
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-1/+1
* soc: Remove copyright noticesPatrick Georgi2020-03-181-2/+0
* src/soc: Remove unused include <device/pci_ops.h>Elyes HAOUAS2019-09-151-1/+0
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-211-14/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* soc/{amd,intel}: Remove needless '&' on function pointersElyes HAOUAS2019-01-231-3/+3
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+0
* soc/intel/denverton_ns: Get rid of device_tElyes HAOUAS2018-06-041-3/+4
* soc/intel/denverton_ns: Fill dimm info for SMBIOS table 17Julien Viard de Galbert2018-05-081-1/+6
* {mb,nb,soc}: Remove references to pci_bus_default_ops()Nico Huber2018-05-081-1/+0
* soc/intel/denverton_ns: re-factor HSIO configurationJulien Viard de Galbert2017-11-071-13/+2
* soc/intel/denverton_ns: Add support for Intel Atom C3000 SoCMariusz Szafranski2017-09-051-0/+167