blob: de1b7d1907a9915ca21c68fa8abed9b7cdae9ee2 [file] [log] [blame]
Patrick Georgi1bb68282009-12-31 12:56:53 +00001#include <arch/io.h>
Patrick Georgi1bb68282009-12-31 12:56:53 +00002#include <device/pci_def.h>
3#include "northbridge/amd/amdfam10/early_ht.c"
4
5static void bootblock_northbridge_init(void) {
6 /* Nothing special needs to be done to find bus 0 */
7 /* Allow the HT devices to be found */
8 /* mov bsp to bus 0xff when > 8 nodes */
9 set_bsp_node_CHtExtNodeCfgEn();
10 enumerate_ht_chain();
11}