blob: dd999a09e01e83277dc3b6a04bd9d378b63b3157 [file] [log] [blame]
Martin Rothe6df0412014-07-28 14:22:32 -06001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2013-2014 Sage Electronic Engineering, LLC.
5##
6## This program is free software; you can redistribute it and/or modify
7## it under the terms of the GNU General Public License as published by
8## the Free Software Foundation; version 2 of the License.
9##
10## This program is distributed in the hope that it will be useful,
11## but WITHOUT ANY WARRANTY; without even the implied warranty of
12## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13## GNU General Public License for more details.
14##
15## You should have received a copy of the GNU General Public License
16## along with this program; if not, write to the Free Software
17## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18##
19
20chip soc/intel/fsp_baytrail
21
22 #### ACPI Register Settings ####
23 register "fadt_pm_profile" = "PM_UNSPECIFIED"
24 register "fadt_boot_arch" = "ACPI_FADT_LEGACY_FREE"
25
26 #### FSP register settings ####
Martin Rothe55a7c52014-11-16 17:09:15 -070027 register "PcdSataMode" = "SATA_MODE_AHCI"
28 register "PcdMrcInitSPDAddr1" = "SPD_ADDR_DEFAULT"
29 register "PcdMrcInitSPDAddr2" = "SPD_ADDR_DEFAULT"
30 register "PcdMrcInitTsegSize" = "TSEG_SIZE_8_MB"
31 register "PcdMrcInitMmioSize" = "MMIO_SIZE_DEFAULT"
32 register "PcdeMMCBootMode" = "EMMC_FOLLOWS_DEVICETREE"
33 register "PcdIgdDvmt50PreAlloc" = "IGD_MEMSIZE_DEFAULT"
34 register "PcdApertureSize" = "APERTURE_SIZE_DEFAULT"
35 register "PcdGttSize" = "GTT_SIZE_DEFAULT"
36 register "PcdLpssSioEnablePciMode" = "LPSS_PCI_MODE_DEFAULT"
Martin Rothe6df0412014-07-28 14:22:32 -060037 register "AzaliaAutoEnable" = "AZALIA_FOLLOWS_DEVICETREE"
38 register "LpeAcpiModeEnable" = "LPE_ACPI_MODE_DISABLED"
39
40 device cpu_cluster 0 on
41 device lapic 0 on end
42 end
43
44 device domain 0 on
45 device pci 00.0 on end # 8086 0F00 - SoC router -
46 device pci 02.0 on end # 8086 0F31 - GFX micro HDMI
47 device pci 03.0 off end # 8086 0F38 - MIPI -
48
49 device pci 10.0 off end # 8086 0F14 - EMMC Port -
50 device pci 11.0 off end # 8086 0F15 - SDIO Port -
51 device pci 12.0 on end # 8086 0F16 - SD Port MicroSD on SD3
52 device pci 13.0 on end # 8086 0F23 - SATA AHCI Onboard & HSEC
53 device pci 14.0 on end # 8086 0F35 - USB XHCI Onboard & HSEC
54 device pci 15.0 on end # 8086 0F28 - LP Engine Audio LSEC
55 device pci 17.0 off end # 8086 0F50 - MMC Port -
56 device pci 18.0 on end # 8086 0F40 - SIO - DMA -
57 device pci 18.1 off end # 8086 0F41 - I2C Port 1 (0) -
58 device pci 18.2 off end # 8086 0F42 - I2C Port 2 (1) - (testpoints)
59 device pci 18.3 off end # 8086 0F43 - I2C Port 3 (2) -
60 device pci 18.4 off end # 8086 0F44 - I2C Port 4 (3) -
61 device pci 18.5 off end # 8086 0F45 - I2C Port 5 (4) -
62 device pci 18.6 on end # 8086 0F46 - I2C Port 6 (5) LSEC
63 device pci 18.7 on end # 8086 0F47 - I2C Port 7 (6) HSEC
64 device pci 1a.0 on end # 8086 0F18 - TXE -
65 device pci 1b.0 off end # 8086 0F04 - HD Audio -
66 device pci 1c.0 off end # 8086 0F48 - PCIe Port 1 (0) -
67 device pci 1c.1 off end # 8086 0F4A - PCIe Port 2 (1) -
68 device pci 1c.2 on end # 8086 0F4C - PCIe Port 3 (2) Onboard GBE
69 device pci 1c.3 on end # 8086 0F4E - PCIe Port 4 (3) HSEC
70 device pci 1d.0 off end # 8086 0F34 - USB EHCI -
71 device pci 1e.0 on end # 8086 0F06 - SIO - DMA -
72 device pci 1e.1 on end # 8086 0F08 - PWM 1 LSEC
73 device pci 1e.2 on end # 8086 0F09 - PWM 2 LSEC
74 device pci 1e.3 on end # 8086 0F0A - HSUART 1 LSEC
75 device pci 1e.4 on end # 8086 0F0C - HSUART 2 LSEC
76 device pci 1e.5 on end # 8086 0F0E - SPI LSEC
77 device pci 1f.0 on end # 8086 0F1C - LPC bridge No connector
78 device pci 1f.3 on end # 8086 0F12 - SMBus 0 SPC
79 end
80end