Skip to content

op-build main-p11 update 4-17-2025 #6341

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main-p11
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openpower/package/hcode-p11/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ config BR2_HCODE_P11_CUSTOM_VERSION_VALUE

config BR2_HCODE_P11_VERSION
string
default "hw021825a.opmainp11" if BR2_HCODE_P11_LATEST_VERSION
default "hw041625b.opmainp11" if BR2_HCODE_P11_LATEST_VERSION
default BR2_HCODE_P11_CUSTOM_VERSION_VALUE \
if BR2_HCODE_P11_CUSTOM_VERSION

Expand Down
2 changes: 1 addition & 1 deletion openpower/package/hostboot-binaries/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ config BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION_VALUE

config BR2_HOSTBOOT_BINARIES_VERSION
string
default "hw021825a.opmainp11" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
default "hw041625b.opmainp11" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
default BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION

Expand Down
2 changes: 1 addition & 1 deletion openpower/package/hostboot-p11/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ config BR2_HOSTBOOT_P11_CUSTOM_VERSION_VALUE

config BR2_HOSTBOOT_P11_VERSION
string
default "d27a3f8b6ca01622b0c72f68d50c7e23622fc608" if BR2_HOSTBOOT_P11_LATEST_VERSION
default "703ee67d0eb0e5538720b31faa34a0e682439603" if BR2_HOSTBOOT_P11_LATEST_VERSION
default BR2_HOSTBOOT_P11_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_P11_CUSTOM_VERSION

Expand Down
2 changes: 1 addition & 1 deletion openpower/package/occ-p11/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ config BR2_OCC_P11_CUSTOM_VERSION_VALUE

config BR2_OCC_P11_VERSION
string
default "74409a94fd25bf6e5b137a765730cc0dec8822b1" if BR2_OCC_P11_LATEST_VERSION
default "a8654da770b5c288b60b11ff1c4a5ac8a9775a7e" if BR2_OCC_P11_LATEST_VERSION
default BR2_OCC_P11_CUSTOM_VERSION_VALUE \
if BR2_OCC_P11_CUSTOM_VERSION

Expand Down
2 changes: 1 addition & 1 deletion openpower/package/sbe-odyssey/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ endchoice

config BR2_SBE_ODYSSEY_VERSION
string
default "fdd03826a9de7f88e1ee284bdf98bf12f1f5af44" if BR2_SBE_ODYSSEY_LATEST_VERSION
default "286ea830332795c5b6c79e2027c89bbcb7c2e190" if BR2_SBE_ODYSSEY_LATEST_VERSION
2 changes: 1 addition & 1 deletion openpower/package/sbe-p11/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ config BR2_SBE_P11_CUSTOM_VERSION_VALUE

config BR2_SBE_P11_VERSION
string
default "56f8f3fd44c781abbd6facb7fe48820db745187b" if BR2_SBE_P11_LATEST_VERSION
default "5ac77c450e06dd5569fe3afc2ae3efdd680c8623" if BR2_SBE_P11_LATEST_VERSION
default BR2_SBE_P11_CUSTOM_VERSION_VALUE \
if BR2_SBE_P11_CUSTOM_VERSION

Expand Down