u-boot-brain/arch/x86/cpu/queensbay/fsp_configs.c
Bin Meng 8e04d4c537 x86: queensbay: Adapt FSP support codes
Use inline assembly codes to call FspNotify() to make sure parameters
are passed on the stack as required by the FSP calling convention.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2014-12-13 22:32:05 -07:00

21 lines
515 B
C

/*
* Copyright (C) 2013, Intel Corporation
* Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
*
* SPDX-License-Identifier: Intel
*/
#include <common.h>
#include <asm/arch/fsp/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; */
}