blob: 5e5ca5d5f5f2a3209a14d53f64ca6cca94e060ab [file] [log] [blame]
Angel Pons182dbde2020-04-02 23:49:05 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Frank Vibrans63e62b02011-02-14 18:38:14 +00002
Kerry Shefeed3292011-08-18 18:03:44 +08003#ifndef _CIMX_H_
4#define _CIMX_H_
Frank Vibrans63e62b02011-02-14 18:38:14 +00005
6/**
Kerry Shefeed3292011-08-18 18:03:44 +08007 * AMD South Bridge CIMx entry point wrapper
8 */
9void sb_Poweron_Init(void);
10void sb_Before_Pci_Init(void);
11void sb_After_Pci_Init(void);
12void sb_Mid_Post_Init(void);
13void sb_Late_Post(void);
zbao9bcdbf82012-04-05 13:18:49 +080014void sb_Before_Pci_Restore_Init(void);
15void sb_After_Pci_Restore_Init(void);
16
Kerry Shefeed3292011-08-18 18:03:44 +080017/**
18 * CIMX not set the clock to 48Mhz until sbBeforePciInit,
19 * coreboot may need to set this even more earlier
20 */
21void sb800_clk_output_48Mhz(void);
22
Kerry Shefeed3292011-08-18 18:03:44 +080023#endif