Commit Graph

1508 Commits

Author SHA1 Message Date
roylee123
d31106980d [Platform]Accton as7312_54x, fixes insertion of the wrong psu driver 2017-08-03 09:43:39 +08:00
Jeffrey Townsend
3de71b4684 Improve portability.
All sysfs files should be referenced using the search syntax.
2017-08-02 22:45:20 +00:00
Jeffrey Townsend
8c1df07a86 Improve dmidecode usage.
- Improve arch conditions.
- Don't throw exeptions on decode errors.
2017-08-02 22:10:38 +00:00
Jeffrey Townsend
45aaf6959f Latest 2017-08-01 16:15:17 +00:00
Jeffrey Townsend
cdb205ee75 Architecture and error checking. 2017-07-19 17:58:22 +00:00
Jeffrey Townsend
701b91ae82 Initial 2017-07-19 17:58:19 +00:00
Jeffrey Townsend
05165f61ea - Place DHCP options in /var/run/udhcpc
- Request default-url and siaddr.
2017-07-19 17:57:32 +00:00
Jeffrey Townsend
40fc82b48c Remove setup marker on clean. 2017-07-18 16:24:31 +00:00
Jeffrey Townsend
ab048a41d9 Enable additional DHCP options to support functional parity with ONIE. 2017-07-18 16:23:22 +00:00
Jeffrey Townsend
775e7d567a Merge branch 'master' of github.com:opencomputeproject/OpenNetworkLinux 2017-07-14 18:41:59 +00:00
Jeffrey Townsend
0a1dad9343 Cleaning the lib directory must happen prior to kernel build (now that kernel modules are installed there). 2017-07-14 18:40:45 +00:00
Jeffrey Townsend
819f4ad3f7 Add support for building and installing base kernel modules.
Kernel modules can now be selected from the base kernel package via the kernel config.
The modules will be built and installed into the existing -modules packages.

Module management tools like modprobe will now work properly.

This enables individual module selection for
2017-07-14 18:35:12 +00:00
Jeffrey Townsend
6ec5202fa0 Update package version to 1.4. 2017-07-14 18:34:20 +00:00
Jeffrey Townsend
6308d4018d Accidentally committed. 2017-07-14 18:34:02 +00:00
Jeffrey Townsend
a17a83966b Merge pull request #224 from brandonchuang/master
[kernel 3.16-lts] Enable UEFI related config
2017-07-14 09:28:50 -07:00
Jeffrey Townsend
a6c87b0a66 Merge pull request #223 from sonoble/4-9-config-update
igb: Add support for bcm5461x phy
2017-07-14 09:28:29 -07:00
Jeffrey Townsend
0e40ef700b Merge pull request #214 from sholeksandr/manager_led
Add LED manager function to sysi.c to 2100, 2410 and 2700 systems
2017-07-14 09:20:44 -07:00
Jeffrey Townsend
fefbfa6fa1 Merge pull request #208 from raymondhuey/netberg
Support Netberg Platform
2017-07-14 09:20:06 -07:00
Jeffrey Townsend
76dd249757 Merge pull request #207 from XiongJunDelta/master
add new platform for delta Ag7648 platform
2017-07-14 09:18:04 -07:00
brandon_chuang
56bbb50716 [kernel 3.16-lts] Enable UEFI related config 2017-07-14 10:05:56 +08:00
Steven Noble
cdaabeb19e igb: Add support for bcm5461x phy
Patch provided by David Ahern @dsahern for kernel 4.11 based on 3.16-lts ONL patch.
2017-07-12 20:41:24 +00:00
Jeffrey Townsend
ef194f7b65 Enable DESELECT_ON_EXIT by default. 2017-07-12 18:00:50 +00:00
Jeffrey Townsend
8a499140ad Latest 2017-07-07 16:29:19 +00:00
Jeffrey Townsend
188d02f518 Enable the SFF unit test. 2017-07-07 16:28:55 +00:00
Jeffrey Townsend
5b1d3751c1 SFF Interface Improvements
- All meta fields can now be populated directly from the module type.
  - This places the mapping in a single place for all fields.
  - This allows a complete info structure to be populated by module type along.
    This is useful for simulation.
