diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-06-21 14:44:13 +0200 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2017-12-11 11:58:02 +0000 |
commit | 6d1fdb34105a6ed894ce0aba85b9fb2eb3cf9d33 (patch) | |
tree | cec8664e1a377809578ef6cc9eb5369b08454c44 /src/southbridge/amd/rs780/rs780.h | |
parent | f6bbc603fadf4fdb6c9c86775739ff1b32ab5f1e (diff) |
AMD fam10: Link southbridge/amd/rs780/early_setup.c
Removes rs780_before_pci_init() since it was a no-op anyway.
Removes get_nb_rev() since this function is provided via a macro in
the header.
This Makes a lot of function non-static since the header has
prototypes for these.
Change-Id: I8933516771d959583bbd59a5c1beee3e30a7004f
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/20297
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/southbridge/amd/rs780/rs780.h')
-rw-r--r-- | src/southbridge/amd/rs780/rs780.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/southbridge/amd/rs780/rs780.h b/src/southbridge/amd/rs780/rs780.h index 31bec9a1b4..37c88e2058 100644 --- a/src/southbridge/amd/rs780/rs780.h +++ b/src/southbridge/amd/rs780/rs780.h @@ -210,4 +210,7 @@ int cpuidFamily(void); int is_family0Fh(void); int is_family10h(void); void pcie_hide_unused_ports(device_t nb_dev); +void enable_rs780_dev8(void); +void rs780_early_setup(void); +void rs780_htinit(void); #endif /* __RS780_H__ */ |