From d614df85ad2b366fc0bf6c98d471323417c8c176 Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Fri, 18 Dec 2015 13:47:50 -0800 Subject: [PATCH] Update configuration parameters. --- .../install/powerpc-accton-as4600-54t-r0.sh} | 19 +++++++-------- .../install/powerpc-accton-as5610-52x-r0.sh} | 20 +++++++--------- .../install/powerpc-accton-as5710-54x-r0.sh | 20 ++++++++-------- .../install/powerpc-accton-as5710-54x-r0b.sh | 20 ++++++++-------- .../install/powerpc-accton-as6700-32x-r0.sh | 23 ++++++++----------- .../install/powerpc-accton-as6700-32x-r1.sh | 20 +++++++--------- 6 files changed, 52 insertions(+), 70 deletions(-) rename packages/platforms/accton/{powerpc-accton-as5610-52x/platform-config/r0/src/lib/install/powerpc-as5610-52x.sh => powerpc-accton-as4600-54t/platform-config/r0/src/lib/install/powerpc-accton-as4600-54t-r0.sh} (71%) rename packages/platforms/accton/{powerpc-accton-as4600-54t/platform-config/r0/src/lib/install/powerpc-as4600-54t.sh => powerpc-accton-as5610-52x/platform-config/r0/src/lib/install/powerpc-accton-as5610-52x-r0.sh} (67%) diff --git a/packages/platforms/accton/powerpc-accton-as5610-52x/platform-config/r0/src/lib/install/powerpc-as5610-52x.sh b/packages/platforms/accton/powerpc-accton-as4600-54t/platform-config/r0/src/lib/install/powerpc-accton-as4600-54t-r0.sh similarity index 71% rename from packages/platforms/accton/powerpc-accton-as5610-52x/platform-config/r0/src/lib/install/powerpc-as5610-52x.sh rename to packages/platforms/accton/powerpc-accton-as4600-54t/platform-config/r0/src/lib/install/powerpc-accton-as4600-54t-r0.sh index 481345ff..3056a782 100644 --- a/packages/platforms/accton/powerpc-accton-as5610-52x/platform-config/r0/src/lib/install/powerpc-as5610-52x.sh +++ b/packages/platforms/accton/powerpc-accton-as4600-54t/platform-config/r0/src/lib/install/powerpc-accton-as4600-54t-r0.sh @@ -1,31 +1,28 @@ ############################################################ # -# -# Copyright 2013, 2014 Big Switch Networks, Inc. -# +# +# Copyright 2013, 2014 Big Switch Networks, Inc. +# # Licensed under the Eclipse Public License, Version 1.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.eclipse.org/legal/epl-v10.html -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, # either express or implied. See the License for the specific # language governing permissions and limitations under the # License. -# +# # ############################################################ -# -# Installer scriptlet for the powerpc-as5610-52x -# # The loader is installed in the fat partition of the first USB storage device -platform_bootcmd='usb start; fatload usb 0:1 0x10000000 onl-loader; setenv bootargs console=$consoledev,$baudrate onl_platform=powerpc-as5610-52x; bootm 0x10000000' +platform_bootcmd="usb start; fatload usb 0:1 0x10000000 $ONL_PLATFORM.itb; setenv bootargs console=\$consoledev,\$baudrate onl_platform=$ONL_PLATFORM; bootm 0x10000000#$ONL_PLATFORM" platform_installer() { # Standard installation to usb storage - installer_standard_blockdev_install sda 16M 64M "" + installer_standard_blockdev_install sda 128M 128M "" } diff --git a/packages/platforms/accton/powerpc-accton-as4600-54t/platform-config/r0/src/lib/install/powerpc-as4600-54t.sh b/packages/platforms/accton/powerpc-accton-as5610-52x/platform-config/r0/src/lib/install/powerpc-accton-as5610-52x-r0.sh similarity index 67% rename from packages/platforms/accton/powerpc-accton-as4600-54t/platform-config/r0/src/lib/install/powerpc-as4600-54t.sh rename to packages/platforms/accton/powerpc-accton-as5610-52x/platform-config/r0/src/lib/install/powerpc-accton-as5610-52x-r0.sh index 005a8266..3056a782 100644 --- a/packages/platforms/accton/powerpc-accton-as4600-54t/platform-config/r0/src/lib/install/powerpc-as4600-54t.sh +++ b/packages/platforms/accton/powerpc-accton-as5610-52x/platform-config/r0/src/lib/install/powerpc-accton-as5610-52x-r0.sh @@ -1,32 +1,28 @@ ############################################################ # -# -# Copyright 2013, 2014 Big Switch Networks, Inc. -# +# +# Copyright 2013, 2014 Big Switch Networks, Inc. +# # Licensed under the Eclipse Public License, Version 1.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.eclipse.org/legal/epl-v10.html -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, # either express or implied. See the License for the specific # language governing permissions and limitations under the # License. -# +# # ############################################################ -############################################################ -# -# Installer scriptlet for the powerpc-as4600-54t -# # The loader is installed in the fat partition of the first USB storage device -platform_bootcmd='usb start; fatload usb 0:1 0x10000000 onl-loader; setenv bootargs console=$consoledev,$baudrate onl_platform=powerpc-as4600-54t; bootm 0x10000000' +platform_bootcmd="usb start; fatload usb 0:1 0x10000000 $ONL_PLATFORM.itb; setenv bootargs console=\$consoledev,\$baudrate onl_platform=$ONL_PLATFORM; bootm 0x10000000#$ONL_PLATFORM" platform_installer() { # Standard installation to usb storage - installer_standard_blockdev_install sda 16M 64M "" + installer_standard_blockdev_install sda 128M 128M "" } diff --git a/packages/platforms/accton/powerpc-accton-as5710-54x/platform-config/r0/src/lib/install/powerpc-accton-as5710-54x-r0.sh b/packages/platforms/accton/powerpc-accton-as5710-54x/platform-config/r0/src/lib/install/powerpc-accton-as5710-54x-r0.sh index 5360379a..2eb0276f 100644 --- a/packages/platforms/accton/powerpc-accton-as5710-54x/platform-config/r0/src/lib/install/powerpc-accton-as5710-54x-r0.sh +++ b/packages/platforms/accton/powerpc-accton-as5710-54x/platform-config/r0/src/lib/install/powerpc-accton-as5710-54x-r0.sh @@ -1,33 +1,31 @@ ############################################################ # -# -# Copyright 2013, 2014 Big Switch Networks, Inc. -# +# +# Copyright 2013, 2014 Big Switch Networks, Inc. +# # Licensed under the Eclipse Public License, Version 1.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.eclipse.org/legal/epl-v10.html -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, # either express or implied. See the License for the specific # language governing permissions and limitations under the # License. -# +# # ############################################################ -# -# Installer scriptlet for the powerpc-as5710-54x -# # The loader must be written raw to the first partition. platform_loader_raw=1 + # The loader is installed in the fat partition of the first USB storage device -platform_bootcmd='usb start; usbboot 0x10000000 0:1; setenv bootargs console=$consoledev,$baudrate onl_platform=powerpc-accton-as5710-54x-r0; bootm 0x10000000' +platform_bootcmd="usb start; usbboot 0x10000000 0:1; setenv bootargs console=\$consoledev,\$baudrate onl_platform=$ONL_PLATFORM; bootm 0x10000000#$ONL_PLATFORM" platform_installer() { # Standard installation to usb storage - installer_standard_blockdev_install sda 16M 64M "" + installer_standard_blockdev_install sda 128M 128M "" } \ No newline at end of file diff --git a/packages/platforms/accton/powerpc-accton-as5710-54x/platform-config/r0b/src/lib/install/powerpc-accton-as5710-54x-r0b.sh b/packages/platforms/accton/powerpc-accton-as5710-54x/platform-config/r0b/src/lib/install/powerpc-accton-as5710-54x-r0b.sh index 5360379a..2eb0276f 100644 --- a/packages/platforms/accton/powerpc-accton-as5710-54x/platform-config/r0b/src/lib/install/powerpc-accton-as5710-54x-r0b.sh +++ b/packages/platforms/accton/powerpc-accton-as5710-54x/platform-config/r0b/src/lib/install/powerpc-accton-as5710-54x-r0b.sh @@ -1,33 +1,31 @@ ############################################################ # -# -# Copyright 2013, 2014 Big Switch Networks, Inc. -# +# +# Copyright 2013, 2014 Big Switch Networks, Inc. +# # Licensed under the Eclipse Public License, Version 1.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.eclipse.org/legal/epl-v10.html -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, # either express or implied. See the License for the specific # language governing permissions and limitations under the # License. -# +# # ############################################################ -# -# Installer scriptlet for the powerpc-as5710-54x -# # The loader must be written raw to the first partition. platform_loader_raw=1 + # The loader is installed in the fat partition of the first USB storage device -platform_bootcmd='usb start; usbboot 0x10000000 0:1; setenv bootargs console=$consoledev,$baudrate onl_platform=powerpc-accton-as5710-54x-r0; bootm 0x10000000' +platform_bootcmd="usb start; usbboot 0x10000000 0:1; setenv bootargs console=\$consoledev,\$baudrate onl_platform=$ONL_PLATFORM; bootm 0x10000000#$ONL_PLATFORM" platform_installer() { # Standard installation to usb storage - installer_standard_blockdev_install sda 16M 64M "" + installer_standard_blockdev_install sda 128M 128M "" } \ No newline at end of file diff --git a/packages/platforms/accton/powerpc-accton-as6700-32x/platform-config/r0/src/lib/install/powerpc-accton-as6700-32x-r0.sh b/packages/platforms/accton/powerpc-accton-as6700-32x/platform-config/r0/src/lib/install/powerpc-accton-as6700-32x-r0.sh index cf100fee..1686a0c9 100644 --- a/packages/platforms/accton/powerpc-accton-as6700-32x/platform-config/r0/src/lib/install/powerpc-accton-as6700-32x-r0.sh +++ b/packages/platforms/accton/powerpc-accton-as6700-32x/platform-config/r0/src/lib/install/powerpc-accton-as6700-32x-r0.sh @@ -1,32 +1,29 @@ ############################################################ # -# -# Copyright 2013, 2014 Big Switch Networks, Inc. -# +# +# Copyright 2013, 2014 Big Switch Networks, Inc. +# # Licensed under the Eclipse Public License, Version 1.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.eclipse.org/legal/epl-v10.html -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, # either express or implied. See the License for the specific # language governing permissions and limitations under the # License. -# +# # ############################################################ -############################################################ -# -# Installer scriptlet for the powerpc-as6700-32x -# # The loader is installed in the fat partition of the first USB storage device -platform_bootcmd='usb start; fatload usb 0:1 0x10000000 onl-loader; setenv bootargs console=$consoledev,$baudrate onl_platform=powerpc-accton-as6700-32x-r0; bootm 0x10000000' +platform_bootcmd="usb start; fatload usb 0:1 0x10000000 $ONL_PLATFORM.itb; setenv bootargs console=\$consoledev,\$baudrate onl_platform=$ONL_PLATFORM; bootm 0x10000000#$ONL_PLATFORM" platform_installer() { # Standard installation to usb storage - installer_standard_blockdev_install sda 16M 64M "" -} \ No newline at end of file + installer_standard_blockdev_install sda 128M 128M "" +} +echo $platform_bootcmd diff --git a/packages/platforms/accton/powerpc-accton-as6700-32x/platform-config/r1/src/lib/install/powerpc-accton-as6700-32x-r1.sh b/packages/platforms/accton/powerpc-accton-as6700-32x/platform-config/r1/src/lib/install/powerpc-accton-as6700-32x-r1.sh index 41069d56..82127e06 100644 --- a/packages/platforms/accton/powerpc-accton-as6700-32x/platform-config/r1/src/lib/install/powerpc-accton-as6700-32x-r1.sh +++ b/packages/platforms/accton/powerpc-accton-as6700-32x/platform-config/r1/src/lib/install/powerpc-accton-as6700-32x-r1.sh @@ -1,32 +1,28 @@ ############################################################ # -# -# Copyright 2013, 2014 Big Switch Networks, Inc. -# +# +# Copyright 2013, 2014 Big Switch Networks, Inc. +# # Licensed under the Eclipse Public License, Version 1.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# +# # http://www.eclipse.org/legal/epl-v10.html -# +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, # either express or implied. See the License for the specific # language governing permissions and limitations under the # License. -# +# # ############################################################ -############################################################ -# -# Installer scriptlet for the powerpc-as6700-32x -# # The loader is installed in the fat partition of the first USB storage device -platform_bootcmd='usb start; fatload usb 0:1 0x10000000 onl-loader; setenv bootargs console=$consoledev,$baudrate onl_platform=powerpc-accton-as6700-32x-r1; bootm 0x10000000' +platform_bootcmd="usb start; fatload usb 0:1 0x10000000 $ONL_PLATFORM.itb; setenv bootargs console=\$consoledev,\$baudrate onl_platform=$ONL_PLATFORM; bootm 0x10000000#$ONL_PLATFORM" platform_installer() { # Standard installation to usb storage - installer_standard_blockdev_install sda 16M 64M "" + installer_standard_blockdev_install sda 128M 128M "" } \ No newline at end of file