AMD boards: Fix function name (soft_reset) in message
Change-Id: Ia21a3e93712bd6b6780fe7308c6cf79c553f4e1b Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/21760 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
6e70d67824
commit
ec48c749c2
27 changed files with 27 additions and 27 deletions
|
@ -60,7 +60,7 @@ void agesa_main(struct sysinfo *cb)
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
distinguish_cpu_resets(0);
|
distinguish_cpu_resets(0);
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
post_code(0x40);
|
post_code(0x40);
|
||||||
|
|
|
@ -184,7 +184,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
if (!warm_reset_detect(0)) {
|
if (!warm_reset_detect(0)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
post_code(0x3B);
|
post_code(0x3B);
|
||||||
|
|
|
@ -179,7 +179,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
if (!warm_reset_detect(0)) {
|
if (!warm_reset_detect(0)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
post_code(0x3B);
|
post_code(0x3B);
|
||||||
|
|
|
@ -184,7 +184,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
if (!warm_reset_detect(0)) {
|
if (!warm_reset_detect(0)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
post_code(0x3B);
|
post_code(0x3B);
|
||||||
|
|
|
@ -180,7 +180,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
if (!warm_reset_detect(0)) {
|
if (!warm_reset_detect(0)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
post_code(0x3B);
|
post_code(0x3B);
|
||||||
|
|
|
@ -508,7 +508,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
if (!warm_reset_detect(0)) {
|
if (!warm_reset_detect(0)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
sr5650_htinit_dect_and_enable_isochronous_link();
|
sr5650_htinit_dect_and_enable_isochronous_link();
|
||||||
|
|
|
@ -294,7 +294,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
if (!warm_reset_detect(0)) {
|
if (!warm_reset_detect(0)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (wants_reset) {
|
if (wants_reset) {
|
||||||
|
|
|
@ -549,7 +549,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
if (!warm_reset_detect(0)) {
|
if (!warm_reset_detect(0)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
sr5650_htinit_dect_and_enable_isochronous_link();
|
sr5650_htinit_dect_and_enable_isochronous_link();
|
||||||
|
|
|
@ -184,7 +184,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
if (!warm_reset_detect(0)) {
|
if (!warm_reset_detect(0)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
post_code(0x3B);
|
post_code(0x3B);
|
||||||
|
|
|
@ -185,7 +185,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
if (!warm_reset_detect(0)) {
|
if (!warm_reset_detect(0)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
post_code(0x3B);
|
post_code(0x3B);
|
||||||
|
|
|
@ -186,7 +186,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
if (!warm_reset_detect(0)) {
|
if (!warm_reset_detect(0)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
post_code(0x3B);
|
post_code(0x3B);
|
||||||
|
|
|
@ -184,7 +184,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
if (!warm_reset_detect(0)) {
|
if (!warm_reset_detect(0)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
post_code(0x3B);
|
post_code(0x3B);
|
||||||
|
|
|
@ -180,7 +180,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
if (!warm_reset_detect(0)) {
|
if (!warm_reset_detect(0)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
post_code(0x3B);
|
post_code(0x3B);
|
||||||
|
|
|
@ -180,7 +180,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
if (!warm_reset_detect(0)) {
|
if (!warm_reset_detect(0)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
post_code(0x3B);
|
post_code(0x3B);
|
||||||
|
|
|
@ -182,7 +182,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
if (!warm_reset_detect(0)) {
|
if (!warm_reset_detect(0)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
post_code(0x3B);
|
post_code(0x3B);
|
||||||
|
|
|
@ -190,7 +190,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
if (!warm_reset_detect(0)) {
|
if (!warm_reset_detect(0)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* It's the time to set ctrl in sysinfo now; */
|
/* It's the time to set ctrl in sysinfo now; */
|
||||||
|
|
|
@ -182,7 +182,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
if (!warm_reset_detect(0)) {
|
if (!warm_reset_detect(0)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
post_code(0x3B);
|
post_code(0x3B);
|
||||||
|
|
|
@ -187,7 +187,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
if (!warm_reset_detect(0)) {
|
if (!warm_reset_detect(0)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
post_code(0x3B);
|
post_code(0x3B);
|
||||||
|
|
|
@ -219,7 +219,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
if (!warm_reset_detect(0)) {
|
if (!warm_reset_detect(0)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (wants_reset)
|
if (wants_reset)
|
||||||
|
|
|
@ -216,7 +216,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
if (!warm_reset_detect(0)) {
|
if (!warm_reset_detect(0)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (wants_reset)
|
if (wants_reset)
|
||||||
|
|
|
@ -94,7 +94,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
distinguish_cpu_resets(0);
|
distinguish_cpu_resets(0);
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
post_code(0x40);
|
post_code(0x40);
|
||||||
|
|
|
@ -280,7 +280,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
if (!warm_reset_detect(0)) {
|
if (!warm_reset_detect(0)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (wants_reset)
|
if (wants_reset)
|
||||||
|
|
|
@ -88,7 +88,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
distinguish_cpu_resets(0);
|
distinguish_cpu_resets(0);
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
post_code(0x40);
|
post_code(0x40);
|
||||||
|
|
|
@ -196,7 +196,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
if (!warm_reset_detect(0)) {
|
if (!warm_reset_detect(0)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
post_code(0x3B);
|
post_code(0x3B);
|
||||||
|
|
|
@ -215,7 +215,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
if (!warm_reset_detect(0)) {
|
if (!warm_reset_detect(0)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (wants_reset)
|
if (wants_reset)
|
||||||
|
|
|
@ -97,7 +97,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
distinguish_cpu_resets(0);
|
distinguish_cpu_resets(0);
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
post_code(0x40);
|
post_code(0x40);
|
||||||
|
|
|
@ -293,7 +293,7 @@ void sr5650_htinit_dect_and_enable_isochronous_link(void)
|
||||||
if (!((pci_read_config32(sr5650_f0, 0xc8) >> 12) & 0x1)) {
|
if (!((pci_read_config32(sr5650_f0, 0xc8) >> 12) & 0x1)) {
|
||||||
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
printk(BIOS_INFO, "...WARM RESET...\n\n\n");
|
||||||
soft_reset();
|
soft_reset();
|
||||||
die("After soft_reset_x - shouldn't see this message!!!\n");
|
die("After soft_reset - shouldn't see this message!!!\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue