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

Provide proper configurations as its hardware design for AS9736-64D based on PR:12904 and 13762. #15103

Closed

Commits on Dec 1, 2022

  1. [Edgecore][device][platform] Added support to as9736-64d platform

    - Why I did it
        Need to support new platform as9736-64d
    
    - How I did it
        Add device files for new platform as9736-64d
    
    - How to verify it
      1. sonic-cli cmd: show platform {fan, temperature, firmware status, syseeprom, psustatus}
      2. sfputil show {presence, eeprom, lpmode}
      3. Use sonic-mgmt(/tests/platform_tests/api/{test_chassis.py, test_component.py, test_fan_drawer.py, test_psu.py, test_thermal.py, test_sfp.py})
    
    Signed-off-by: michael_shih <[email protected]>
    ec-michael-shih committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    8a3823f View commit details
    Browse the repository at this point in the history
  2. [Edgecore][device][platform] Fixed lgtm error.

    Signed-off-by: michael_shih <[email protected]>
    ec-michael-shih committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    f6e52de View commit details
    Browse the repository at this point in the history
  3. [Edgecore][device][platform] sfp.py modify write_eeprom() function

    -Reason:
    FPGA driver can't write more than one byte to eeprom.
    
    Signed-off-by: michael_shih <[email protected]>
    ec-michael-shih committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    78d38a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb06ad5 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    4a47dd0 View commit details
    Browse the repository at this point in the history
  2. [Edgecore][device][platform] Fixed Semgrep check error 2 (modules/acc…

    …ton_as9736_64d_psu.c).
    
    Signed-off-by: michael_shih <[email protected]>
    ec-michael-shih committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    bd7b980 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. [Edgecore][device][platform] Fixed lgtm error 1.

    Signed-off-by: michael_shih <[email protected]>
    ec-michael-shih committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    737aca1 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. [Edgecore][device][platform] psu-fan direction get N/A when it is pow…

    …er_good= failed.
    
    Signed-off-by: michael_shih <[email protected]>
    ec-michael-shih committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    cbe5eb1 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    7348a2f View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    7d62a2c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    99f11ee View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    680dba5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a22788 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    19d00af View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    5d3d0b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9861d1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0e8963 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. [Edgecore][device][platform] Fixed event.py call the wrong API(_refre…

    …sh_optoe_dev_class()) name from sfp.py(refresh_optoe_dev_class())
    
    Signed-off-by: michael_shih <[email protected]>
    ec-michael-shih committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    85022ad View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. [Edgecore][device][platform] Filter fpga error message when user manu…

    …al removal xcvr
    
    Signed-off-by: michael_shih <[email protected]>
    ec-michael-shih committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    05e0e90 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    5a8ac41 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    05e83c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. [Edgecore][device][platform] Update sensors' low and critical_low thr…

    …eshold value
    
    Signed-off-by: michael_shih <[email protected]>
    ec-michael-shih committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    8955274 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. [Edgecore][device][platform] Enhance fpga driver about eeprom init sy…

    …sfs size create.
    
    Detail:
      When 400G xcvr plugin, fpga need to get support-pagable info from xcvr:
      If get info failed, do not create 256 bytes. Because this will let xcvr cannot get page1~page0xff's data.
      Enhance method is create 32,896 bytes( (1+256)*128 ) when get info failed.
    
    Signed-off-by: michael_shih <[email protected]>
    ec-michael-shih committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    2368576 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. [Edgecore][device][platform] Support/Update dynamic port breakout on …

    …AS9736-64D.
    
    Detail:
      Sync with #PR:11805 about part of as9736-64d
    
    Signed-off-by: michael_shih <[email protected]>
    ec-michael-shih committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    33fdc12 View commit details
    Browse the repository at this point in the history
  2. [Edgecore][device][platform] PSU module support low threshold(=0) and…

    … renaming sensors label.
    
    Signed-off-by: michael_shih <[email protected]>
    ec-michael-shih committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    14491ab View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. [Edgecore][device][platform] Add Add plugins/ssd_util.py to support c…

    …ommand:[show platform ssdhealth --vendor].
    
    Signed-off-by: michael_shih <[email protected]>
    ec-michael-shih committed May 4, 2023
    Configuration menu
    Copy the full SHA
    fd54bca View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    a9017c6 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    ae31336 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    cea1bbf View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    0350a30 View commit details
    Browse the repository at this point in the history
  2. Provide proper configurations as its hardware design for AS9736-64D b…

    …ased on PR:12904 and 13762.
    BrandonCheng0121 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    3717ec8 View commit details
    Browse the repository at this point in the history