1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <console/console.h>
6 void chipset_handle_reset(uint32_t status
)
9 case FSP_STATUS_RESET_REQUIRED_5
: /* Global Reset */
10 die("Global Reset not implemented!\n");
13 printk(BIOS_ERR
, "unhandled reset type %x\n", status
);
14 die("unknown reset type");