aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdk8/amdk8.h
blob: 8c472ae16b8449949ddbcef64309006675f8bd39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef AMDK8_H

#define AMDK8_H

#if CONFIG_K8_REV_F_SUPPORT

#define K8_REV_F_SUPPORT_F0_F1_WORKAROUND 0

	#include "f.h"
#else
	#include "pre_f.h"
#endif

#ifdef __PRE_RAM__
void showallroutes(int level, pci_devfn_t dev);
void setup_resource_map_offset(const unsigned int *register_values, int max, unsigned offset_pci_dev, unsigned offset_io_base);
void fill_mem_ctrl(int controllers, struct mem_controller *ctrl_a, const uint16_t *spd_addr);
#endif

void cpus_ready_for_init(void);

#endif /* AMDK8_H */