Commit Graph

349 Commits

Author SHA1 Message Date
Jeffrey Townsend
820cc3d973 - DHCP Timeout support in the Loader environment
When $NETAUTO=dhcp the transaction will now timeout after $NETRETRIES attempts.
  If the system has a local install or SWI then booting can continue.

  For systems which require DHCP to be functional before booting can continue
  (for example SWIs downloaded via URL rather than locally) then NETRETRIES=infinite should be set in the boot-config.

  NETRETRIES can be set to any number of attempts, or infinite. The default value is 5 attempts.

- Wait for ma1 linkup in the loader
  A short wait has been introduced to allow ma1 to linkup prior to continuing.
2016-10-26 12:39:26 -07:00
Jeffrey Townsend
1d52f43a0b Upgrade separation and cleanup. 2016-10-26 12:39:26 -07:00
Jeffrey Townsend
222ffd2504 Fix uninstallation. 2016-10-26 12:39:26 -07:00
Jeffrey Townsend
b077ed028b Enable ONIE and Firmware Upgrade Package Support 2016-10-26 12:39:24 -07:00
Jeffrey Townsend
4a5732241c Add platform and firmware keys. 2016-10-26 12:38:34 -07:00
Jeffrey Townsend
b7879951f0 Commit the sysctl settings prior to first mount. 2016-10-26 12:38:34 -07:00
Jeffrey Townsend
03bb6b718d Add default ONIE upgrade package settings. 2016-10-26 12:38:32 -07:00
Jeffrey Townsend
df146fd122 Onie and Loader infrastructure improvements
- Loader and ONIE moved to importable classes for tool usage
- OnieUpgradeBase updated.
2016-10-26 12:37:24 -07:00
Carl D. Roth
06ad896fd4 Added system upgrade key 2016-10-26 12:37:24 -07:00
Carl D. Roth
c10374ddc6 Fixed cpR implementation 2016-10-26 12:37:24 -07:00
Carl D. Roth
b6ce6eb566 Added devtmpfs workaround 2016-10-26 12:37:24 -07:00
Carl D. Roth
5e0ea4516e Update comment 2016-10-26 12:37:24 -07:00
Carl D. Roth
8d9bedd92e Added cp-R, added support for devtmpfs 2016-10-26 12:37:24 -07:00
Carl D. Roth
ead42bc860 Added upgrade-shell 2016-10-26 12:37:24 -07:00
Carl D. Roth
1c12aa5189 Added serialization function 2016-10-26 12:37:24 -07:00
Jeffrey Townsend
c875832718 Generalize to all exceptions. 2016-10-26 12:37:20 -07:00
Steven Noble
ac03653c5f Kernel configuration options and updated at24 patch for kernel 3.16 2016-10-26 12:35:12 -07:00
Zi Zhou
bc4d2e6f97 Do not show CRC under System Information for "show version" 2016-10-26 12:35:12 -07:00
Jeffrey Townsend
86cedd5bab - Improve retry and timeout performance for the isch driver
- adm1021 device detection option
2016-10-26 12:35:12 -07:00
Jeffrey Townsend
43c30cf187 The onl-pki script has moved. 2016-10-26 12:35:12 -07:00
Carl D. Roth
08e6bddfbb WIP parted API updates -- DO NO MERGE 2016-10-20 12:03:35 -07:00
Carl D. Roth
d129388145 Refactor to use OnieHelper 2016-10-20 12:00:48 -07:00
Carl D. Roth
759b002e4d Added attach/detach support 2016-10-20 11:59:45 -07:00
Carl D. Roth
b9ddd22e82 Added UMOUNT tag to suspend cleanup 2016-10-20 11:59:26 -07:00
Jeffrey Townsend
75bef2b248 Fix indexing bug. 2016-10-04 23:48:22 +00:00
Jeffrey Townsend
13d06bab43 Add sysconfig SWI upgrade mode. 2016-09-23 14:48:18 +00:00
Jeffrey Townsend
80c90ac3a4 Support optional API profiling. 2016-09-19 20:12:44 +00:00
Jeffrey Townsend
6b5c4c1c33 The ONLP_I2C_F_USE_BLOCK_READ flag can be used to request block reads from onlp_i2c_dev_read(). 2016-09-19 20:12:01 +00:00
Jeffrey Townsend
1f4877b4a3 Option to enter debug handler directly. 2016-09-19 16:20:35 +00:00
Jeffrey Townsend
f837d15f52 Update 2016-09-15 20:35:47 +00:00
Jeffrey Townsend
f32316c63c Support the BCM54616 and BCM5461S. 2016-09-15 20:34:56 +00:00
Jeffrey Townsend
793b7c1fc3 Remove broken patch. 2016-09-15 20:33:45 +00:00
Jeffrey Townsend
7714680845 Send DHCP client-id for ma1.
This makes the requests the same as those issued by ONIE and the Loader,
both of which use udhcpc (which sends Option 61 by default).
2016-08-31 17:28:19 +00:00
Jeffrey Townsend
a6cad524a8 Fix incorrect format check. 2016-08-30 21:11:37 +00:00
Jeffrey Townsend
7748ae181c Merge pull request #103 from sonoble/doc_onie_update
allows for the use of . in onie identifiers and updates documentation
2016-08-27 08:33:09 -07:00
Steven Noble
c776a7138d allows for the use of . in onie identifiers and updates documentation 2016-08-26 10:20:45 -07:00
Jeffrey Townsend
f34f93bc0b Support multiple environmental output formats. 2016-08-25 19:23:17 +00:00
Jeffrey Townsend
ddbd3e3e62 Correct. 2016-08-18 13:22:26 -07:00
Jeffrey Townsend
159f7e2ed2 Include the ARM64 patch only for ARM64 builds.
This should be temporary until the patchset can be fixed.
2016-08-18 13:21:21 -07:00
Jeffrey Townsend
ff97997e1a The ARM64 patch has broken the X86 build. It will not be included by default. 2016-08-18 13:20:38 -07:00
Jeffrey Townsend
a172c492e6 Regenerated. 2016-08-18 15:05:40 +00:00
Jeffrey Townsend
d2d1698126 The arm64 build collateral is not available in all kernels. 2016-08-17 22:57:08 +00:00
Jeffrey Townsend
636493a0b0 Initial. 2016-08-17 18:27:18 +00:00
Shengzhou Liu
ad139993d0 Add arm64 support for kernel based on 3.18.25 2016-08-17 00:57:17 +08:00
Shengzhou Liu
9dcd9c079e Add arm64 support for misc base packages 2016-08-17 00:57:17 +08:00
Shengzhou Liu
479247cf7c Add arm64 support for initrds and buildroot 2016-08-17 00:57:17 +08:00
Shengzhou Liu
1ed3041b9d Add arm64 support for build and installer 2016-08-17 00:57:01 +08:00
Jeffrey Townsend
c606d65cb2 Enable ONL Config installation (uboot). 2016-08-15 09:15:10 -07:00
Jeffrey Townsend
2e7df5b080 Populate the ONL-CONFIG partition with a README.
- This is mostly infrastructure prove-out.
2016-08-12 19:03:04 +00:00
Jeffrey Townsend
567621e662 Kernel updates from 1.0 repository. 2016-08-11 20:51:57 +00:00