Aaron Durbin (adurbin@chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15500
-gerrit
commit 9f9dffcb54e7dd2781edb7c784ccd9718ccae32a Author: Aaron Durbin adurbin@chromium.org Date: Wed Jun 29 16:17:02 2016 -0500
soc/intel/apollolake: fix space indention in pm.h
More spaces missed in review.
Change-Id: I842da05ca6ad4f2c13d2d42433e41da57ccf7f96 Signed-off-by: Aaron Durbin adurbin@chromium.org --- src/soc/intel/apollolake/include/soc/pm.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/soc/intel/apollolake/include/soc/pm.h b/src/soc/intel/apollolake/include/soc/pm.h index 8838d1c..8da9088 100644 --- a/src/soc/intel/apollolake/include/soc/pm.h +++ b/src/soc/intel/apollolake/include/soc/pm.h @@ -140,17 +140,17 @@
/* Track power state from reset to log events. */ struct chipset_power_state { - uint16_t pm1_sts; - uint16_t pm1_en; - uint32_t pm1_cnt; - uint32_t gpe0_sts[GPE0_REG_MAX]; - uint32_t gpe0_en[GPE0_REG_MAX]; - uint32_t tco_sts; - uint32_t prsts; - uint32_t gen_pmcon1; - uint32_t gen_pmcon2; - uint32_t gen_pmcon3; - uint32_t prev_sleep_state; + uint16_t pm1_sts; + uint16_t pm1_en; + uint32_t pm1_cnt; + uint32_t gpe0_sts[GPE0_REG_MAX]; + uint32_t gpe0_en[GPE0_REG_MAX]; + uint32_t tco_sts; + uint32_t prsts; + uint32_t gen_pmcon1; + uint32_t gen_pmcon2; + uint32_t gen_pmcon3; + uint32_t prev_sleep_state; } __attribute__((packed));
int fill_power_state(struct chipset_power_state *ps);