src: Typo fix (cosmetic)
Change-Id: I81985bd2836bdeb369587f170504a8a048ee496b Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> Reviewed-on: https://review.coreboot.org/29196 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Stefan Reinauer
parent
39315985e8
commit
5797b2eb05
@ -115,7 +115,7 @@ F12IsCpbSupported (
|
||||
|
||||
/*---------------------------------------------------------------------------------------*/
|
||||
/**
|
||||
* BSC entry point for for enabling Core Performance Boost.
|
||||
* BSC entry point for enabling Core Performance Boost.
|
||||
*
|
||||
* Set up D18F4x15C[BoostSrc] and start the PDMs according to the BKDG.
|
||||
*
|
||||
|
@ -113,7 +113,7 @@ F15TnIsCpbSupported (
|
||||
|
||||
/*---------------------------------------------------------------------------------------*/
|
||||
/**
|
||||
* BSC entry point for for enabling Core Performance Boost.
|
||||
* BSC entry point for enabling Core Performance Boost.
|
||||
*
|
||||
* Set up D18F4x15C[BoostSrc] and start the PDMs according to the BKDG.
|
||||
*
|
||||
|
@ -85,7 +85,7 @@ STATIC CONST UINT16 ROMDATA MmioBaseLimitHiRegOffset[MMIO_REG_PAIR_NUM] = {0x180
|
||||
|
||||
/*---------------------------------------------------------------------------------------*/
|
||||
/**
|
||||
* BSC entry point for for adding MMIO map
|
||||
* BSC entry point for adding MMIO map
|
||||
*
|
||||
* program MMIO base/limit registers
|
||||
*
|
||||
|
@ -141,7 +141,7 @@ F16KbIsCpbSupported (
|
||||
|
||||
/*---------------------------------------------------------------------------------------*/
|
||||
/**
|
||||
* BSC entry point for for enabling Core Performance Boost.
|
||||
* BSC entry point for enabling Core Performance Boost.
|
||||
*
|
||||
* Set up D18F4x15C[BoostSrc] and start the PDMs according to the BKDG.
|
||||
*
|
||||
|
@ -85,7 +85,7 @@ STATIC CONST UINT16 ROMDATA MmioLimitLowRegOffset[MMIO_REG_PAIR_NUM] = {0x84, 0x
|
||||
|
||||
/*---------------------------------------------------------------------------------------*/
|
||||
/**
|
||||
* BSC entry point for for adding MMIO map
|
||||
* BSC entry point for adding MMIO map
|
||||
*
|
||||
* program MMIO base/limit registers
|
||||
*
|
||||
|
@ -3295,7 +3295,7 @@ int init_octeon3_ddr3_interface(bdk_node_t node,
|
||||
mem_size_mbytes *= 2;
|
||||
}
|
||||
|
||||
/* Mask with 1 bits set for for each active rank, allowing 2 bits per dimm.
|
||||
/* Mask with 1 bits set for each active rank, allowing 2 bits per dimm.
|
||||
** This makes later calculations simpler, as a variety of CSRs use this layout.
|
||||
** This init needs to be updated for dual configs (ie non-identical DIMMs).
|
||||
** Bit 0 = dimm0, rank 0
|
||||
|
@ -2978,8 +2978,8 @@ typedef struct {
|
||||
**/
|
||||
UINT8 ThreeStrikeCounterDisable;
|
||||
|
||||
/** Offset 0x0899 - Set HW P-State Interrupts Enabled for for MISC_PWR_MGMT
|
||||
Set HW P-State Interrupts Enabled for for MISC_PWR_MGMT; <b>0: Disable</b>; 1: Enable.
|
||||
/** Offset 0x0899 - Set HW P-State Interrupts Enabled for MISC_PWR_MGMT
|
||||
Set HW P-State Interrupts Enabled for MISC_PWR_MGMT; <b>0: Disable</b>; 1: Enable.
|
||||
$EN_DIS
|
||||
**/
|
||||
UINT8 HwpInterruptControl;
|
||||
|
Reference in New Issue
Block a user