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

Add switch ASIC vendor and platform for Nephos #1082

Merged
merged 3 commits into from
Oct 28, 2017
Merged

Add switch ASIC vendor and platform for Nephos #1082

merged 3 commits into from
Oct 28, 2017

Commits on Oct 26, 2017

  1. Add switch ASIC vendor and platform for Nephos

    -What I did
        Add switch ASIC vendor: Nephos
        Add Nephos platform: Ingrasys S9130-32X
    
    - How I did it
        Add platform/nephos files
        Add platform/nephos/sonic-platform-modules-ingrasys submodule
        Add device/ingrasys/x86_64-ingrasys_s9130_32x-r0 files
        Add SONiC to support Nephos platform
    
    - How to verify it
        To build SONiC installer image and docker images, run the following commands:
           make configure PLATFORM=nephos
           make target/sonic-nephos.bin
        Check system and network feature is worked as well
    
    - Description for the changelog
        Add switch ASIC vendor and platform for Nephos
    
    Signed-off-by: Sam Yang <[email protected]>
    kaiyu22 committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    74fdb88 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

  1. Updated patch for PR#1082

    1. Fix private ip to public ip
    2. Remove extra whitespace
    3. Change final column title from 'port' to 'index'
    
    Signed-off-by: Sam Yang <[email protected]>
    kaiyu22 committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    2e96bbc View commit details
    Browse the repository at this point in the history
  2. Update some typo

    1. Remove aboot related files
    2. Rename platform name
    
    Signed-off-by: Sam Yang <[email protected]>
    kaiyu22 committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    9e93942 View commit details
    Browse the repository at this point in the history