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/broadcom: Add a new supported device and platform, AS7712-32X #662

Merged
merged 22 commits into from
Jun 15, 2017
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ab23d5e
platform/broadcom: Add a new supported device and platform, AS7712-32X
pollyhsu2git Jun 2, 2017
22ebc99
Update minigraph.xml
pollyhsu2git Jun 5, 2017
71ac980
Update orchagent.sh
pollyhsu2git Jun 5, 2017
015fb17
Change the HwSku of LeafRouter with the Accton pre
pollyhsu2git Jun 5, 2017
af17731
Update config
pollyhsu2git Jun 5, 2017
2ae9831
Merge branch 'master' into platform-bcm-as7712
pollyhsu2git Jun 6, 2017
5338008
[platform/broadcom]: Update Accton-AS7712-32X
pollyhsu2git Jun 6, 2017
c0c4846
Merge branch 'master' into platform-bcm-as7712
pollyhsu2git Jun 6, 2017
c8cb0f5
Merge branch 'master' into platform-bcm-as7712
pollyhsu2git Jun 7, 2017
5b140ec
[platform/broadcom]: Update Accton-AS7712-32X
pollyhsu2git Jun 7, 2017
aa2ee3d
[platform/broadcom]: Update Accton-AS7712-32X
pollyhsu2git Jun 7, 2017
7f7f94e
Merge branch 'master' into platform-bcm-as7712
pollyhsu2git Jun 7, 2017
38a39d9
[platform/broadcom]: Update Accton-AS7712-32X
pollyhsu2git Jun 7, 2017
b5849aa
Merge branch 'platform-bcm-as7712' of https://github.com/pollyhsu2git…
pollyhsu2git Jun 7, 2017
5daec8d
Merge branch 'master' into platform-bcm-as7712
lguohan Jun 7, 2017
2a6e088
Merge branch 'master' into platform-bcm-as7712
pollyhsu2git Jun 8, 2017
9482a87
[platform/broadcom]: Update Accton-AS7712-32X
pollyhsu2git Jun 8, 2017
748c877
[platform/broadcom]: Update Accton-AS7712-32X
pollyhsu2git Jun 8, 2017
3a0c12c
Merge branch 'master' into platform-bcm-as7712
pollyhsu2git Jun 8, 2017
155a397
Merge branch 'master' into platform-bcm-as7712
Jun 11, 2017
896a74d
Merge branch 'master' into platform-bcm-as7712
Jun 15, 2017
86a6e32
Merge branch 'master' into platform-bcm-as7712
Jun 15, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

3 changes: 3 additions & 0 deletions device/accton/x86_64-accton_as7712_32x-r0/installer.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CONSOLE_PORT=0x2f8
CONSOLE_DEV=1
CONSOLE_SPEED=115200
Loading