summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp/reset.c
blob: e4960068ad7d731e2d6c3da006085041009c85e7 (plain)
1
2
3
4
5
6
7
8
9
10
/* This file is part of the coreboot project. */
/* SPDX-License-Identifier: GPL-2.0-or-later */

#include <console/console.h>
#include <fsp/util.h>

void chipset_handle_reset(uint32_t status)
{
	die("Reset not implemented!\n");
}