Skip to content
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

[Platform] Apply community PR #34

Merged
merged 6 commits into from
Mar 29, 2024

Commits on Mar 25, 2024

  1. [Sync PR #11593] Update installer.conf

    sonic-net/sonic-buildimage#11593
    Signed-off-by: Brandon Chuang brandon_chuang@edge-core.com
    
    Why I did it
    The customer report of the PCIe Bus Errors upon the SDK initialization.
    The root cause is BRCM MAC chipset DNX/XGS series does not support the ASPM function.
    
    How I did it
    Based on the internal info and discussion, update "pcie_aspm=off" into
    ONIE_PLATFORM_EXTRA_CMDLINE_LINUX of installer.conf to resolve it.
    
    How to verify it
    ChrisKe1643 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    89ad589 View commit details
    Browse the repository at this point in the history
  2. [Sync PR #11716] [Edge-core][device/accton] Add ssd_util plugin to AS…

    …4630-54PE, AS7326-56X, AS7716-32X, AS7816-64X
    
    sonic-net/sonic-buildimage#11716
    Signed-off-by: Roger Ho roger530_ho@edge-core.com
    
    Why I did it
    Many SSD still depend on vendor utility to display vendor information, which will show below if there is no related vendor utility in the system.
    
    admin@sonic:~$ show platform ssdhealth --vendor
    Device Model : TS32XBTMM1600
    Health       : N/A
    Temperature  : 100C
    N/A
    
    How I did it
    The ssdutil check ssd_util.py plugin exists in the system or not. If yes, use that plugin. So we create ssd_util.py to resolve this issue.
    If it has no vendor tool to read vendor SSD information, then use generic SSD information to show more detail for users to see.
    
    How to verify it
    Refer to the original PR
    ChrisKe1643 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e9e10b7 View commit details
    Browse the repository at this point in the history
  3. [Sync PR #14361] [Edgecore][AS4630-54PE/PDDF] Enhance sonic_platform …

    …feature
    
    sonic-net/sonic-buildimage#14361
    
    Why I did it
    Base on Adding PDDF common framework enhancements. #12863 to modify pddf-device.json and platform API.
    Add code to pass pytest.
    
    How I did it
    Add needed code to sonic_platform and driver.
    
    How to verify it
    sonic-cli cmd:
    show platform {fan, temperature, firmware status, syseeprom, psustatus}
    sfputil cmd:
    show {presence, eeprom, lpmode}
    Verify function by sonic-mgmt tools:
    Test file path: /tests/platform_tests/api/
     Test items: test_chassis.py, test_component.py, test_fan_drawer.py, test_psu.py, test_thermal.py, test_sfp.py
    ChrisKe1643 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    bf08432 View commit details
    Browse the repository at this point in the history
  4. [Sync PR #11805] Dpb

    sonic-net/sonic-buildimage#11805
    Support dynamic port breakout on AS9716-32D,AS7712-32X,AS7326-56X,AS5835-54X,AS4630-54PE, AS7726-32X, AS5835-54T, AS4630-54NPE, AS9726-32D, AS4630-54TE and AS9736-64D
    
    Why I did it
    Support dynamic port breakout on AS9716-32D,AS7712-32X,AS7326-56X,AS5835-54X,AS4630-54PE, AS7726-32X,
    AS5835-54T, AS4630-54NPE, AS9726-32D, AS4630-54TE and AS9736-64D
    
    How I did it
    Add platform.json and hwsku.json
    
    How to verify it
    Refer to the original PR
    ChrisKe1643 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3d70777 View commit details
    Browse the repository at this point in the history
  5. [Sync PR #13973] [Edgecore] [device] Update as4630_54pe custom_led.bin

    sonic-net/sonic-buildimage#13973
    
    Why I did it
    Update as4630_54pe LED custom_led.bin.
    
    How I did it
    Replace custom_led.bin file.
    
    How to verify it
    Check LED status.
    005_as4630_54pe_community_new-rule.log
    ChrisKe1643 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    270168b View commit details
    Browse the repository at this point in the history
  6. [Sync PR #15859] [Edgecore] [device] Adjust stable size parameter of …

    …SDK on as4630_54
    
    sonic-net/sonic-buildimage#15859
    
    Why I did it
    Adjust stable size parameter of SDK to solve SDK initialization issue.
    Work item tracking
    Microsoft ADO (number only): No
    
    How I did it
    Modify SDK configuration file of as4630_54pe.
    
    How to verify it
    Checking on SONiC.master.316689-c970ee0f4
    ChrisKe1643 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    504b25a View commit details
    Browse the repository at this point in the history