aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdfam10/bootblock.c
blob: 6f2910a5496e41f4679279dade286c6bbafd271b (plain)
1
2
3
4
5
6
7
8
9
#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();
}