intel/fsp_baytrail: Spelling fixes
Change-Id: Ica9e3a91718a7e490ff80e5029fc29650355eb47 Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/7704 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
This commit is contained in:
parent
1fc2ba5e6d
commit
7c96629e94
|
@ -50,6 +50,7 @@ config CPU_SPECIFIC_OPTIONS
|
|||
select SUPPORT_CPU_UCODE_IN_CBFS if INCLUDE_MICROCODE_IN_BUILD
|
||||
select CPU_MICROCODE_ADDED_DURING_BUILD if INCLUDE_MICROCODE_IN_BUILD
|
||||
select ROMSTAGE_RTC_INIT
|
||||
select BROKEN_CAR_MIGRATE
|
||||
|
||||
config BOOTBLOCK_CPU_INIT
|
||||
string
|
||||
|
|
|
@ -59,7 +59,7 @@ uint32_t iosf_bunit_read(int reg);
|
|||
void iosf_bunit_write(int reg, uint32_t val);
|
||||
uint32_t iosf_dunit_read(int reg);
|
||||
void iosf_dunit_write(int reg, uint32_t val);
|
||||
/* Some registers are per channel while the gloals live in dunit 0 */
|
||||
/* Some registers are per channel while the globals live in dunit 0 */
|
||||
uint32_t iosf_dunit_ch0_read(int reg);
|
||||
uint32_t iosf_dunit_ch1_read(int reg);
|
||||
uint32_t iosf_punit_read(int reg);
|
||||
|
@ -69,7 +69,7 @@ void iosf_lpss_write(int reg, uint32_t val);
|
|||
/* IOSF ports. */
|
||||
#define IOSF_PORT_AUNIT 0x00 /* IO Arbiter unit */
|
||||
#define IOSF_PORT_SYSMEMC 0x01 /* System Memory Controller */
|
||||
#define IOSF_PORT_BUNIT 0x03 /* System Memroy Arbiter/Bunit */
|
||||
#define IOSF_PORT_BUNIT 0x03 /* System Memory Arbiter/Bunit */
|
||||
#define IOSF_PORT_DUNIT_CH1 0x07 /* DUNIT Channel 1 */
|
||||
#define IOSF_PORT_USBPHY 0x43 /* USB PHY */
|
||||
#define IOSF_PORT_USHPHY 0x61 /* USB XHCI PHY */
|
||||
|
|
|
@ -395,7 +395,7 @@ void southbridge_smi_handler(void)
|
|||
southbridge_smi[i]();
|
||||
} else {
|
||||
printk(BIOS_DEBUG,
|
||||
"SMI_STS[%d] occured, but no "
|
||||
"SMI_STS[%d] occurred, but no "
|
||||
"handler available.\n", i);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -562,7 +562,7 @@ int spi_xfer(struct spi_slave *slave, const void *dout,
|
|||
|
||||
/*
|
||||
* This is a 'no data' command (like Write Enable), its
|
||||
* bitesout size was 1, decremented to zero while executing
|
||||
* bytesout size was 1, decremented to zero while executing
|
||||
* spi_setup_opcode() above. Tell the chip to send the
|
||||
* command.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue