Skip to content

Commit

Permalink
introduced target for Cavium platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Rostyslav Spolyak committed Aug 29, 2016
1 parent b647bb5 commit 3758f4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,5 @@ brcm-all: target/acs-generic.bin $(addprefix target/,docker-syncd.gz docker-orch

## Note: docker-fpm.gz must be the last to build the implicit dependency fpmsyncd
mlnx-all: target/acs-generic.bin $(addprefix target/,docker-syncd-mlnx.gz docker-orchagent-mlnx.gz docker-fpm.gz)

cavm-all: target/acs-generic.bin
4 changes: 4 additions & 0 deletions installer/x86_64/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ elif [ "$onie_platform" == "x86_64-mlnx_x86-r5.0.1400" ]; then
elif [ "$onie_platform" == "x86_64-dell_s6100_c2538-r0" ]; then
CONSOLE_PORT=0x2f8
CONSOLE_DEV=1
elif [ "$onie_platform" == "x86_64-accton_as7512_32x-r0" ]; then
CONSOLE_PORT=0x2f8
CONSOLE_DEV=1
CONSOLE_SPEED=115200
fi

# Install demo on same block device as ONIE
Expand Down

0 comments on commit 3758f4a

Please sign in to comment.