southbridge/amd/cimx/sbX00/early.c: Update grammar in comments
Along with the spelling fixes, it was requested that I correct this comment. Updating "LocateImage() take minutes" to "LocateImage() takes minutes" everywhere that comment occurs. Change-Id: I28cd47476cb42ba3e404e064695a7fd97d581834 Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/7848 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
@ -58,7 +58,7 @@ void sb_Poweron_Init(void)
|
|||||||
//AmdSbDispatcher(&sb_early_cfg);
|
//AmdSbDispatcher(&sb_early_cfg);
|
||||||
//TODO
|
//TODO
|
||||||
//AMD_IMAGE_HEADER was missing, when using AmdSbDispatcher,
|
//AMD_IMAGE_HEADER was missing, when using AmdSbDispatcher,
|
||||||
// VerifyImage() will fail, LocateImage() take minutes to find the image.
|
// VerifyImage() will fail, LocateImage() takes minutes to find the image.
|
||||||
sbPowerOnInit(&sb_early_cfg);
|
sbPowerOnInit(&sb_early_cfg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ void sb_poweron_init(void)
|
|||||||
//AmdSbDispatcher(&sb_early_cfg);
|
//AmdSbDispatcher(&sb_early_cfg);
|
||||||
//TODO
|
//TODO
|
||||||
//AMD_IMAGE_HEADER was missing, when using AmdSbDispatcher,
|
//AMD_IMAGE_HEADER was missing, when using AmdSbDispatcher,
|
||||||
// VerifyImage() will fail, LocateImage() take minutes to find the image.
|
// VerifyImage() will fail, LocateImage() takes minutes to find the image.
|
||||||
sbPowerOnInit(&sb_early_cfg);
|
sbPowerOnInit(&sb_early_cfg);
|
||||||
printk(BIOS_SPEW, "SB900 - Early.c - sb_poweron_init - End.\n");
|
printk(BIOS_SPEW, "SB900 - Early.c - sb_poweron_init - End.\n");
|
||||||
}
|
}
|
||||||
@ -93,7 +93,7 @@ void sb_before_pci_init(void)
|
|||||||
//AmdSbDispatcher(&sb_early_cfg);
|
//AmdSbDispatcher(&sb_early_cfg);
|
||||||
//TODO
|
//TODO
|
||||||
//AMD_IMAGE_HEADER was missing, when using AmdSbDispatcher,
|
//AMD_IMAGE_HEADER was missing, when using AmdSbDispatcher,
|
||||||
// VerifyImage() will fail, LocateImage() take minutes to find the image.
|
// VerifyImage() will fail, LocateImage() takes minutes to find the image.
|
||||||
sbBeforePciInit(&sb_early_cfg);
|
sbBeforePciInit(&sb_early_cfg);
|
||||||
printk(BIOS_SPEW, "SB900 - Early.c - sb_before_pci_init - End.\n");
|
printk(BIOS_SPEW, "SB900 - Early.c - sb_before_pci_init - End.\n");
|
||||||
}
|
}
|
||||||
@ -109,7 +109,7 @@ void sb_After_Pci_Init(void)
|
|||||||
//AmdSbDispatcher(&sb_early_cfg);
|
//AmdSbDispatcher(&sb_early_cfg);
|
||||||
//TODO
|
//TODO
|
||||||
//AMD_IMAGE_HEADER was missing, when using AmdSbDispatcher,
|
//AMD_IMAGE_HEADER was missing, when using AmdSbDispatcher,
|
||||||
// VerifyImage() will fail, LocateImage() take minutes to find the image.
|
// VerifyImage() will fail, LocateImage() takes minutes to find the image.
|
||||||
sbAfterPciInit(&sb_early_cfg);
|
sbAfterPciInit(&sb_early_cfg);
|
||||||
printk(BIOS_SPEW, "SB900 - Early.c - sb_After_Pci_Init - End.\n");
|
printk(BIOS_SPEW, "SB900 - Early.c - sb_After_Pci_Init - End.\n");
|
||||||
#endif
|
#endif
|
||||||
@ -125,7 +125,7 @@ void sb_Mid_Post_Init(void)
|
|||||||
//AmdSbDispatcher(&sb_early_cfg);
|
//AmdSbDispatcher(&sb_early_cfg);
|
||||||
//TODO
|
//TODO
|
||||||
//AMD_IMAGE_HEADER was missing, when using AmdSbDispatcher,
|
//AMD_IMAGE_HEADER was missing, when using AmdSbDispatcher,
|
||||||
// VerifyImage() will fail, LocateImage() take minutes to find the image.
|
// VerifyImage() will fail, LocateImage() takes minutes to find the image.
|
||||||
sbMidPostInit(&sb_early_cfg);
|
sbMidPostInit(&sb_early_cfg);
|
||||||
printk(BIOS_SPEW, "SB900 - Early.c - sb_Mid_Post_Init - End.\n");
|
printk(BIOS_SPEW, "SB900 - Early.c - sb_Mid_Post_Init - End.\n");
|
||||||
}
|
}
|
||||||
@ -142,7 +142,7 @@ void sb_Late_Post(void)
|
|||||||
//AmdSbDispatcher(&sb_early_cfg);
|
//AmdSbDispatcher(&sb_early_cfg);
|
||||||
//TODO
|
//TODO
|
||||||
//AMD_IMAGE_HEADER was missing, when using AmdSbDispatcher,
|
//AMD_IMAGE_HEADER was missing, when using AmdSbDispatcher,
|
||||||
// VerifyImage() will fail, LocateImage() take minutes to find the image.
|
// VerifyImage() will fail, LocateImage() takes minutes to find the image.
|
||||||
sbLatePost(&sb_early_cfg);
|
sbLatePost(&sb_early_cfg);
|
||||||
|
|
||||||
//Set ACPI SCI IRQ to 0x9.
|
//Set ACPI SCI IRQ to 0x9.
|
||||||
|
Reference in New Issue
Block a user