diff options
Diffstat (limited to 'src/northbridge/intel')
-rw-r--r-- | src/northbridge/intel/e7505/raminit.c | 4 | ||||
-rw-r--r-- | src/northbridge/intel/gm45/pcie.c | 2 | ||||
-rw-r--r-- | src/northbridge/intel/i82830/smihandler.c | 4 | ||||
-rw-r--r-- | src/northbridge/intel/sandybridge/report_platform.c | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/src/northbridge/intel/e7505/raminit.c b/src/northbridge/intel/e7505/raminit.c index b48328f1b7..7734ca50d1 100644 --- a/src/northbridge/intel/e7505/raminit.c +++ b/src/northbridge/intel/e7505/raminit.c @@ -1007,10 +1007,10 @@ static inline void __attribute__((always_inline)) unsigned int a1, a2; asm volatile("movd %%xmm2, %%eax;" : "=a" (a1) ::); asm volatile("movd %%xmm3, %%eax;" : "=a" (a2) ::); - printk(BIOS_DEBUG, "return EIP @ %x = %x\n", a1, a2); + printk(BIOS_DEBUG, "return EIP @ %x = %x\n", a1, a2); asm volatile("movd %%xmm0, %%eax;" : "=a" (a1) ::); asm volatile("movd %%xmm1, %%eax;" : "=a" (a2) ::); - printk(BIOS_DEBUG, "return EIP @ %x = %x\n", a1, a2); + printk(BIOS_DEBUG, "return EIP @ %x = %x\n", a1, a2); #endif } diff --git a/src/northbridge/intel/gm45/pcie.c b/src/northbridge/intel/gm45/pcie.c index 30ceb364e6..cc1fde74f8 100644 --- a/src/northbridge/intel/gm45/pcie.c +++ b/src/northbridge/intel/gm45/pcie.c @@ -289,7 +289,7 @@ static void setup_aspm(const stepping_t stepping, const int peg_enabled) * Maybe we just have to advertise ASPM through LCAP[11:10] * (LCAP[17:15] == 010b is the default, will be locked, as it's R/WO), * set 0x208[31:24,23:22] to zero, 0x224[24:21] = 1 and let the - * generic ASPM code do the rest? – Nico + * generic ASPM code do the rest? - Nico */ /* TODO: Prepare PEG for ASPM. */ } diff --git a/src/northbridge/intel/i82830/smihandler.c b/src/northbridge/intel/i82830/smihandler.c index 12da69830e..667f874c42 100644 --- a/src/northbridge/intel/i82830/smihandler.c +++ b/src/northbridge/intel/i82830/smihandler.c @@ -166,11 +166,11 @@ static void mbi_call(u8 subf, banner_id_t *banner_id) } case 0x0002: printk(BIOS_DEBUG, "|- MBI_Attach\n"); - printk(BIOS_DEBUG, "| |- Not Implemented!\n"); + printk(BIOS_DEBUG, "| |- Not Implemented!\n"); break; case 0x0003: printk(BIOS_DEBUG, "|- MBI_Detach\n"); - printk(BIOS_DEBUG, "| |- Not Implemented!\n"); + printk(BIOS_DEBUG, "| |- Not Implemented!\n"); break; case 0x0201: { obj_header_t *obj_header = (obj_header_t *)banner_id; diff --git a/src/northbridge/intel/sandybridge/report_platform.c b/src/northbridge/intel/sandybridge/report_platform.c index aa758c8626..39bff65b8b 100644 --- a/src/northbridge/intel/sandybridge/report_platform.c +++ b/src/northbridge/intel/sandybridge/report_platform.c @@ -62,7 +62,7 @@ static struct { /* 6-series PCI ids from * Intel® 6 Series Chipset and * Intel® C200 Series Chipset - * Specification Update – NDA + * Specification Update - NDA * October 2013 * CDI / IBP#: 440377 */ |