-
Notifications
You must be signed in to change notification settings - Fork 1.8k
platform/broadcom: Add a new supported device and platform, AS7712-32X #662
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
Changes from 3 commits
ab23d5e
22ebc99
71ac980
015fb17
af17731
2ae9831
5338008
c0c4846
c8cb0f5
5b140ec
aa2ee3d
7f7f94e
38a39d9
b5849aa
5daec8d
2a6e088
9482a87
748c877
3a0c12c
155a397
896a74d
86a6e32
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # name lanes alias | ||
| Ethernet0 49,50,51,52 hundredGigE1 | ||
| Ethernet4 53,54,55,56 hundredGigE2 | ||
| Ethernet8 57,58,59,60 hundredGigE3 | ||
| Ethernet12 61,62,63,64 hundredGigE4 | ||
| Ethernet16 65,66,67,68 hundredGigE5 | ||
| Ethernet20 69,70,71,72 hundredGigE6 | ||
| Ethernet24 73,74,75,76 hundredGigE7 | ||
| Ethernet28 77,78,79,80 hundredGigE8 | ||
| Ethernet32 33,34,35,36 hundredGigE9 | ||
| Ethernet36 37,38,39,40 hundredGigE10 | ||
| Ethernet40 41,42,43,44 hundredGigE11 | ||
| Ethernet44 45,46,47,48 hundredGigE12 | ||
| Ethernet48 81,82,83,84 hundredGigE13 | ||
| Ethernet52 85,86,87,88 hundredGigE14 | ||
| Ethernet56 89,90,91,92 hundredGigE15 | ||
| Ethernet60 93,94,95,96 hundredGigE16 | ||
| Ethernet64 97,98,99,100 hundredGigE17 | ||
| Ethernet68 101,102,103,104 hundredGigE18 | ||
| Ethernet72 105,106,107,108 hundredGigE19 | ||
| Ethernet76 109,110,111,112 hundredGigE20 | ||
| Ethernet80 17,18,19,20 hundredGigE21 | ||
| Ethernet84 21,22,23,24 hundredGigE22 | ||
| Ethernet88 25,26,27,28 hundredGigE23 | ||
| Ethernet92 29,30,31,32 hundredGigE24 | ||
| Ethernet96 113,114,115,116 hundredGigE25 | ||
| #Ethernet100 117,118,119,120 hundredGigE26 | ||
| #Ethernet104 121,122,123,124 hundredGigE27 | ||
| #Ethernet108 125,126,127,128 hundredGigE28 | ||
| Ethernet112 1,2,3,4 hundredGigE29 | ||
| Ethernet116 5,6,7,8 hundredGigE30 | ||
| Ethernet120 9,10,11,12 hundredGigE31 | ||
| Ethernet124 13,14,15,16 hundredGigE32 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| SAI_INIT_CONFIG_FILE=/etc/bcm/th-as7712-32x100G.config.bcm | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| CONSOLE_PORT=0x2f8 | ||
| CONSOLE_DEV=1 | ||
| CONSOLE_SPEED=115200 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,75 @@ | ||
| <DeviceMiniGraph xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="Microsoft.Search.Autopilot.Evolution"> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No regular front panel interfaces in this minigraph file?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. stcheng,
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. that's fine. |
||
| <CpgDec> | ||
| <IsisRouters xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"/> | ||
| <PeeringSessions> | ||
| </PeeringSessions> | ||
| <Routers xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"> | ||
| </Routers> | ||
| </CpgDec> | ||
| <DpgDec> | ||
| <DeviceDataPlaneInfo> | ||
| <IPSecTunnels/> | ||
| <LoopbackIPInterfaces xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"> | ||
| <a:LoopbackIPInterface> | ||
| <Name>HostIP</Name> | ||
| <AttachTo>Loopback0</AttachTo> | ||
| <a:Prefix xmlns:b="Microsoft.Search.Autopilot.Evolution"> | ||
| <b:IPPrefix>10.1.0.32/32</b:IPPrefix> | ||
| </a:Prefix> | ||
| <a:PrefixStr>10.1.0.32/32</a:PrefixStr> | ||
| </a:LoopbackIPInterface> | ||
| </LoopbackIPInterfaces> | ||
| <ManagementIPInterfaces xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"> | ||
| </ManagementIPInterfaces> | ||
| <MplsInterfaces/> | ||
| <MplsTeInterfaces/> | ||
| <RsvpInterfaces/> | ||
| <Hostname>switch1</Hostname> | ||
| <PortChannelInterfaces/> | ||
| <VlanInterfaces/> | ||
| <IPInterfaces> | ||
| </IPInterfaces> | ||
| <DataAcls/> | ||
| <AclInterfaces/> | ||
| <DownstreamSummaries/> | ||
| <DownstreamSummarySet xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"/> | ||
| </DeviceDataPlaneInfo> | ||
| </DpgDec> | ||
| <PngDec> | ||
| <DeviceInterfaceLinks> | ||
| </DeviceInterfaceLinks> | ||
| <Devices> | ||
| <Device i:type="LeafRouter"> | ||
| <Hostname>switch1</Hostname> | ||
| <HwSku>AS7712-32X</HwSku> | ||
| </Device> | ||
| </Devices> | ||
| </PngDec> | ||
| <MetadataDeclaration> | ||
| <Devices xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"> | ||
| <a:DeviceMetadata> | ||
| <a:Name>switch1</a:Name> | ||
| <a:Properties> | ||
| <a:DeviceProperty> | ||
| <a:Name>DhcpResources</a:Name> | ||
| <a:Reference i:nil="true"/> | ||
| <a:Value></a:Value> | ||
| </a:DeviceProperty> | ||
| <a:DeviceProperty> | ||
| <a:Name>NtpResources</a:Name> | ||
| <a:Reference i:nil="true"/> | ||
| <a:Value>0.debian.pool.ntp.org;1.debian.pool.ntp.org;2.debian.pool.ntp.org;3.debian.pool.ntp.org</a:Value> | ||
| </a:DeviceProperty> | ||
| <a:DeviceProperty> | ||
| <a:Name>SyslogResources</a:Name> | ||
| <a:Reference i:nil="true"/> | ||
| <a:Value></a:Value> | ||
| </a:DeviceProperty> | ||
| </a:Properties> | ||
| </a:DeviceMetadata> | ||
| </Devices> | ||
| <Properties xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.Search.Autopilot.Evolution"/> | ||
| </MetadataDeclaration> | ||
| <Hostname>switch1</Hostname> | ||
| <HwSku>Accton-AS7712-32X</HwSku> | ||
| </DeviceMiniGraph> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,6 +30,8 @@ elif [ "$HWSKU" == "INGRASYS-S8900-54XC" ]; then | |
| ORCHAGENT_ARGS+="-m $MAC_ADDRESS" | ||
| elif [ "$HWSKU" == "INGRASYS-S8900-64XC" ]; then | ||
| ORCHAGENT_ARGS+="-m $MAC_ADDRESS" | ||
| elif [ "$HWSKU" == "Accton-AS7712-32X" ]; then | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. could you resolve the conflicts here?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. YES, done~
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. after we revise the value of $HWSKU, according to your porting guide, should we revise
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes. The name of the
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. you won't need to modify this file as it is trapped at |
||
| ORCHAGENT_ARGS+="-m $MAC_ADDRESS" | ||
| else | ||
| echo "Unsupported HWSKU:$HWSKU. Exiting..." > /dev/stderr | ||
| exit 1 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # Accton Platform modules | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it better to have your own repository to put the platform modules? So that your platform modules code update could be independent to our repository. Similar to other platform modules.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for the suggestion~ We’ll enhance it upon the internal discussion about it~ |
||
|
|
||
| ACCTON_AS7712_32X_PLATFORM_MODULE_VERSION = 1.0 | ||
|
|
||
| export ACCTON_AS7712_32X_PLATFORM_MODULE_VERSION | ||
|
|
||
| ACCTON_AS7712_32X_PLATFORM_MODULE = platform-modules-as7712-32x_$(ACCTON_AS7712_32X_PLATFORM_MODULE_VERSION)_amd64.deb | ||
| $(ACCTON_AS7712_32X_PLATFORM_MODULE)_SRC_PATH = $(PLATFORM_PATH)/sonic-platform-modules-accton | ||
| $(ACCTON_AS7712_32X_PLATFORM_MODULE)_DEPENDS += $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON) | ||
| $(ACCTON_AS7712_32X_PLATFORM_MODULE)_PLATFORM = x86_64-accton_as7712_32x-r0 | ||
| SONIC_DPKG_DEBS += $(ACCTON_AS7712_32X_PLATFORM_MODULE) | ||
|
|
||
| $(eval $(call add_extra_package,$(ACCTON_AS7712_32X_PLATFORM_MODULE))) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # Object files | ||
| *.o | ||
| *.ko | ||
| *.obj | ||
| *.elf | ||
|
|
||
| # Precompiled Headers | ||
| *.gch | ||
| *.pch | ||
|
|
||
| # Libraries | ||
| *.lib | ||
| *.a | ||
| *.la | ||
| *.lo | ||
|
|
||
| # Shared objects (inc. Windows DLLs) | ||
| *.dll | ||
| *.so | ||
| *.so.* | ||
| *.dylib | ||
|
|
||
| # Executables | ||
| *.exe | ||
| *.out | ||
| *.app | ||
| *.i*86 | ||
| *.x86_64 | ||
| *.hex | ||
|
|
||
| # Debug files | ||
| *.dSYM/ | ||
| *.su |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| Copyright (C) 2016 Microsoft, Inc | ||
| Copyright (C) 2017 Accton Technology Corporation | ||
|
|
||
| This program is free software; you can redistribute it and/or | ||
| modify it under the terms of the GNU General Public License | ||
| as published by the Free Software Foundation; either version 2 | ||
| of the License, or (at your option) any later version. | ||
|
|
||
| This program is distributed in the hope that it will be useful, | ||
| but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| GNU General Public License for more details. | ||
|
|
||
| You should have received a copy of the GNU General Public License | ||
| along with this program; if not, write to the Free Software | ||
| Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| platform drivers for AS7712_32X for the SONiC project |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| # /etc/modules: kernel modules to load at boot time. | ||
| # | ||
| # This file contains the names of kernel modules that should be loaded | ||
| # at boot time, one per line. Lines beginning with "#" are ignored. | ||
|
|
||
| i2c_dev | ||
| i2c_mux_pca954x | ||
| accton_i2c_cpld | ||
| accton_as7712_32x_fan | ||
| accton_as7712_32x_sfp | ||
| leds-accton_as7712_32x | ||
| accton_as7712_32x_psu | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why commented out these ports?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lguohan,
They were commented out due to the limitation of the maximum number of ports supported verified by Shuotian on our issue post of the
sonicprojectforum with the subject,Failed to open platform configuration file : /etc/bcm/th-as7712-32x100G.config.bcmdated 2017-05-16 https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/sonicproject/NBTGLvxPnMMThey would be restored upon Shuotian's patch available
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, the patch is already checked in. Please test and reenable the ports.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stcheng,
Which Jenkins build with your patch checked-in? We'll test it with~
We can not test it with the current code compiled with errors
$ make configure PLATFORM=broadcom
$ make target/sonic-broadcom.bin
....
make[1]: Entering directory '/sonic/src/sonic-linux-kernel'
make[1]: *** No rule to make target '/sonic/target/debs/linux-headers-3.16.0-4-common_3.16.36-1+deb8u2_amd64.deb'. Stop.
make[1]: Leaving directory '/sonic/src/sonic-linux-kernel'
make: *** [target/debs/linux-headers-3.16.0-4-common_3.16.36-1+deb8u2_amd64.deb] Error 1
slave.mk:157: recipe for target 'target/debs/linux-headers-3.16.0-4-common_3.16.36-1+deb8u2_amd64.deb' failed
make: Leaving directory '/sonic'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's try to test it with the latest Jenkins build#224 here~