add vsm support

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2223 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich
2006-03-21 15:24:46 +00:00
parent e4ad801495
commit 7f809097f8
2 changed files with 7 additions and 2 deletions

View File

@@ -75,15 +75,20 @@ unsigned long addr;
static void model_gx2_init(device_t dev)
{
void do_vsmbios(void);
#if 0
gx2_cpu_setup();
gx2_gx_setup();
#endif
printk_debug("model_gx2_init\n");
/* Turn on caching if we haven't already */
x86_enable_cache();
/* Enable the local cpu apics */
setup_lapic();
do_vsmbios();
printk_debug("model_gx2_init DONE\n");
};
static struct device_operations cpu_dev_ops = {