Bin Meng | 752a0b0 | 2014-12-12 21:05:28 +0800 | [diff] [blame] | 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 | |
Bin Meng | 8e04d4c | 2014-12-12 21:05:29 +0800 | [diff] [blame] | 8 | #include <common.h> |
Simon Glass | 1021af4 | 2015-01-27 22:13:36 -0700 | [diff] [blame] | 9 | #include <asm/fsp/fsp_support.h> |
Bin Meng | 752a0b0 | 2014-12-12 21:05:28 +0800 | [diff] [blame] | 10 | |
Bin Meng | 255fd5c | 2014-12-17 15:50:49 +0800 | [diff] [blame] | 11 | void update_fsp_upd(struct upd_region *fsp_upd) |
Bin Meng | 752a0b0 | 2014-12-12 21:05:28 +0800 | [diff] [blame] | 12 | { |
| 13 | /* Override any UPD setting if required */ |
| 14 | |
| 15 | /* Uncomment the line below to enable DEBUG message */ |
| 16 | /* fsp_upd->serial_dbgport_type = 1; */ |
| 17 | |
| 18 | /* Examples on how to initialize the pointers in UPD region */ |
| 19 | /* fsp_upd->pcd_example = (EXAMPLE_DATA *)&example; */ |
| 20 | } |