Skip to content

Commit

Permalink
Fix jenkins comaplaints
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Bagnucki <[email protected]>
  • Loading branch information
Igor Bagnucki committed Sep 17, 2021
1 parent e465e65 commit 89b39c6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/soc/ibm/power9/pstates.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ static ResonantClockingSetup resclk =

#define WOF_TABLES_MAGIC_VALUE (uint32_t)0x57465448 // "WFTH"
#define WOF_TABLES_VERSION (uint32_t)2
#define WOF_TABLES_MAX_VERSION WOF_TABLES_VERSION
#define WOF_TABLES_MAX_VERSION WOF_TABLES_VERSION

/*
* WOF image:
Expand Down Expand Up @@ -241,7 +241,7 @@ static void check_valid_poundW(PoundW_data_per_quad *poundW_bucket,
prev_vid_compare_per_quad[quad])
die("VID compare per quad is decreasing for quad %d\n", quad);

prev_vid_compare_per_quad[quad] =
prev_vid_compare_per_quad[quad] =
poundW_bucket->poundw[op].vdm_vid_compare_per_quad[quad];
}

Expand Down Expand Up @@ -829,7 +829,7 @@ void build_parameter_blocks(struct homer_st *homer, uint64_t functional_cores)
memcpy(gppb->operating_points, oppb->operating_points,
sizeof(gppb->operating_points));
{

memcpy(gppb->operating_points_set[VPD_PT_SET_RAW], oppb->operating_points,
sizeof(gppb->operating_points));
memcpy(gppb->operating_points_set[VPD_PT_SET_SYSP], oppb->operating_points,
Expand Down
2 changes: 2 additions & 0 deletions src/soc/ibm/power9/pstates_include/p9_pstates_cmeqm.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: Apache-2.0 */

/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
Expand Down
4 changes: 3 additions & 1 deletion src/soc/ibm/power9/pstates_include/p9_pstates_common.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: Apache-2.0 */

/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
Expand Down Expand Up @@ -384,7 +386,7 @@ typedef struct __attribute__((packed, aligned(128))) WofTablesHeader
/// Nest Frequency (in MHz) used in building the WOF Tables
uint16_t nest_frequency_mhz;

/// Core Sort Power Target Frequency (in MHz) The #V frequency associated
/// Core Sort Power Target Frequency (in MHz) - The #V frequency associated
/// with the sort power target for this table set. This will be either the
/// Nominal or Turbo #V frequency
uint16_t sort_power_freq_mhz;
Expand Down
2 changes: 2 additions & 0 deletions src/soc/ibm/power9/pstates_include/p9_pstates_occ.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: Apache-2.0 */

/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
Expand Down
2 changes: 2 additions & 0 deletions src/soc/ibm/power9/pstates_include/p9_pstates_pgpe.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: Apache-2.0 */

/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
Expand Down
3 changes: 2 additions & 1 deletion src/soc/ibm/power9/pstates_include/readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Files in this directory come from talos-hostboot repo, commit a2ddbf3 [1]. No
changes were made, other than converting '#include <...>' to '#include "..."'.
changes were made, other than converting '#include <...>' to '#include "..."'
and adding SPDX licence identifiers.

In some cases units mentioned in comments in the bigger structure are different
than in comments above internal structure definitions and field names. An
Expand Down

0 comments on commit 89b39c6

Please sign in to comment.