From 085a2268083cfe1d22f696c9070726dcf2dc160f Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Fri, 4 Jan 2019 16:11:50 +0100 Subject: superio/*: Link early initialization into bootblock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows to set up the SuperIO in the C_ENVIRONMENT_BOOTBLOCK bootblocks. It is likely unnecessary to do this in verstage. This also renames COMMON_ROMSTAGE to COMMON_PRE_RAM. Change-Id: I3d999611baa1e79c79fe6b1f01822ebaa5f85daf Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/30672 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki Reviewed-by: Felix Held --- src/superio/winbond/common/winbond.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/superio/winbond/common/winbond.h') diff --git a/src/superio/winbond/common/winbond.h b/src/superio/winbond/common/winbond.h index e472018bf1..e8b5c259d0 100644 --- a/src/superio/winbond/common/winbond.h +++ b/src/superio/winbond/common/winbond.h @@ -14,8 +14,8 @@ * GNU General Public License for more details. */ -#ifndef SUPERIO_WINBOND_COMMON_ROMSTAGE_H -#define SUPERIO_WINBOND_COMMON_ROMSTAGE_H +#ifndef SUPERIO_WINBOND_COMMON_PRE_RAM_H +#define SUPERIO_WINBOND_COMMON_PRE_RAM_H #include #include @@ -27,4 +27,4 @@ void winbond_set_clksel_48(pnp_devfn_t dev); void pnp_enter_conf_state(pnp_devfn_t dev); void pnp_exit_conf_state(pnp_devfn_t dev); -#endif /* SUPERIO_WINBOND_COMMON_ROMSTAGE_H */ +#endif /* SUPERIO_WINBOND_COMMON_PRE_RAM_H */ -- cgit v1.2.3