Skip to content

Commit

Permalink
op-build ibm-release-fw1020 update 12-9-2022
Browse files Browse the repository at this point in the history
Changes Included for package everest-xml, branch release-fw1020:
5683ba3 - Anh Dang - 2022-12-08 - Merge pull request open-power#17 from open-power/release-fw1030
2ec9474 - Dan - 2022-11-29 - Merge pull request open-power#15 from adangster/master
d32f234 - adangster - 2022-11-29 - Change per Defect PE00F1SB : Add 50mV VDN uplift
1f518ca - Anh Dang - 2022-11-29 - Merge pull request open-power#14 from adangster/master
2ac5a65 - adangster - 2022-11-29 - Change per Defect PE00F1SB : Add 50mV VDN uplift
9313601 - adangster - 2022-11-14 - Correct wrong i2c addresses for: - ADS7138_Imon_C1-C4 and ADS7138_Imon_C5-C8   0x2A --> 0x2E  (wrong in workbook) - Tola-0/IR35220-00-0 (0x7F-->0x28) - Tola-0/TDA38740-00-0 (0x1F-->0x20) - Tola-0/TDA38740-01-0  (0x1F-->0x20)
3747ac2 - Dan - 2022-11-10 - Merge pull request open-power#13 from adangster/master
ede729c - adangster - 2022-11-08 - Correct I2C address --8bit address 0x80 for 7bit address 0x40
b3e9b92 - adangster - 2022-11-08 - Adding a second i2c_bus connection to "TDA38740 device has two address. 0x10 and 0x40 (PMaddress) on the same device. Firmware use both addresses, so to support FRU call out for both connections, I need to add an extra i2c slave bus to this device. as requested by https://w3.rchland.ibm.com/projects/bestquest/?defect=PE00DY2V
350998e - Anh Dang - 2022-09-13 - Merge pull request open-power#12 from adangster/master
e94fa6b - adangster - 2022-09-13 - Rename OSC part per request to make it easier to read. No logic change (SW556105 ) SI5332_BMC_02-0 -> SI5332LD-osc-0 SI5332_BMC_01-1 -> SI5332LD-osc-1
5121f5f - adangster - 2022-09-06 - https://w3.rchland.ibm.com/projects/bestquest/?defect=SW554303 update SPDa/SPDb to match value in Denali per requested from Defect. 0x02 BYTE_ADDRESS_OFFSET 0x04 MEMORY_SIZE_IN_KB RSPD VPD_TYPE 0x08 WRITE_PAGE_SIZE
ed03e15 - Anh Dang - 2022-08-09 - Merge pull request #11 from adangster/master
52ede87 - adangster - 2022-08-08 - Merge branch 'master' of https://github.com/adangster/everest-xml.git
a4d6d9f - adangster - 2022-08-08 - SW555313 : Set ATTR_SYS_CLOCK_INTEGRATED_SPARES to 1 for Everest
125c880 - Anh Dang - 2022-08-08 - Merge pull request #10 from open-power/release-fw1020
c5651df - Anh Dang - 2022-07-07 - Merge branch 'open-power:master' into master
44bb655 - Dan - 2022-06-17 - Merge pull request #7 from adangster/master

Changes Included for package sbe, branch release-fw1020:
4e2dfe2 - chenduibm - 2022-12-08 - EKB commit for FAPI layer VRM_CALLOUT
40f78ed - Nick Bofferding - 2022-12-08 - Update VRM callout related code and XML to accurately log VRM callouts
f7fdf13 - Kahn Evans - 2022-12-08 - Expand valid multicast chip types

Changes Included for package hostboot, branch release-fw1020:
8e97e41 - chenduibm - 2022-12-08 - FAPI commit for VRM_CALLOUT
150ae42 - chenduibm - 2022-12-08 - FRU callout for VRM_CALLOUT
263b1a0 - Nick Bofferding - 2022-12-08 - Update VRM callout related code and XML to accurately log VRM callouts
89eaad9 - Nick Bofferding - 2022-12-08 - Update parseErrorInfo_p10.pl to support VRM callouts
6f7702f - Kahn Evans - 2022-12-08 - Expand valid multicast chip types
b899c20 - chenduibm - 2022-12-08 - EKB commit for FAPI layer VRM_CALLOUT

Signed-off-by: hostboot <[email protected]>
  • Loading branch information
op-jenkins committed Dec 9, 2022
1 parent 239af67 commit 3e69499
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openpower/configs/p10ebmc_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ BR2_RAINIER_4U_XML_VERSION="967f7e9c37ff1390f49b69f5f117c9e4e5b53b85"
BR2_RAINIER_4U_XML_SYSTEM_FILENAME="Rainier-4U-MRW_hb.system.xml"
BR2_RAINIER_4U_XML_TARGETING_FILENAME="Rainier-4U-MRW_hb.mrw.xml"
BR2_PACKAGE_EVEREST_XML=y
BR2_EVEREST_XML_VERSION="98c416a1db482dc557d14ab75d07cc9b07b94e28"
BR2_EVEREST_XML_VERSION="5683ba337b250dff5cab243a17f52e852416078d"
BR2_EVEREST_XML_SYSTEM_FILENAME="Everest-MRW_hb.system.xml"
BR2_EVEREST_XML_TARGETING_FILENAME="Everest-MRW_hb.mrw.xml"
BR2_PACKAGE_OPENPOWER_PNOR_P10=y
Expand Down
2 changes: 1 addition & 1 deletion openpower/package/hostboot-p10/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ config BR2_HOSTBOOT_P10_CUSTOM_VERSION_VALUE

config BR2_HOSTBOOT_P10_VERSION
string
default "3a712bfbaa269548ac837b03974b4d513de11e23" if BR2_HOSTBOOT_P10_LATEST_VERSION
default "8e97e41f8923f7e057315ef868e0e5ce1b79eb75" if BR2_HOSTBOOT_P10_LATEST_VERSION
default BR2_HOSTBOOT_P10_CUSTOM_VERSION_VALUE \
if BR2_HOSTBOOT_P10_CUSTOM_VERSION

Expand Down
2 changes: 1 addition & 1 deletion openpower/package/sbe-p10/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ config BR2_SBE_P10_CUSTOM_VERSION_VALUE

config BR2_SBE_P10_VERSION
string
default "00a4a80d4cdb7c5b256ed430e6024e3d3e04bc6a" if BR2_SBE_P10_LATEST_VERSION
default "4e2dfe2b428a330fba0c216bc6a463535cd8c089" if BR2_SBE_P10_LATEST_VERSION
default BR2_SBE_P10_CUSTOM_VERSION_VALUE \
if BR2_SBE_P10_CUSTOM_VERSION

Expand Down

0 comments on commit 3e69499

Please sign in to comment.