soc/intel/apollolake: Create alias for GEN_PMCON1 as GEN_PMCON_A
This patch creates alias for GEN_PMCON_A to maintain parity with other IA SoC PMC register definitions. Signed-off-by: Subrata Banik <subratabanik@google.com> Change-Id: Id9a23c58a325cb544c50cbda432fe3117eea22fe Reviewed-on: https://review.coreboot.org/c/coreboot/+/61984 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
This commit is contained in:
parent
7848aa9335
commit
e284ca26bf
|
@ -152,6 +152,7 @@
|
||||||
/* Memory mapped IO registers behind PMC_BASE_ADDRESS */
|
/* Memory mapped IO registers behind PMC_BASE_ADDRESS */
|
||||||
#define PRSTS 0x1000
|
#define PRSTS 0x1000
|
||||||
#define GEN_PMCON1 0x1020
|
#define GEN_PMCON1 0x1020
|
||||||
|
#define GEN_PMCON_A GEN_PMCON1
|
||||||
#define COLD_BOOT_STS (1 << 27)
|
#define COLD_BOOT_STS (1 << 27)
|
||||||
#define COLD_RESET_STS (1 << 26)
|
#define COLD_RESET_STS (1 << 26)
|
||||||
#define WARM_RESET_STS (1 << 25)
|
#define WARM_RESET_STS (1 << 25)
|
||||||
|
|
Loading…
Reference in New Issue