Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel Firmware
Bare Metal Firmware
Commits
9e421a5f
Commit
9e421a5f
authored
3 years ago
by
Raptor Engineering Development Team
Browse files
Options
Download
Email Patches
Plain Diff
Minor update to comment to clarify functional status.
parent
c80dcb39
no-dram
i2c-debug
ipl-debug
meklort/test-boot
4 merge requests
!17
Add optional DRAM-free mode
,
!16
Add I2C debug commands to console
,
!13
WIP: ci: Build and prepare the fpga with the bootrom.
,
!9
Minor update to comment to clarify functional status.
Pipeline
#191
passed with stage
in 19 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
main.c
main.c
+1
-1
No files found.
main.c
View file @
9e421a5f
...
...
@@ -834,7 +834,7 @@ static void process_host_to_bmc_ipmi_bt_transactions(void)
case
DCMI_CMD_GET_POWER_CAP
:
{
/* Only a generic P9 profile with no power
* limits is
support atm
.*/
* limits is
included at the moment
.*/
uint32_t
limit_index
=
PowerLimitDataGeneric
;
memcpy
(
response
.
data
,
&
board_power_limits
[
limit_index
].
packet
,
sizeof
(
board_power_limits
[
0
].
packet
));
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment