1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright 2019 Google LLC
9 #include <asm/fsp/fsp_support.h>
11 int arch_fsp_init(void)
16 void board_final_cleanup(void)
23 /* call into FspNotify */
24 debug("Calling into FSP (notify phase INIT_PHASE_END_FIRMWARE): ");
25 status = fsp_notify(NULL, INIT_PHASE_END_FIRMWARE);
27 debug("fail, error code %x\n", status);