blob: be3cc9091888bdef7f86af0e9ab89252a0974e9b [file] [log] [blame]
Jonathan Zhangaaab6562023-01-04 14:27:41 -08001/* SPDX-License-Identifier: GPL-2.0-only */
2
Patrick Rudolph7a593ab2024-01-25 15:15:00 +01003#include <cpu/x86/smm.h>
Jonathan Zhangaaab6562023-01-04 14:27:41 -08004#include <soc/ramstage.h>
Patrick Rudolph7a593ab2024-01-25 15:15:00 +01005#include <soc/smmrelocate.h>
6
7void smm_mainboard_pci_resource_store_init(struct smm_pci_resource_info *slots, size_t size)
8{
9 soc_ubox_store_resources(slots, size);
10}