mb/google/nissa/var/rull: Add 6W and 15W DPTF parameters
[coreboot2.git] / src / mainboard / ocp / tiogapass / vpd.h
blob63a92f68b2469891ee2f7f308bf8e16d88e7832f
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #ifndef TIOGAPASS_VPD_H
4 #define TIOGAPASS_VPD_H
6 /* VPD variable for enabling/disabling FRB2 timer. */
7 #define FRB2_TIMER "frb2_timer"
8 /* VPD variable for setting FRB2 timer countdown value. */
9 #define FRB2_COUNTDOWN "frb2_countdown"
10 #define VPD_LEN 10
11 /* Default countdown is 15 minutes. */
12 #define DEFAULT_COUNTDOWN 9000
14 #endif /* TIOGAPASS_VPD_H */