summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd/amdfam10/bootblock.c
blob: 612004a7eb24853c7409954c87381576c0a2239e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <arch/io.h>
#include <arch/romcc_io.h>
#include <device/pci_def.h>
#include "northbridge/amd/amdfam10/early_ht.c"

static void bootblock_northbridge_init(void) {
	/* Nothing special needs to be done to find bus 0 */
	/* Allow the HT devices to be found */
	/* mov bsp to bus 0xff when > 8 nodes */
	set_bsp_node_CHtExtNodeCfgEn();
	enumerate_ht_chain();
}
OpenPOWER on IntegriCloud