802d5ef55a
[devices] add new accton platform minipack. Add support for new platform, minipack. It has CPU: Broadwell DE – D1527 MAC: Tomahawk3(BCM56980). PHY:Broadcom BCM81724, 4 pcs, Gearbox for PIM-16Q BMC:AST2520 8 hot-swappable Port-Interface-Modules, each of them has 16*100G QSFP. - What I did Add device and platform files for minipack. - How I did it Add as SONiC Porting Guide. - How to verify it decode-syseeprom sensors psuutil sfputil thermal monitor bcmsh on port status (port LEDs may not working)
49 lines
1.7 KiB
Plaintext
49 lines
1.7 KiB
Plaintext
Copyright (C) 2019 Accton Networks, Inc.
|
|
|
|
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 3 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, see <http://www.gnu.org/licenses/>.
|
|
|
|
Contents of this package:
|
|
module - Contains source code of kernel driver modules.
|
|
util - operational scripts.
|
|
|
|
Sonic creates a docker container and run building process under it.
|
|
If user tries to built new drivers, please get into that docker and
|
|
dpkg-buildpackage for them.
|
|
|
|
All Linux kernel code is licensed under the GPLv1. All other code is
|
|
licensed under the GPLv3. Please see the LICENSE file for copies of
|
|
both licenses.
|
|
|
|
====================================================================
|
|
The most of peripherals are accessed through BMC.
|
|
Only system eeprom and QSFP are directly accessed by CPU.
|
|
|
|
System LED:
|
|
There are 2 system LEDs at the upper-left corner of front panel.
|
|
|
|
Fan Control:
|
|
There are 16 fans inside 8 fan modules.
|
|
|
|
Thermal sensers:
|
|
8 temperature sensors are controlled by the lm75 kernel modules.
|
|
|
|
PSUs:
|
|
There r42 power supplies slot at the back.
|
|
Once if a PSU is not plugged, the data of it is shown all 0's.
|
|
|
|
There are 128 QSFP modules are equipped.
|
|
Before operating on PSU and QSFP+, please make sure it is well plugged.
|
|
Otherwise, operation is going to fail.
|
|
|