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

Edgecore 4630/5835/7326/7816 API2.0 platform support #10053

Merged
merged 47 commits into from
Mar 18, 2022
Merged
Show file tree
Hide file tree
Changes from 43 commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
acaba4d
Initial pass of EdgeCore platform changes.
Nov 29, 2021
32f7ded
Remove libevent dependency from lldpd.
Nov 30, 2021
683cb22
Remove python2 dependencies python3.7 force from platform install scr…
Dec 1, 2021
0e2a038
Include usbmount support changes.
Dec 3, 2021
bdc8ff3
Add missing 4630 install file.
Dec 3, 2021
eb1380f
Update a few file permissions. Add umask line to Makefile. Specify …
Dec 6, 2021
ee5b6b6
Misc platform updates:
Dec 8, 2021
fa74861
- Fix file permissions on source files
jeffhtgt Dec 21, 2021
343ec1b
Fix missing/extra parens in 4630 util script.
jeffhtgt Dec 21, 2021
8f953c1
Fix indentation in fanutil.py.
jeffhtgt Dec 22, 2021
5b17898
Integrate deltas from Edgecore to ec_platform branch.
jeffhtgt Dec 23, 2021
2ec059d
Installer update from Edgecore to resolve smbus serial console errors.
jeffhtgt Dec 25, 2021
6fea699
Update stable_size for warm boot.
jeffhtgt Dec 30, 2021
659181f
Merge branch 'master' into ec_platform
jeffhtgt Jan 4, 2022
31588af
Fix SFP dictionary key to match xcvrd.
jeffhtgt Jan 5, 2022
1bed721
- Add missing define in event.py files needed for xcvrd
jeffhtgt Jan 5, 2022
db15996
5835 platform file updates including installer and 5835 utility.
jeffhtgt Jan 7, 2022
e825fde
5835 fix for DMAR errors on serial console.
jeffhtgt Jan 8, 2022
c9b3008
Don't skip starting thermalctld in the pmon container.
jeffhtgt Jan 8, 2022
70244b1
Revert several changes that were not related to platform.
jeffhtgt Jan 12, 2022
7b0be33
Run thermalctld in pmon container.
jeffhtgt Jan 13, 2022
c11b886
Don't disable thermalctld in the pmon container.
jeffhtgt Jan 14, 2022
b18db21
Fix prints/parens in 7816 install utility.
jeffhtgt Jan 14, 2022
319f60e
- Incorporate 7816 changes from Edgecore
jeffhtgt Jan 17, 2022
1247da3
Update kernel modules to use kernel_read().
jeffhtgt Jan 17, 2022
91dbd89
Fix compile errors with 7816 and 7326 driver modules.
jeffhtgt Jan 18, 2022
7eda78c
Fix some indents preventing platform files from loading.
jeffhtgt Jan 18, 2022
13f93cd
Update 7816 platform sfp dictionary to match field names in xcvrd.
jeffhtgt Jan 20, 2022
eabd689
Add missing service and util files for 7816.
jeffhtgt Jan 21, 2022
33b530d
Update file names, etc. based on full SKU for 7816.
jeffhtgt Jan 21, 2022
6ff3d93
Delete pddf files not needed. These were causing conflicts with API2.0
jeffhtgt Jan 25, 2022
896abed
Merge branch 'master' into ec_platform
jeffhtgt Jan 26, 2022
44cef2b
Remove pddf files suggested by Edgecore that were preventing API2.0 s…
jeffhtgt Jan 27, 2022
4fae8ab
Install API2.0 file instead of pddf.
jeffhtgt Jan 27, 2022
7070a68
Update 7326 mac service file to not use pddf. Fix syntax errors in 7…
jeffhtgt Jan 28, 2022
f68b9da
Fix sonic_platform setup file for 7326.
jeffhtgt Jan 28, 2022
3c2693a
Fix syntax errors in python scripts.
jeffhtgt Jan 31, 2022
bc73bba
Updates to 7326 platform files.
jeffhtgt Feb 11, 2022
b0842cd
Merge branch 'master' into ec_platform
jeffhtgt Feb 11, 2022
c67eb74
Fix some tab errors pulled down from master merge.
jeffhtgt Feb 11, 2022
aa3f3f6
Remove pddf files that were added from previous merge.
jeffhtgt Feb 14, 2022
1052be0
Updates for 5835.
jeffhtgt Feb 17, 2022
8dcd2f4
Fix missing command byte for 5835 psu status.
jeffhtgt Feb 21, 2022
06cee0b
Fix permission bits on 4630 service files.
jeffhtgt Feb 28, 2022
accd010
Update platforms to use new SFP refactoring.
jeffhtgt Mar 3, 2022
993c48e
Merge branch 'master' into ec_platform
jeffhtgt Mar 10, 2022
2068e66
Fix unused var warnings.
jeffhtgt Mar 15, 2022
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
@@ -1,4 +1,4 @@
stable_size=71303168
stable_size=76303168

#polarity/lanemap is using TH2 style.
core_clock_frequency=893
Expand Down
1 change: 1 addition & 0 deletions device/accton/x86_64-accton_as4630_54pe-r0/installer.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CONSOLE_PORT=0x3f8
CONSOLE_DEV=0
CONSOLE_SPEED=115200
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="intel_iommu=off modprobe.blacklist=i2c-ismt,i2c_ismt,i2c-i801,i2c_i801"
66 changes: 0 additions & 66 deletions device/accton/x86_64-accton_as4630_54pe-r0/pddf/pd-plugin.json

This file was deleted.

Loading