summaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp/gnr/chipset.cb
blob: ef33eac9d2e1f8b7316f6376404129f50b024ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## SPDX-License-Identifier: GPL-2.0-or-later

chip soc/intel/xeon_sp/gnr

	# configure VT-d
	register "vtd_support" = "1"

	# configure BIOS lockdown
	register "common_soc_config" = "{
		.chipset_lockdown = CHIPSET_LOCKDOWN_FSP,
	}"

	# configure devices
	device cpu_cluster 0 on ops cpu_bus_ops end

	device domain 0 on
		device pci 00.0 mandatory end # MMAP/VT-d
		device gpio 0 alias ibl_gpio_communities on end # GPIO
		device mmio 0xfed00000 on ops hpet_device_ops end # HPET
	end
end