- Add JSON output.
2017-07-07 16:26:06 +00:00
Jeffrey Townsend
227daab6dc Remove ucli advertisement. 2017-07-07 16:24:35 +00:00
Jeffrey Townsend
df42573905 Correct device and bitmap initialization. 2017-07-06 22:13:46 +00:00
raymond.huey
3d4aa912b4 Update the Support for Netberg Platforms
- remove the patch file "driver-i2c-bus-intel-ismt-netberg-aurora.patch".
- modify the method of reading EEPROM : access the binary data directly for EEPROMs on main board and PSU.
- remove the function "onlp_sysi_platform_set" in file "sysi.c".
- change the SYS_OBJECT_ID in file "__init__.py":
    Aurora 620 : .620.1
    Aurora 720 : .720.1
- remove the "/dev/rtc1" in file "__init__.py", because there is no ds1339 on Netberg Aurora platforms.
2017-07-06 16:25:24 +08:00
Dave Hu
6ed1fae68c modify i2c and python file for ag7648 github 2017-07-03 10:02:27 -04:00
sholeksandr
e874e9f712 Merge branch 'master' into manager_led 2017-06-30 19:48:27 +03:00
Jeffrey Townsend
1b2d889979 Merge pull request #221 from andir/use-python2
docker/tools: use `/usr/bin/python2` instead of `/usr/bin/python`
2017-06-30 09:06:51 -07:00
Jeffrey Townsend
ba236ea3fa Merge pull request #213 from sholeksandr/master
Add onlp_sfp_dev_readb and onlp_sfp_dev_readw support
2017-06-30 09:04:50 -07:00
Jeffrey Townsend
f3761fe45d Merge pull request #210 from roylee123/master
Add new model, accton-as5916-54xm.
2017-06-30 09:03:00 -07:00
Jeffrey Townsend
34537a30c3 Merge pull request #209 from jonathantsai-qci/master
Add Quanta IX2 Platform:
2017-06-30 08:57:42 -07:00
Andreas Rammhold
a4cefaf8f5 tools: use /usr/bin/python2 instead of /usr/bin/python
python3 is starting to become the default on all major distributions.
Using `/usr/bin/python2` should be safe for the near future.
2017-06-30 11:40:29 +02:00
Dave Hu
04fef7c05e debug the onlp code for ag7648 in github 2017-06-28 10:50:50 -04:00
Jonathan Tsai
f08a606527 [Quanta-IX2] Add sfp functions of onlp_sfpi_control_set() and onlp_sfpi_control_get() 2017-06-27 11:13:41 +08:00
Jonathan Tsai
109eae5e96 Update Quanta SYS_OBJECT_ID for each platform 2017-06-27 11:10:38 +08:00
Jeffrey Townsend
c29bcfda95 Update to builder8:1.7. 2017-06-26 07:58:00 -07:00
Jeffrey Townsend
f4b169c0e5 Builder8 1.7
------------
- Fix broken cross dependencies.
- Update Packages.
- Additional build dependencies.
2017-06-26 07:56:42 -07:00
raymondhuey
f90837424d Update the patch file "driver-igb-netberg-aurora.patch"
- Remove unused and re-define definitions in bcm_phy.c
- Change the name of function "bcm54616_config_init" to "bcm54616s_config_init"
2017-06-21 14:13:21 +08:00
Oleksandr Shamray oleksandrs@mellanox.com
38e5033b97 Change OPEN_READ_FILE macros to the onlp_file_read() API in fani.c 2017-06-19 14:22:48 +00:00
Jeffrey Townsend
580e428a39 Merge pull request #220 from brandonchuang/as5812_54x
[as5812-54x] Support DC power and YM2401J AC power
2017-06-16 07:37:57 -07:00
Jeffrey Townsend
703445dec0 Merge pull request #219 from brandonchuang/as5712_54x
[as5712-54x] Support DC power and YM2401J AC power
2017-06-16 07:37:36 -07:00
roylee123
93bb784887 Update platform accton-as5916-54xm to folow ONL's tradition 2017-06-16 16:10:29 +08:00
brandonchuang
80975cd4fc [as5812-54x] Support DC power and YM2401J AC power 2017-06-16 14:03:57 +08:00
brandonchuang
a8c284bf25 [as5712-54x] Support DC power and YM2401J AC power 2017-06-16 14:01:43 +08:00
Jeffrey Townsend
d52ef19880 Merge pull request #218 from bigswitch/master
Add 3.2 LTS option
2017-06-15 09:45:14 -07:00
Jeffrey Townsend
15720cc2b3 Merge branch 'master' of github.com:opencomputeproject/OpenNetworkLinux 2017-06-15 16:43:58 +00:00
Jeffrey Townsend
5bcd18e080 Merge pull request #217 from brandonchuang/as6812_32x
[as6812-32x] Support DC power and YM2401J AC power
2017-06-15 09:38:25 -07:00