]> git.sur5r.net Git - u-boot/blob - arch/x86/cpu/queensbay/fsp_configs.c
x86: Initial import from Intel FSP release for Queensbay platform
[u-boot] / arch / x86 / cpu / queensbay / fsp_configs.c
1 /*
2  * Copyright (C) 2013, Intel Corporation
3  * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
4  *
5  * SPDX-License-Identifier:     Intel
6  */
7
8 #include <types.h>
9 #include <string.h>
10 #include "fsp_support.h"
11
12 void update_fsp_upd(struct upd_region_t *fsp_upd)
13 {
14         /* Override any UPD setting if required */
15
16         /* Uncomment the line below to enable DEBUG message */
17         /* fsp_upd->serial_dbgport_type = 1; */
18
19         /* Examples on how to initialize the pointers in UPD region */
20         /* fsp_upd->pcd_example = (EXAMPLE_DATA *)&example; */
21 }