From faaafb4db121f4413718a7fa1fd771530097e662 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 28 Jan 2021 23:19:40 +0100 Subject: soc/amd/picasso/fch: replace southbridge prefix with fch Also move the fch_* functions in the header file in the order they get called. Signed-off-by: Felix Held Change-Id: I9b6c6ad744b26f8488015c38a84d7e21c7d7687a Reviewed-on: https://review.coreboot.org/c/coreboot/+/50093 Reviewed-by: Raul Rangel Tested-by: build bot (Jenkins) --- src/soc/amd/picasso/include/soc/southbridge.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/soc/amd/picasso/include') diff --git a/src/soc/amd/picasso/include/soc/southbridge.h b/src/soc/amd/picasso/include/soc/southbridge.h index c7f30e24ec..f7edaad9b7 100644 --- a/src/soc/amd/picasso/include/soc/southbridge.h +++ b/src/soc/amd/picasso/include/soc/southbridge.h @@ -174,13 +174,14 @@ typedef struct aoac_devs { unsigned int :4; } __packed aoac_devs_t; +void fch_pre_init(void); +void fch_early_init(void); +void fch_init(void *chip_info); +void fch_final(void *chip_info); + void enable_aoac_devices(void); void wait_for_aoac_enabled(unsigned int dev); void sb_clk_output_48Mhz(void); -void southbridge_final(void *chip_info); -void southbridge_init(void *chip_info); -void fch_pre_init(void); -void fch_early_init(void); /* Initialize all the i2c buses that are marked with early init. */ void i2c_soc_early_init(void); -- cgit v1.2.3