Improving BKDG implementation of P-states,
CPU and northbridge frequency and voltage handling for Fam 10 in SVI mode. I don't understand what this was doing nor find docs for these regs Maybe it was left over from some copy & paste ? Signed-off-by: Xavi Drudis Ferran <xdrudis@tinet.cat> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6410 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Marc Jones
parent
061c89e15d
commit
6bdc83bf5e
@@ -738,7 +738,7 @@ static u32 init_fidvid_core(u32 nodeid, u32 coreid)
|
||||
|
||||
}
|
||||
|
||||
static void init_fidvid_ap(u32 bsp_apicid, u32 apicid, u32 nodeid, u32 coreid)
|
||||
static void init_fidvid_ap(u32 apicid, u32 nodeid, u32 coreid)
|
||||
{
|
||||
u32 send;
|
||||
|
||||
|
@@ -157,7 +157,7 @@ static inline int lapic_remote_read(int apicid, int reg, u32 *pvalue)
|
||||
}
|
||||
|
||||
#if CONFIG_SET_FIDVID
|
||||
static void init_fidvid_ap(u32 bsp_apicid, u32 apicid, u32 nodeid, u32 coreid);
|
||||
static void init_fidvid_ap(u32 apicid, u32 nodeid, u32 coreid);
|
||||
#endif
|
||||
|
||||
static inline __attribute__ ((always_inline))
|
||||
@@ -346,8 +346,7 @@ static u32 init_cpus(u32 cpu_init_detectedx)
|
||||
printk(BIOS_DEBUG,
|
||||
"init_fidvid_ap(stage1) apicid: %02x\n",
|
||||
apicid);
|
||||
init_fidvid_ap(bsp_apicid, apicid, id.nodeid,
|
||||
id.coreid);
|
||||
init_fidvid_ap(apicid, id.nodeid, id.coreid);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user