GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
IMX6_SNVS(4) FreeBSD Kernel Interfaces Manual IMX6_SNVS(4)

imx6_snvs
device driver for the NXP i.MX6 on-chip Realtime Clock

To compile this driver into the kernel, place the following line in your kernel configuration file:
device imx6_snvs

Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):

imx6_snvs_load="YES"

The imx6_snvs driver provides support for the i.MX6 on-chip realtime clock. It provides the time of day with a resolution of approximately 30 microseconds.

‘SNVS’ stands for Secure Non-Volatile Storage, and refers to the subsystem within the chip that (optionally) remains powered by a battery when the rest of the system is powered down. The on-chip realtime clock is part of that subsystem. Other features of the SNVS subsystem are related to security, tamper monitoring, and power control; the imx6_snvs driver does not currently support those features.

Many i.MX6 systems do not use a battery to provide power to the SNVS due to its relatively high power draw. In such systems, this driver is able to provide a very accurate time following a reboot, but cannot provide time at all if the power is cycled. If the system provides an i2c or other type of alternate realtime clock with lower resolution, there is value in configuring both clock drivers. Doing so allows SNVS to provide accurate time after a reboot, while the external clock provides approximate time after power cycling.

The imx6_snvs driver first appeared in FreeBSD 12.0.
July 8, 2018 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 4 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.