summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/queensbay/fsp_configs.c
blob: a7bb31407dc7ea0c1d3f9671ec3b9de1a1236579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * Copyright (C) 2013, Intel Corporation
 * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
 *
 * SPDX-License-Identifier:	Intel
 */

#include <types.h>
#include <string.h>
#include "fsp_support.h"

void update_fsp_upd(struct upd_region_t *fsp_upd)
{
	/* Override any UPD setting if required */

	/* Uncomment the line below to enable DEBUG message */
	/* fsp_upd->serial_dbgport_type = 1; */

	/* Examples on how to initialize the pointers in UPD region */
	/* fsp_upd->pcd_example = (EXAMPLE_DATA *)&example; */
}