mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-27 18:25:00 +00:00
- Kernel Modules
- Upgrade to 3.16 LTS
This commit is contained in:
@@ -1 +1 @@
|
||||
!include $ONL_TEMPLATES/platform-config-platform.yml ARCH=amd64 VENDOR=accton PLATFORM=x86-64-accton-as5812-54t-r0
|
||||
!include $ONL_TEMPLATES/platform-config-with-modules.yml ARCH=amd64 VENDOR=accton PLATFORM=x86-64-accton-as5812-54t-r0 MODULES=onl-platform-modules-x86-64-accton-as5812-54t:amd64
|
||||
|
||||
@@ -17,8 +17,8 @@ x86-64-accton-as5812-54t-r0:
|
||||
--parity=no
|
||||
--stop=1
|
||||
|
||||
kernel:
|
||||
<<: *kernel-3-2
|
||||
kernel:
|
||||
<<: *kernel-3-16
|
||||
|
||||
args: >-
|
||||
nopat
|
||||
|
||||
@@ -10,6 +10,10 @@ class OnlPlatform_x86_64_accton_as5812_54t_r0(OnlPlatformAccton,
|
||||
|
||||
def baseconfig(self):
|
||||
########### initialize I2C bus 0 ###########
|
||||
self.insmod("accton_i2c_cpld", required=False)
|
||||
self.insmod("cpr_4011_4mxx", required=False)
|
||||
for m in [ "sfp", "psu", "fan", "leds" ]:
|
||||
self.insmod("x86-64-accton-as5812-54t-%s" % m, required=False)
|
||||
|
||||
# initialize CPLDs
|
||||
self.new_i2c_device('accton_i2c_cpld', 0x60, 0)
|
||||
|
||||
Reference in New Issue
Block a user