Add docker configuration for saiserver-brcm #44
Merged
lguohan merged 3 commits intosonic-net:masterfrom Oct 28, 2016
Merged
Conversation
lguohan
requested changes
Oct 27, 2016
| RUN dpkg_apt() { [ -f $1 ] && { dpkg -i $1 || apt-get -y install -f; } || return 1; }; \ | ||
| dpkg_apt /deps/libopennsl_*.deb \ | ||
| && dpkg_apt /deps/libsaibcm_*.deb \ | ||
| && dpkg_apt /deps/libthrift-0.9.2_*.deb \ |
Collaborator
There was a problem hiding this comment.
we are using libthrift-0.9.3 in this repo. Please change to 0.9.3
| service rsyslog stop | ||
| } | ||
|
|
||
| start_mlnx() |
Collaborator
There was a problem hiding this comment.
remove this function as it is not needed.
lguohan
approved these changes
Oct 28, 2016
qiluo-msft
reviewed
Oct 28, 2016
|
|
||
| RUN apt-get update | ||
|
|
||
| COPY ["/deps/libsaibcm*.deb","/deps/libopennsl_*.deb","/deps/python-sdk-api_*.deb", "/deps/iproute2_*.deb", "/deps/libthrift-0.9.3_*.deb", "/deps/libnl-3-200_*.deb", "/deps/libnl-genl-3-200_*.deb", "/deps/libnl-route-3-200_*.deb", "/deps/"] |
Collaborator
There was a problem hiding this comment.
The source paths are actually relative in concept.
qiluo-msft
reviewed
Oct 28, 2016
| COPY ["profile.ini", "portmap.ini", "/etc/sai/"] | ||
|
|
||
| ## Clean up | ||
| RUN apt-get clean -y; apt-get autoclean -y; apt-get autoremove -y |
Collaborator
There was a problem hiding this comment.
Merge RUN commands into one to save docker image size.
stcheng
pushed a commit
that referenced
this pull request
Mar 22, 2017
stcheng
pushed a commit
that referenced
this pull request
Mar 22, 2017
- SNMP/LLDP Containers: Sonic V2 Support (#41) - start.sh: Remove rsyslogd.pid file on mlnx syncd docker (#35) - check the existence of platforms/ before including it (#37) - build mft-kernel binary debian package (#36) - Apply swss configuration in a deterministic way (#39) - Dockerfile: Add libsaimetadata dependency (#42) - Dockerfile: Add bridge-utils to p4 docker (#43) - Add docker configuration for saiserver-brcm (#44) - Modification to saiserver-brcm/Dockerfile (#45) - Update get_docker-base.sh ...
lguohan
added a commit
that referenced
this pull request
Aug 16, 2018
* [kernel]: upgrade kernel to 4.9.0-7 (4.9.110-3+deb9u1) Signed-off-by: Guohan Lu <[email protected]> * [mellanox]: Update SDK pointer for 4.9.0-7 kernel (#44) Signed-off-by: Volodymyr Samotiy <[email protected]> * Update arista drivers for 4.9.0-7 linux kernel (#43)
samaity
pushed a commit
to samaity/sonic-buildimage
that referenced
this pull request
Feb 14, 2020
* Add following APIs and test cases:
- get Yang module's prefix
- get the datanode's data type
- get the data type of the node that leafref node points to
* Add new libyang python APIs:
- get_leafref_path()
- get_leafref_type_schema()
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this pull request
Mar 23, 2020
vdahiya12
pushed a commit
to vdahiya12/sonic-buildimage
that referenced
this pull request
Oct 2, 2020
SuvarnaMeenakshi
pushed a commit
to SuvarnaMeenakshi/sonic-buildimage
that referenced
this pull request
Jun 16, 2021
5 tasks
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jan 24, 2022
* change the state machine in order to overcome a platform temporarily fail/unavailable case 1. When receive system_fail event under NORMAL state, it will transmit to INIT instead of exit directly 2. In INIT state will handle system_fail event as the same as system_not_ready event,try certain times, if system recovered then transmit to NORMAL state again, if not covered in a certain period, then exit. benefit of this change is that when the system has error/failed temporarily, xcvrd can survive and recover instead of exit directly, make to more tolerance to errors.
qiluo-msft
pushed a commit
that referenced
this pull request
Apr 2, 2022
…10406) #### Why I did it To take the following into sonic-buildimage 36e1f61 API endpoints to ConfigDBConnector to support pre-loading data without blackout (#587) [sonic-swss-common](https://github.com/Azure/sonic-swss-common) ``` 36e1f61 API endpoints to ConfigDBConnector to support pre-loading data without blackout (#587) 556f4ad Add SAI copy action to ACL schema (#591) db18c3a Fix bitwidth of mac address in SAI ACL schema (#590) e9442bb [ConfigDBPipeConnector]: Added set_entry API (#586) 6c007c0 Update README for gmock (#562) ``` [sonic-linkmgrd](https://github.com/Azure/sonic-linkmgrd) ``` 83dfc99 Enforce uniform file/class naming convention (#52) 83004bf Shutdown ICMP heartbeats when default route state is missing and ToR is in `auto` mode (#44) b81ea31 Add `LinkProberStateMachineActiveActive` (#47) c43cf7a Decrease link probing interval after switchover to better determine the overhead of a toggle (#43) 2239fbe Enhance clang format (#46) ``` #### How I did it * Advanced submodules pointers #### How to verify it 1. make configure PLATFORM=mellanox 2. make target/sonic-mellanox.bin
sg893052
pushed a commit
to sg893052/sonic-buildimage
that referenced
this pull request
Apr 25, 2022
MultiDB HLD updates
6 tasks
zjswhhh
added a commit
that referenced
this pull request
May 2, 2022
[sonic-linkmgrd][202012] submodule update 3523738 Jing Zhang Sun Apr 3 20:54:40 2022 -0700 Reset link prober state when default route is back #56 8282e78 Jing Zhang Fri Apr 15 15:59:34 2022 -0700 Keep incrementing sequence number when link prober is suspended and shutdown #55 (#65) 8246eb8 Jing Zhang Thu Apr 14 18:49:36 2022 -0700 Shutdown ICMP heartbeats when default route state is missing and ToR is in auto mode #44 (#59) sign-off: Jing Zhang [email protected]
liuh-80
added a commit
that referenced
this pull request
Aug 1, 2022
#### Why I did it Submodule update for sonic-dbsyncd with following change: ``` 0d67faf 2022-07-28 | Replace pyswsssdk with sonic-py-common (#45) [Hua Liu] 265c833 2022-01-11 | Updated the Azure pipeline for Code Coverage (#44) [abdosi] 6548116 2021-04-04 | [ci]: add proper azp [Guohan Lu] 43b9dab 2021-04-04 | [pytest]: add pytest.ini [Guohan Lu] ``` #### How I did it #### How to verify it #### Which release branch to backport (provide reason below if selected) <!-- - Note we only backport fixes to a release branch, *not* features! - Please also provide a reason for the backporting below. - e.g. - [x] 202006 --> - [ ] 201811 - [ ] 201911 - [ ] 202006 - [ ] 202012 - [ ] 202106 #### Description for the changelog Submodule update for sonic-dbsyncd with following change: ``` 0d67faf 2022-07-28 | Replace pyswsssdk with sonic-py-common (#45) [Hua Liu] 265c833 2022-01-11 | Updated the Azure pipeline for Code Coverage (#44) [abdosi] 6548116 2021-04-04 | [ci]: add proper azp [Guohan Lu] 43b9dab 2021-04-04 | [pytest]: add pytest.ini [Guohan Lu] ``` #### A picture of a cute animal (not mandatory but encouraged) Co-authored-by: liuh-80 <azureuser@liuh-dev-vm-02.5fg3zjdzj2xezlx1yazx5oxkzd.hx.internal.cloudapp.net>
renukamanavalan
referenced
this pull request
in renukamanavalan/sonic-buildimage
Oct 13, 2022
… URL support "not to use cac he" (sonic-net#45) * 4f45e3a Update gnmi_cli (#5) (#44)
renukamanavalan
added a commit
that referenced
this pull request
Oct 17, 2022
Gokulnath-Raja
pushed a commit
to Gokulnath-Raja/sonic-buildimage-work
that referenced
this pull request
May 22, 2023
Signed-off-by: Guohan Lu <[email protected]>
8 tasks
shanshri
pushed a commit
to shanshri/sonic-buildimage-sonic-net
that referenced
this pull request
Oct 24, 2023
Added patch: 'driver-support-optoe-EOF_fix.patch' to patch directory Added the patch to 'series Signed-off-by: Don Bollinger
11 tasks
yxieca
pushed a commit
that referenced
this pull request
Dec 21, 2023
sonic-dhcp-relay 5ae186f Yaqiang Zhu Tue Dec 19 12:05:15 2023 -0500 [counter] Clear counter table when init (#45) 40c6877 Jing Zhang Fri Nov 10 12:41:23 2023 -0800 [CodeQL] fix unmet dependency for build-swss-common (#44) sonic-dhcpmon 7c55e50 StormLiangMS Thu Sep 14 09:57:06 2023 +0800 Merge pull request #13 from jcaiMR/dev/jcai_master_interface_counter 085a087 jcaiMR Mon Sep 11 09:17:03 2023 +0000 refine counting logic
mssonicbld
added a commit
that referenced
this pull request
Feb 18, 2025
…ly (#21743) #### Why I did it src/sonic-stp ``` * 29eb387 - (HEAD -> master, origin/master, origin/HEAD) Fixing compilaion error for marvell_armhf (#47) (9 hours ago) [Divya Kumaran Chandralekha] * b7da558 - Merge pull request #44 from wajahatrazi/stp_co_pr (3 days ago) [Divya Kumaran Chandralekha] |\ | failure_prs.log skip_prs.log 47e1e77 - Merge branch 'master' into stp_co_pr (3 days ago) [Divya Kumaran Chandralekha] | |\ | |/ |/| * | 6e4a94f - Merge pull request #46 from divyachandralekha/pvst_pr_1 (4 days ago) [Divya Kumaran Chandralekha] |\ \ | failure_prs.log skip_prs.log | aa5e824 - libevent explicit building dependency removed (4 days ago) [Divya Chandralekha] |/ / * | 9345e5a - Merge pull request #43 from omaaartamer/fix/alignment-warnings (5 days ago) [Divya Kumaran Chandralekha] * | eedb772 - [stp] Add memory alignment padding to structures (9 weeks ago) [omaaartamer] * | 128e53d - fix: resolve STP alignment warnings (9 weeks ago) [omaaartamer] / * 30febfa - Fixing changes in the code (9 weeks ago) [Wajahat Razi] ``` #### How I did it #### How to verify it #### Description for the changelog
tshalvi
referenced
this pull request
in tshalvi/sonic-buildimage
Mar 12, 2025
…lly (sonic-net#731) #### Why I did it src/sonic-swss ``` * b87da49 - (HEAD -> 202412, origin/202412) Set Port UPDATE_DSCP attribute when TC_TO_DSCP map is attached (#44) (9 hours ago) [mssonicbld] * 8c99374 - sonic-swss: Code changes for WRED and ECN statistics (sonic-net#46) (9 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
tshalvi
referenced
this pull request
in tshalvi/sonic-buildimage
Mar 12, 2025
… automatically (sonic-net#752) #### Why I did it src/sonic-platform-common ``` * b24e130 - (HEAD -> 202412, origin/202412) [code sync] Merge code from sonic-net/sonic-platform-common:202411 to 202412 (#44) (20 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
jianyuewu
pushed a commit
to jianyuewu/sonic-buildimage
that referenced
this pull request
May 7, 2025
… 202412 (sonic-net#44) ```<br>* 314d791 - (HEAD -> 202412) Merge branch '202411' of https://github.com/sonic-net/sonic-platform-common into 202412 (2025-03-01) [Sonic Automation] * c735073 - (origin/202411) [202411][cmis] Fix cmis.get_error_description speed for passive module (sonic-net#538) (2025-02-12) [Aryeh Feigin] * b7e75d8 - Add 800G innolight PNs (sonic-net#540) (2025-02-07) [mssonicbld]<br>```
skr31
pushed a commit
to skr31/sonic-buildimage
that referenced
this pull request
May 25, 2025
…D automatically (sonic-net#1007) #### Why I did it src/sonic-sairedis ``` * e6fc812 - (HEAD -> 202412, origin/HEAD, origin/202412) Merge sonic-net/sonic-sairedis 202411 to 202412 (sonic-net#44) (4 minutes ago) [Riff] * 75ecb0f - [vslib] SAI_KEY_VS_OPER_SPEED_IS_CONFIGURED_SPEED, SAI_PORT_ATTR_HOST_TX_READY_STATUS support (sonic-net#43) (52 minutes ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
skr31
pushed a commit
to skr31/sonic-buildimage
that referenced
this pull request
May 25, 2025
…HEAD automatically (sonic-net#1106) #### Why I did it src/sonic-swss-common ``` * 3138395 - (HEAD -> 202412, origin/HEAD, origin/202412) [trim]: Add Packet Trimming DB schema (sonic-net#44) (18 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
skr31
pushed a commit
to skr31/sonic-buildimage
that referenced
this pull request
May 25, 2025
… HEAD automatically (sonic-net#1114) #### Why I did it src/sonic-linux-kernel ``` * 5adf4e0 - (HEAD -> 202412, origin/HEAD, origin/202412) Integrate HW-MGMT 7.0040.4007 Changes (sonic-net#44) (7 hours ago) [Sudharsan Dhamal Gopalarathnam] ``` #### How I did it #### How to verify it #### Description for the changelog
vmittal-msft
pushed a commit
to vmittal-msft/sonic-buildimage
that referenced
this pull request
Oct 20, 2025
…test HEAD automatically (sonic-net#1577) #### Why I did it src/sonic-platform-daemons ``` * 313f12d - (HEAD -> 202503, origin/202503) Added regex parsing to optics si settings parser (sonic-net#44) (6 hours ago) [mssonicbld] * 26782af - Check low power mode before vdm handling (sonic-net#43) (15 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
tirupatihemanth
pushed a commit
to tirupatihemanth/sonic-buildimage
that referenced
this pull request
Oct 30, 2025
* device [marvell] marvell-prestera for trixie device/marvell-prestera update required for trixie Signed-off-by: Yan Markman <[email protected]> * platform submod [marvell] mrvl-prestera for trixie Signed-off-by: Yan Markman <[email protected]> * platform submod [marvell] sonic-platform-marvell for trixie Signed-off-by: Yan Markman <[email protected]> * platform [marvell] prestera - support AC5P-RD Signed-off-by: Pavan Naregundi <[email protected]> * platform [marvell] prestera boot distinct mmcblk vs scsi Why I did it AC5P-RD (arm64-marvell_rd98DX45xx_cn9131-r0) may have disk scsi or mmcblk, but only scsi is handled. On the "sonic-installer install" action the blk_dev is empty instead of "blk_dev=/dev/mmcblk0" leading to wrong Uboot env parameters sonic_boot_load= ... mmc 0: ... sonic_boot_load_old= ... mmc 0: ... instead of correct "mmc 0:2" The further reboot fails with Wrong Image Format for bootm command ERROR: can't get kernel image! How I did it Add mmc_bus="mmc0:0001" and use in get_install_device() as last default. How to test sonic-installer install sonic-marvell-prestera-arm64.bin; reboot Signed-off-by: Yan Markman <[email protected]> * platform [marvell-prestera][nokia] debian/rules and 7215-a1 for trixie NOKIA board 7215-a1 Adjust debian/rules and Kernel-module source for TRIXIE Signed-off-by: Yan Markman <[email protected]> --------- Signed-off-by: Yan Markman <[email protected]> Signed-off-by: Pavan Naregundi <[email protected]> Co-authored-by: Pavan Naregundi <[email protected]>
rchandramouli
pushed a commit
to rchandramouli/sonic-buildimage
that referenced
this pull request
Nov 4, 2025
* device [marvell] marvell-prestera for trixie device/marvell-prestera update required for trixie Signed-off-by: Yan Markman <[email protected]> * platform submod [marvell] mrvl-prestera for trixie Signed-off-by: Yan Markman <[email protected]> * platform submod [marvell] sonic-platform-marvell for trixie Signed-off-by: Yan Markman <[email protected]> * platform [marvell] prestera - support AC5P-RD Signed-off-by: Pavan Naregundi <[email protected]> * platform [marvell] prestera boot distinct mmcblk vs scsi Why I did it AC5P-RD (arm64-marvell_rd98DX45xx_cn9131-r0) may have disk scsi or mmcblk, but only scsi is handled. On the "sonic-installer install" action the blk_dev is empty instead of "blk_dev=/dev/mmcblk0" leading to wrong Uboot env parameters sonic_boot_load= ... mmc 0: ... sonic_boot_load_old= ... mmc 0: ... instead of correct "mmc 0:2" The further reboot fails with Wrong Image Format for bootm command ERROR: can't get kernel image! How I did it Add mmc_bus="mmc0:0001" and use in get_install_device() as last default. How to test sonic-installer install sonic-marvell-prestera-arm64.bin; reboot Signed-off-by: Yan Markman <[email protected]> * platform [marvell-prestera][nokia] debian/rules and 7215-a1 for trixie NOKIA board 7215-a1 Adjust debian/rules and Kernel-module source for TRIXIE Signed-off-by: Yan Markman <[email protected]> --------- Signed-off-by: Yan Markman <[email protected]> Signed-off-by: Pavan Naregundi <[email protected]> Co-authored-by: Pavan Naregundi <[email protected]>
nonodark
pushed a commit
to nonodark/sonic-buildimage
that referenced
this pull request
Nov 18, 2025
* device [marvell] marvell-prestera for trixie device/marvell-prestera update required for trixie Signed-off-by: Yan Markman <[email protected]> * platform submod [marvell] mrvl-prestera for trixie Signed-off-by: Yan Markman <[email protected]> * platform submod [marvell] sonic-platform-marvell for trixie Signed-off-by: Yan Markman <[email protected]> * platform [marvell] prestera - support AC5P-RD Signed-off-by: Pavan Naregundi <[email protected]> * platform [marvell] prestera boot distinct mmcblk vs scsi Why I did it AC5P-RD (arm64-marvell_rd98DX45xx_cn9131-r0) may have disk scsi or mmcblk, but only scsi is handled. On the "sonic-installer install" action the blk_dev is empty instead of "blk_dev=/dev/mmcblk0" leading to wrong Uboot env parameters sonic_boot_load= ... mmc 0: ... sonic_boot_load_old= ... mmc 0: ... instead of correct "mmc 0:2" The further reboot fails with Wrong Image Format for bootm command ERROR: can't get kernel image! How I did it Add mmc_bus="mmc0:0001" and use in get_install_device() as last default. How to test sonic-installer install sonic-marvell-prestera-arm64.bin; reboot Signed-off-by: Yan Markman <[email protected]> * platform [marvell-prestera][nokia] debian/rules and 7215-a1 for trixie NOKIA board 7215-a1 Adjust debian/rules and Kernel-module source for TRIXIE Signed-off-by: Yan Markman <[email protected]> --------- Signed-off-by: Yan Markman <[email protected]> Signed-off-by: Pavan Naregundi <[email protected]> Co-authored-by: Pavan Naregundi <[email protected]>
tirupatihemanth
pushed a commit
to tirupatihemanth/sonic-buildimage
that referenced
this pull request
Nov 25, 2025
* device [marvell] marvell-prestera for trixie device/marvell-prestera update required for trixie Signed-off-by: Yan Markman <[email protected]> * platform submod [marvell] mrvl-prestera for trixie Signed-off-by: Yan Markman <[email protected]> * platform submod [marvell] sonic-platform-marvell for trixie Signed-off-by: Yan Markman <[email protected]> * platform [marvell] prestera - support AC5P-RD Signed-off-by: Pavan Naregundi <[email protected]> * platform [marvell] prestera boot distinct mmcblk vs scsi Why I did it AC5P-RD (arm64-marvell_rd98DX45xx_cn9131-r0) may have disk scsi or mmcblk, but only scsi is handled. On the "sonic-installer install" action the blk_dev is empty instead of "blk_dev=/dev/mmcblk0" leading to wrong Uboot env parameters sonic_boot_load= ... mmc 0: ... sonic_boot_load_old= ... mmc 0: ... instead of correct "mmc 0:2" The further reboot fails with Wrong Image Format for bootm command ERROR: can't get kernel image! How I did it Add mmc_bus="mmc0:0001" and use in get_install_device() as last default. How to test sonic-installer install sonic-marvell-prestera-arm64.bin; reboot Signed-off-by: Yan Markman <[email protected]> * platform [marvell-prestera][nokia] debian/rules and 7215-a1 for trixie NOKIA board 7215-a1 Adjust debian/rules and Kernel-module source for TRIXIE Signed-off-by: Yan Markman <[email protected]> --------- Signed-off-by: Yan Markman <[email protected]> Signed-off-by: Pavan Naregundi <[email protected]> Co-authored-by: Pavan Naregundi <[email protected]>
yanmarkman
added a commit
to yanmarkman/sonic-buildimage
that referenced
this pull request
Nov 26, 2025
* device [marvell] marvell-prestera for trixie device/marvell-prestera update required for trixie Signed-off-by: Yan Markman <[email protected]> * platform submod [marvell] mrvl-prestera for trixie Signed-off-by: Yan Markman <[email protected]> * platform submod [marvell] sonic-platform-marvell for trixie Signed-off-by: Yan Markman <[email protected]> * platform [marvell] prestera - support AC5P-RD Signed-off-by: Pavan Naregundi <[email protected]> * platform [marvell] prestera boot distinct mmcblk vs scsi Why I did it AC5P-RD (arm64-marvell_rd98DX45xx_cn9131-r0) may have disk scsi or mmcblk, but only scsi is handled. On the "sonic-installer install" action the blk_dev is empty instead of "blk_dev=/dev/mmcblk0" leading to wrong Uboot env parameters sonic_boot_load= ... mmc 0: ... sonic_boot_load_old= ... mmc 0: ... instead of correct "mmc 0:2" The further reboot fails with Wrong Image Format for bootm command ERROR: can't get kernel image! How I did it Add mmc_bus="mmc0:0001" and use in get_install_device() as last default. How to test sonic-installer install sonic-marvell-prestera-arm64.bin; reboot Signed-off-by: Yan Markman <[email protected]> * platform [marvell-prestera][nokia] debian/rules and 7215-a1 for trixie NOKIA board 7215-a1 Adjust debian/rules and Kernel-module source for TRIXIE Signed-off-by: Yan Markman <[email protected]> --------- Signed-off-by: Yan Markman <[email protected]> Signed-off-by: Pavan Naregundi <[email protected]> Co-authored-by: Pavan Naregundi <[email protected]>
yanmarkman
added a commit
to yanmarkman/sonic-buildimage
that referenced
this pull request
Dec 3, 2025
* device [marvell] marvell-prestera for trixie device/marvell-prestera update required for trixie Signed-off-by: Yan Markman <[email protected]> * platform submod [marvell] mrvl-prestera for trixie Signed-off-by: Yan Markman <[email protected]> * platform submod [marvell] sonic-platform-marvell for trixie Signed-off-by: Yan Markman <[email protected]> * platform [marvell] prestera - support AC5P-RD Signed-off-by: Pavan Naregundi <[email protected]> * platform [marvell] prestera boot distinct mmcblk vs scsi Why I did it AC5P-RD (arm64-marvell_rd98DX45xx_cn9131-r0) may have disk scsi or mmcblk, but only scsi is handled. On the "sonic-installer install" action the blk_dev is empty instead of "blk_dev=/dev/mmcblk0" leading to wrong Uboot env parameters sonic_boot_load= ... mmc 0: ... sonic_boot_load_old= ... mmc 0: ... instead of correct "mmc 0:2" The further reboot fails with Wrong Image Format for bootm command ERROR: can't get kernel image! How I did it Add mmc_bus="mmc0:0001" and use in get_install_device() as last default. How to test sonic-installer install sonic-marvell-prestera-arm64.bin; reboot Signed-off-by: Yan Markman <[email protected]> * platform [marvell-prestera][nokia] debian/rules and 7215-a1 for trixie NOKIA board 7215-a1 Adjust debian/rules and Kernel-module source for TRIXIE Signed-off-by: Yan Markman <[email protected]> --------- Signed-off-by: Yan Markman <[email protected]> Signed-off-by: Pavan Naregundi <[email protected]> Co-authored-by: Pavan Naregundi <[email protected]>
8 tasks
StormLiangMS
pushed a commit
that referenced
this pull request
Mar 17, 2026
How I did it 562f89b (HEAD -> main, origin/main, origin/HEAD) [H6-128] Change HWSKU name and remove port I2C clock setting (#44) 1babc9b [H6-64] Update thermal algo, FW upgrade, PSU modules (#43) d742aeb [H6-128] Add support for H6-128 Platform (#42) f2dbdd7 Fix the UnboundLocalError to address thermalctld stacktrace 54e453a Add _cpm_firmware_upgrade_reboot_IMMs method 908d62a Fix the Unable_to_reach_CPM reboot-cause show issue Signed-off-by: y7zhou <[email protected]>
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.