payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / google / daisy / wakeup.c
blob3ce08c122b646a82e5a3042ab3ff545bf95d3966
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <soc/gpio.h>
4 #include <soc/wakeup.h>
6 int wakeup_need_reset(void)
8 /* The "wake up" event is not reliable (known as "bad wakeup") and needs
9 * reset if GPIO value is high. */
10 return gpio_get_value(GPIO_Y10);