payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / google / trogdor / reset.c
blob9b5810f20bb198f8772f16dd7d2255613a492180
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <ec/google/chromeec/ec.h>
4 #include <reset.h>
6 /* Can't do a "real" reset before the PMIC is initialized in QcLib (romstage),
7 but this works well enough for our purposes. */
8 void do_board_reset(void)
10 google_chromeec_reboot(0, EC_REBOOT_COLD, 0);