src/soc to src/superio: Fix spelling errors
These issues were found and fixed by codespell, a useful tool for finding spelling errors. Signed-off-by: Martin Roth <martin@coreboot.org> Change-Id: Ieafbc93e49fcef198ac6e31fc8a3b708c395e08e Reviewed-on: https://review.coreboot.org/c/coreboot/+/58082 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -67,7 +67,7 @@ Name(CRES, ResourceTemplate() {
|
||||
* The Secondary bus range for PCI0 lets the system
|
||||
* know what bus values are allowed on the downstream
|
||||
* side of this PCI bus if there is a PCI-PCI bridge.
|
||||
* PCI busses can have 256 secondary busses which
|
||||
* PCI buses can have 256 secondary buses which
|
||||
* range from [0-0xFF] but they do not need to be
|
||||
* sequential.
|
||||
*/
|
||||
|
@@ -77,7 +77,7 @@ Name(CRES, ResourceTemplate() {
|
||||
* The Secondary bus range for PCI0 lets the system
|
||||
* know what bus values are allowed on the downstream
|
||||
* side of this PCI bus if there is a PCI-PCI bridge.
|
||||
* PCI busses can have 256 secondary busses which
|
||||
* PCI buses can have 256 secondary buses which
|
||||
* range from [0-0xFF] but they do not need to be
|
||||
* sequential.
|
||||
*/
|
||||
|
@@ -50,7 +50,7 @@ Name(CRES, ResourceTemplate() {
|
||||
* The Secondary bus range for PCI0 lets the system
|
||||
* know what bus values are allowed on the downstream
|
||||
* side of this PCI bus if there is a PCI-PCI bridge.
|
||||
* PCI busses can have 256 secondary busses which
|
||||
* PCI buses can have 256 secondary buses which
|
||||
* range from [0-0xFF] but they do not need to be
|
||||
* sequential.
|
||||
*/
|
||||
|
@@ -162,7 +162,7 @@ static void azalia_init(struct device *dev)
|
||||
if (!res)
|
||||
return;
|
||||
|
||||
// NOTE this will break as soon as the Azalia get's a bar above 4G.
|
||||
// NOTE this will break as soon as the Azalia gets a bar above 4G.
|
||||
// Is there anything we can do about it?
|
||||
base = res2mmio(res, 0, 0);
|
||||
printk(BIOS_DEBUG, "Azalia: base = %p\n", base);
|
||||
|
@@ -31,7 +31,7 @@
|
||||
typedef struct southbridge_intel_bd82x6x_config config_t;
|
||||
|
||||
/**
|
||||
* Set miscellanous static southbridge features.
|
||||
* Set miscellaneous static southbridge features.
|
||||
*
|
||||
* @param dev PCI device with I/O APIC control registers
|
||||
*/
|
||||
|
@@ -29,7 +29,7 @@ void generate_cpu_entries(const struct device *device)
|
||||
int numcpus = determine_total_number_of_cores();
|
||||
printk(BIOS_DEBUG, "Found %d CPU(s).\n", numcpus);
|
||||
|
||||
/* without the outer scope, furhter ssdt addition will end up
|
||||
/* without the outer scope, further ssdt addition will end up
|
||||
* within the processor statement */
|
||||
acpigen_write_scope("\\_SB");
|
||||
for (cpu=0; cpu < numcpus; cpu++) {
|
||||
|
@@ -27,7 +27,7 @@ static void pwrmgt_enable(struct device *dev)
|
||||
* bit25 (lid_pol): 1=invert lid polarity
|
||||
* bit24 (sm_freeze): 1=freeze idle and standby timers
|
||||
* bit16 (end of smi): 0=disable smi assertion (cleared by hw)
|
||||
* bits8-15,26: global standby timer inital count 127 * 4minutes
|
||||
* bits8-15,26: global standby timer initial count 127 * 4minutes
|
||||
* bit2 (thrm_pol): 1=active low THRM#
|
||||
* bit0 (smi_en): 1=disable smi generation upon smi event
|
||||
*/
|
||||
|
@@ -32,7 +32,7 @@ static void i82801dx_enable_acpi(struct device *dev)
|
||||
}
|
||||
|
||||
/**
|
||||
* Set miscellanous static southbridge features.
|
||||
* Set miscellaneous static southbridge features.
|
||||
*
|
||||
* @param dev PCI device with I/O APIC control registers
|
||||
*/
|
||||
|
@@ -190,7 +190,7 @@ static void azalia_init(struct device *dev)
|
||||
if (!res)
|
||||
return;
|
||||
|
||||
// NOTE this will break as soon as the Azalia get's a bar above 4G.
|
||||
// NOTE this will break as soon as the Azalia gets a bar above 4G.
|
||||
// Is there anything we can do about it?
|
||||
base = res2mmio(res, 0, 0);
|
||||
printk(BIOS_DEBUG, "Azalia: base = %08x\n", (u32)(uintptr_t)base);
|
||||
|
@@ -183,7 +183,7 @@ static void azalia_init(struct device *dev)
|
||||
if (!res)
|
||||
return;
|
||||
|
||||
// NOTE this will break as soon as the Azalia get's a bar above 4G.
|
||||
// NOTE this will break as soon as the Azalia gets a bar above 4G.
|
||||
// Is there anything we can do about it?
|
||||
base = res2mmio(res, 0, 0);
|
||||
printk(BIOS_DEBUG, "Azalia: base = %p\n", base);
|
||||
|
@@ -183,7 +183,7 @@ static void azalia_init(struct device *dev)
|
||||
if (!res)
|
||||
return;
|
||||
|
||||
// NOTE this will break as soon as the Azalia get's a bar above 4G.
|
||||
// NOTE this will break as soon as the Azalia gets a bar above 4G.
|
||||
// Is there anything we can do about it?
|
||||
base = res2mmio(res, 0, 0);
|
||||
printk(BIOS_DEBUG, "Azalia: base = %p\n", base);
|
||||
|
@@ -162,7 +162,7 @@ static void azalia_init(struct device *dev)
|
||||
if (!res)
|
||||
return;
|
||||
|
||||
// NOTE this will break as soon as the Azalia get's a bar above 4G.
|
||||
// NOTE this will break as soon as the Azalia gets a bar above 4G.
|
||||
// Is there anything we can do about it?
|
||||
base = res2mmio(res, 0, 0);
|
||||
printk(BIOS_DEBUG, "Azalia: base = %p\n", base);
|
||||
|
@@ -28,7 +28,7 @@
|
||||
typedef struct southbridge_intel_ibexpeak_config config_t;
|
||||
|
||||
/**
|
||||
* Set miscellanous static southbridge features.
|
||||
* Set miscellaneous static southbridge features.
|
||||
*
|
||||
* @param dev PCI device with I/O APIC control registers
|
||||
*/
|
||||
|
@@ -25,7 +25,7 @@
|
||||
#define NMI_OFF 0
|
||||
|
||||
/**
|
||||
* Set miscellanous static southbridge features.
|
||||
* Set miscellaneous static southbridge features.
|
||||
*
|
||||
* @param dev PCI device with I/O APIC control registers
|
||||
*/
|
||||
|
@@ -187,7 +187,7 @@ void intel_me_status(struct me_hfs *hfs, struct me_hfs2 *hfs2)
|
||||
break;
|
||||
|
||||
default:
|
||||
printk(BIOS_DEBUG, "Unknown phase: 0x%02x sate: 0x%02x",
|
||||
printk(BIOS_DEBUG, "Unknown phase: 0x%02x state: 0x%02x",
|
||||
hfs2->progress_code, hfs2->current_state);
|
||||
}
|
||||
printk(BIOS_DEBUG, "\n");
|
||||
|
@@ -647,7 +647,7 @@ void mainboard_config_rcba(void);
|
||||
#define SPIBAR16(x) RCBA16((x) + SPIBAR_OFFSET)
|
||||
#define SPIBAR32(x) RCBA32((x) + SPIBAR_OFFSET)
|
||||
|
||||
/* Reigsters within the SPIBAR */
|
||||
/* Registers within the SPIBAR */
|
||||
#define SSFC 0x91
|
||||
#define FDOC 0xb0
|
||||
#define FDOD 0xb4
|
||||
|
Reference in New Issue
Block a user