Fix/drop some obsolete comments,
- s/Options.lb/devicetree.cb/ - s/Config.lb/devicetree.cb/ - s/cache_as_ram_auto.c/romstage.c/ - h8dmr_fam10/README: Drop obsolete comment, we have mc_patch_01000086.h in the tree now. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6095 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -68,7 +68,7 @@ typedef struct southbridge_intel_i82801ax_config config_t;
|
||||
/*
|
||||
* Use 0x0ef8 for a bitmap to cover all these IRQ's.
|
||||
* Use the defined IRQ values above or set mainboard
|
||||
* specific IRQ values in your mainboards Config.lb.
|
||||
* specific IRQ values in your devicetree.cb.
|
||||
*/
|
||||
static void i82801ax_enable_apic(struct device *dev)
|
||||
{
|
||||
|
@@ -70,7 +70,7 @@ typedef struct southbridge_intel_i82801bx_config config_t;
|
||||
/*
|
||||
* Use 0x0ef8 for a bitmap to cover all these IRQ's.
|
||||
* Use the defined IRQ values above or set mainboard
|
||||
* specific IRQ values in your mainboards Config.lb.
|
||||
* specific IRQ values in your devicetree.cb.
|
||||
*/
|
||||
static void i82801bx_enable_apic(struct device *dev)
|
||||
{
|
||||
|
@@ -37,7 +37,7 @@ static void ide_init(struct device *dev)
|
||||
|
||||
printk(BIOS_DEBUG, "i82801gx_ide: initializing... ");
|
||||
if (config == NULL) {
|
||||
printk(BIOS_ERR, "\ni82801gx_ide: Not mentioned in mainboard's Config.lb!\n");
|
||||
printk(BIOS_ERR, "\ni82801gx_ide: Not mentioned in devicetree.cb!\n");
|
||||
// Trying to set somewhat safe defaults instead of bailing out.
|
||||
enable_primary = enable_secondary = 1;
|
||||
} else {
|
||||
|
@@ -36,7 +36,7 @@ static void sata_init(struct device *dev)
|
||||
printk(BIOS_DEBUG, "i82801gx_sata: initializing...\n");
|
||||
|
||||
if (config == NULL) {
|
||||
printk(BIOS_ERR, "i82801gx_sata: error: device not in Config.lb!\n");
|
||||
printk(BIOS_ERR, "i82801gx_sata: error: device not in devicetree.cb!\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@@ -40,10 +40,10 @@ static void p64h2_ioapic_init(device_t dev)
|
||||
|
||||
// A note on IOAPIC addresses:
|
||||
// 0 and 1 are used for the local APICs of the dual virtual
|
||||
// (hyper-threaded) CPUs of physical CPU 0 (mainboard/Config.lb).
|
||||
// (hyper-threaded) CPUs of physical CPU 0 (devicetree.cb).
|
||||
// 6 and 7 are used for the local APICs of the dual virtual
|
||||
// (hyper-threaded) CPUs of physical CPU 1 (mainboard/Config.lb).
|
||||
// 2 is used for the IOAPIC in the 82801 Southbridge (hard-coded in i82801xx_lpc.c)
|
||||
// (hyper-threaded) CPUs of physical CPU 1 (devicetree.cb).
|
||||
// 2 is used for the IOAPIC in the 82801 southbridge (hard-coded in i82801xx_lpc.c)
|
||||
|
||||
// Map APIC index into APIC ID
|
||||
// IDs 3, 4, 5, and 8+ are available (see above note)
|
||||
|
Reference in New Issue
Block a user