blob: 66d32a8e422dd73bce5d5fd26144e4ba7b9fb30a [file] [log] [blame]
Lee Leahy93dd5f72016-01-26 10:06:42 -08001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2013 Google Inc.
5## Copyright (C) 2015-2016 Intel Corp.
6##
7## This program is free software; you can redistribute it and/or modify
8## it under the terms of the GNU General Public License as published by
9## the Free Software Foundation; version 2 of the License.
10##
11## This program is distributed in the hope that it will be useful,
12## but WITHOUT ANY WARRANTY; without even the implied warranty of
13## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14## GNU General Public License for more details.
15##
16
17chip soc/intel/quark
18
Lee Leahyd76d60b2016-03-03 15:30:48 -080019 ############################################################
20 # Set the parameters for MemoryInit
21 ############################################################
22
23 register "PcdSmmTsegSize" = "0" # SMM Region size in MiB
24
25 ############################################################
26 # Enable the devices
27 ############################################################
28
Lee Leahy93dd5f72016-01-26 10:06:42 -080029 device domain 0 on
30 # EDS Table 3
Lee Leahy7fcaf772016-02-14 15:18:14 -080031 device pci 00.0 on end # 8086 0958 - Host Bridge
Lee Leahy6d3cd082016-02-29 08:03:53 -080032 device pci 14.0 on end # 8086 08A7 - SD/SDIO/eMMC controller
Lee Leahy7fcaf772016-02-14 15:18:14 -080033 device pci 14.1 off end # 8086 0936 - HSUART 0
34 device pci 14.2 off end # 8086 0939 - USB 2.0 Device port
Lee Leahya9a06ee2016-02-28 11:35:29 -080035 device pci 14.3 on end # 8086 0939 - USB EHCI Host controller
36 device pci 14.4 on end # 8086 093A - USB OHCI Host controller
Lee Leahy654fd072016-02-17 08:47:58 -080037 device pci 14.5 on end # 8086 0936 - HSUART 1
Lee Leahy7fcaf772016-02-14 15:18:14 -080038 device pci 14.6 off end # 8086 0937 - 10/100 Ethernet MAC 0
39 device pci 14.7 off end # 8086 0937 - 10/100 Ethernet MAC 1
Lee Leahy1f1f2c42016-03-03 15:30:48 -080040 device pci 15.0 on end # 8086 0935 - SPI controller 0
41 device pci 15.1 on end # 8086 0935 - SPI controller 1
Lee Leahyb1900792016-04-30 09:07:14 -070042 device pci 15.2 on end # 8086 0934 - I2C/GPIO controller
Lee Leahy18452622016-02-16 08:26:03 -080043 device pci 17.0 on end # 8086 11C3 - PCIe Root Port 0
Lee Leahy7fcaf772016-02-14 15:18:14 -080044 device pci 17.1 off end # 8086 11C4 - PCIe Root Port 1
45 device pci 1f.0 on end # 8086 095E - Legacy Bridge
Lee Leahy93dd5f72016-01-26 10:06:42 -080046 end
47end