Field of the Invention
This invention relates to non-volatile storage systems and, more particularly, to controlling access to non-volatile storage systems.
Description of the Related Art
In a typical processing application (e.g., an automotive application) a non-volatile memory (NVM) may be implemented in a stand-alone memory integrated circuit or may be embedded within other integrated circuits. The NVM is used to store information, such as boot instructions, configuration information (e.g., operational parameters or information related to security and access), or other types of information, that are accessed and used by a microcontroller or other processing circuit to perform various operations. To protect the integrity of that information, e.g., to prevent unauthorized software execution or attack by malware, a manufacturer may control access to the information stored in the NVM of a product. A user (e.g., a microcontroller or other control circuit of the associated system) may have limited or no access to the information unless the user or subsystem in communication with the user authenticates the contents of the NVM before providing access to the contents of the NVM. A security processor or other control logic calculates a message authentication code or secure hash based on an image retrieved from memory and compares that message authentication code or secure hash to a value stored in secure memory (i.e., tamper-proof memory). However, calculating a message authentication code or secure hash for a large image may take a substantial amount of time that exceeds the start-up requirements for a system in some applications. Accordingly, improved techniques for controlling access to information are desired.
The present invention is illustrated by way of example and is not limited by the accompanying figures, in which like references indicate similar elements. Elements in the figures are illustrated for simplicity and clarity and have not necessarily been drawn to scale.
The use of the same reference symbols in different drawings indicates similar or identical items.
A technique that reduces the startup time of a processing system authenticates a proxy for an image stored in tracked memory instead of authenticating the image stored in the tracked memory. A controller generates an alteration log authentication code based on an alteration log that is updated prior to programming the image stored in tracked memory. The controller records an alteration log authentication code in secure memory. The alteration log is indirectly related to a most recent image stored in the tracked memory. Authentication of the image of the alteration log is used as a proxy for authentication of the image stored in tracked memory, which is performed only when the tracked memory is modified. Use of the contents of the alteration log as a proxy for the contents of tracked memory accelerates the startup time of the system.
Referring to
Non-volatile memory 106 includes a tracked memory 114 that is readable and writable via read/write commands provided to memory system 100 from controller 104. Tracked memory 114 may include boot code or other configuration information that is written by a manufacturer (e.g., a supplier or other suitable entity that configures the system prior to deployment in a target application and may provide updates to the system after the deployment), but later, may be overwritten by manufacturer-authorized patches or upgrades. Tracked memory 114 may include flash memory, magneto-resistive random-access memory (RAM), ferroelectric RAM (F-RAM), magnetic computer storage devices, optical discs, or any other suitable non-volatile memory that can store information even when not receiving power. The contents of NVM 106 may be written by the manufacturer directly, e.g., at a production facility. The contents of NVM 106 may be indirectly written by the manufacturer, in response to instructions received from manufacturer system 102. For example, manufacturer system 102 may use a communications link (e.g., transmission line or a wireless communications link) to communicate with controller 104.
Non-volatile memory 106 also includes alteration log 118, which may be one-time programmable read-only memory, a portion of which may not be readable by an application executing on controller 104 using typical read commands to NVM system 100. Non-volatile memory 106 may include one-time programmable read only memory (e.g., programmable read-only memory, field programmable read-only memory (FPROM), or one-time programmable non-volatile memory (OTP NVM)) and is a form of digital memory where the setting of each bit is locked by a fuse or anti-fuse. It is a type of read-only memory that is generally programmed after manufacture and once programmed, the stored data is permanent. Typical one-time programmable read-only memory has an initial state with all bits reading as ‘1,’ and burning fuse bits during programming causes the bits to read as ‘0.’ However, other embodiments of one-time programmable read-only memory have an initial state of all bits reading as ‘0,’ and programming anti-fuses causes the bits to read as ‘1.’ Blowing the fuses is an irreversible process that opens a connection, while programming an anti-fuse closes a connection. In general, a bit is programmed by applying a high-voltage pulse that is not used during normal operation across the gate and substrate of a transistor to break down the oxide between the gate and substrate. Memory controller 110 communicates with one-time programmable read-only memory in NVM 106 using control signals 128, data signals 126, and address signals 124, or by a separate interface.
Configuration region 112 may be implemented as a configuration register including a tracked region field, a one-time programmable region field, and a log region field. Contents of those fields may identify corresponding regions (e.g., tracked memory 114, non-tracked memory 116, and alteration log 118) in NVM 106. The tracked region stores information whose alteration needs to be tracked for a particular application. For example, in an automotive application, bits in the tracked region field identify locations that store configuration parameters for an engine control unit. Unauthorized changes to those configuration parameters may cause damage to an associated vehicle. If the automobile manufacturer or a related entity determines that unauthorized changes were made to the configuration parameters, they may void the warranty or refuse to service the automobile. In another example, the tracked region field specifies locations that have security and access control information for a consumer application.
The one-time programmable region field of configuration region 112 may identify storage locations of NVM 106 that cannot be programmed more than once. For example, in an automotive application, bits of the one-time programmable region field may identify locations that store system parameters that should never be changed, e.g., a vehicle identification number. In an exemplary consumer application, one-time programmable region field may identify locations that store information associated with the distributor of the consumer application device. The log region field of configuration region 112 identifies locations storing an alteration log corresponding to tracked memory 114. Configuration region 112 may also store a one-time programmed enabling key, which may be used to determine whether the use of the information stored in configuration register is enabled. Configuration region 112 may include other combinations of fields. In addition, configuration information could be predetermined or provided without the use of configuration register region 112.
Non-volatile memory 106 may include a flash memory where the request to modify would be the same as a request to erase. However, non-volatile memory 104 may include other forms of non-volatile storage where the request to modify may be the appropriate request for that type of storage. A mechanism prevents erasure of locations of tracked memory 114 until storage of a permanent record of the attempted modification. In response to receiving a request to modify one or more locations of tracked memory 114, memory controller 110 determines whether or not alteration log 118 has been appropriately modified (e.g., consistent with a particular format), and only allows modification of tracked memory 114 in response to a write to alteration log 118, which establishes a root of trust. If alteration log 118 has not been suitably written, memory controller 110 denies any a modification of tracked memory 114. Memory controller 110 allows modification of non-tracked region 116 whether or not the modification request is preceded by a write to alteration log 118. Techniques for tracking storage alteration are described in U.S. patent application Ser. No. 12/683,549, now U.S. Pat. No. 8,380,918, entitled “Non-Volatile Storage Alteration Tracking,” filed Jan. 7, 2010, naming Richard Soja, James B. Eifert, and Timothy J. Strauss as inventors, which application is incorporated by reference herein.
During operation, controller 104 accesses memory system 100. When controller 104 accesses tracked memory 114, memory controller 110 authenticates the contents of tracked memory 114 before providing data to controller 104. The authentication includes a comparison of an authentication code generated using the contents of tracked memory 114 by memory controller 110 to a previously stored authentication code 120. If the comparison indicates that the generated authentication code is different from stored authentication code 120, memory controller 110 denies or limits access to the memory (e.g., a restricted boot load operation is allowed to occur). The authentication code may be a Message Authentication Code (MAC) or secure hash of the image stored in tracked memory 114. The authentication code may be determined by any suitable technique known in the art.
Referring to
Referring to
Referring to
After a reset or other system operations (320), which may occur when the device is deployed in the field, controller 104 accesses the image stored in tracked memory 114. In response to the memory request to tracked memory from controller 104, memory controller 410 attempts to authenticate the image in alteration log 118. For example, memory controller computes an alteration log authentication code based on the current contents of alteration log 118 and compares the computed alteration log authentication code to a stored alteration log authentication code stored in secure location 422. If the computed authentication code differs from the stored alteration log authentication code (324), memory controller 410 provides an indication to controller 104 that tracked memory 114 has been corrupted or sustained an unauthorized write (326). If tracked memory 114 stores boot code, rather than loading and executing the boot code image from tracked memory 114, controller 104 may execute a restricted startup routine or load alternate code from another location. If the computed alteration log authentication code is the same as the stored alteration log authentication code, the image successfully authenticates (324), and memory controller 410 provides the image of tracked memory 114 to controller 104, indicates successful authentication, and controller 104 continues with normal operation (328). Calculating an alteration log authentication code for alteration log 118 is substantially quicker than calculating an authentication code for the image of tracked memory 114. For example, in an engine control application, authentication using the image of alteration log 118 as a proxy for the image of tracked memory 114 may be at least one order of magnitude (e.g., 500 times) faster than authentication using the image of tracked memory 114. Note that other operations may occur in the sequence of
In at least one embodiment of the invention, a method includes determining an alteration log authentication code based on contents of an alteration log associated with a tracked region of memory. The method includes generating an indication of authentication of the contents of the tracked region of memory based on a comparison of the alteration log authentication code to a stored alteration log authentication code. The method may include after storing a stored authentication code determined based on contents of the tracked region of memory, disabling modification of the tracked region of memory. The method may include generating a second indication of authentication of the contents of the tracked region of memory based on a comparison of the stored authentication code to a determined authentication code. The method may include in response to a successful authentication of entries of the tracked region of memory with a stored authentication code, determining the stored alteration log authentication code based on the alteration log associated with the tracked region of memory. The method may include storing the stored alteration log authentication code in a secure storage element. The method may include after storing the stored alteration log authentication code, enabling modification of the tracked region of memory.
In at least one embodiment of the invention, an apparatus includes a storage module comprising a tracked region, an alteration log associated with the tracked region, and control logic configured to selectively provide access to the tracked region based on an indication of a comparison of an alteration log authentication code to a stored alteration log authentication code. The control logic may be further configured to disable modification of the tracked region of memory after storing a stored authentication code determined based on contents of the tracked region of memory, generate a second indication of authentication based on a comparison of the stored authentication code to a determined authentication code, determine the stored alteration log authentication code based on the alteration log associated with the tracked region of memory in response to a successful authentication of entries of the tracked region of memory with a stored authentication code, store the stored alteration log authentication code in a secure storage element, and enable modification of the tracked region of memory after storing the stored alteration log authentication code. The apparatus may include a storage element configured to store the alteration log authentication code based on contents of the alteration log.
In at least one embodiment of the invention, a method includes after storing a stored authentication code determined based on contents of the tracked region of memory, disabling modification of the tracked region of memory. The method includes generating an indication of authentication of the contents of the tracked region of memory based on a comparison of the stored authentication code to a determined authentication code. The method includes in response to a successful authentication of the contents of the tracked region of memory, determining a stored alteration log authentication code based on an alteration log associated with the tracked region of memory. The method includes storing the stored alteration log authentication code in a secure storage element. The method may include, after storing the stored alteration log authentication code, enabling modification of the tracked region of memory. The method may include determining an alteration log authentication code based on contents of an alteration log associated with a tracked region of memory. The method may include generating an indication of authentication of the contents of the tracked region of memory based on a comparison of the alteration log authentication code to a stored alteration log authentication code.
Although the invention is described herein with reference to specific embodiments, various modifications and changes can be made without departing from the scope of the present invention as set forth in the claims below. For example, while the invention has been described in an embodiment in which the tracked memory is non-volatile memory, one of skill in the art will appreciate that the teachings herein can be utilized with volatile memory that continuously receive power. Accordingly, the specification and figures are to be regarded in an illustrative rather than a restrictive sense, and all such modifications are intended to be included within the scope of the present invention. Any benefits, advantages, or solutions to problems that are described herein with regard to specific embodiments are not intended to be construed as a critical, required, or essential feature or element of any or all the claims.
While circuits and physical structures have been generally presumed in describing embodiments of the invention, it is well recognized that in modern semiconductor design and fabrication, physical structures and circuits may be embodied in computer-readable descriptive form suitable for use in subsequent design, simulation, test or fabrication stages. Structures and functionality presented as discrete components in the exemplary configurations may be implemented as a combined structure or component. Various embodiments of the invention are contemplated to include circuits, systems of circuits, related methods, and tangible computer-readable medium having encodings thereon (e.g., VHSIC Hardware Description Language (VHDL), Verilog, GDSII data, Electronic Design Interchange Format (EDIF), and/or Gerber file) of such circuits, systems, and methods, all as described herein, and as defined in the appended claims.
Unless stated otherwise, terms such as “first” and “second” are used to arbitrarily distinguish between the elements such terms describe. Thus, these terms are not necessarily intended to indicate temporal or other prioritization of such elements.
Number | Name | Date | Kind |
---|---|---|---|
4817040 | Bodley-Scott | Mar 1989 | A |
5155484 | Chambers, IV | Oct 1992 | A |
6643574 | Swart et al. | Nov 2003 | B1 |
6714926 | Benson | Mar 2004 | B1 |
6742117 | Hikita | May 2004 | B1 |
6823273 | Ouellette | Nov 2004 | B2 |
7082534 | Tardo | Jul 2006 | B2 |
7496586 | Bonwick | Feb 2009 | B1 |
7584350 | Kuhls et al. | Sep 2009 | B2 |
7673129 | Rudelic | Mar 2010 | B2 |
7725703 | Hunter et al. | May 2010 | B2 |
8036786 | Kimoto | Oct 2011 | B2 |
8051267 | Chase | Nov 2011 | B1 |
8316237 | Felsher | Nov 2012 | B1 |
8380918 | Soja | Feb 2013 | B2 |
8489832 | Mundschau | Jul 2013 | B1 |
8589793 | Link, II | Nov 2013 | B2 |
8656482 | Tosa | Feb 2014 | B1 |
8813230 | Fanton et al. | Aug 2014 | B2 |
8838678 | Weiss | Sep 2014 | B1 |
8887159 | Takahashi | Nov 2014 | B2 |
8966248 | Baltes et al. | Feb 2015 | B2 |
8984632 | Laffoon | Mar 2015 | B1 |
9253200 | Schwarz et al. | Feb 2016 | B2 |
9374335 | Burcham et al. | Jun 2016 | B2 |
9436456 | Danne et al. | Sep 2016 | B2 |
20020038429 | Smeets | Mar 2002 | A1 |
20030069902 | Narang | Apr 2003 | A1 |
20040024644 | Gui | Feb 2004 | A1 |
20040193818 | Hashimoto | Sep 2004 | A1 |
20040255145 | Chow | Dec 2004 | A1 |
20050055621 | Adelmann | Mar 2005 | A1 |
20050154874 | Koga | Jul 2005 | A1 |
20050256811 | Pagel | Nov 2005 | A1 |
20050262061 | Moritsu | Nov 2005 | A1 |
20060105739 | Frank | May 2006 | A1 |
20060107306 | Thirumalai | May 2006 | A1 |
20060107329 | Frank | May 2006 | A1 |
20060112384 | Frank | May 2006 | A1 |
20060117190 | Morita | Jun 2006 | A1 |
20060165227 | Steeb | Jul 2006 | A1 |
20070061535 | Xu | Mar 2007 | A1 |
20070100886 | Steeb | May 2007 | A1 |
20070192824 | Frank | Aug 2007 | A1 |
20070192825 | Frank | Aug 2007 | A1 |
20080005077 | Eggebraaten | Jan 2008 | A1 |
20080016358 | Filreis | Jan 2008 | A1 |
20080028235 | Smith | Jan 2008 | A1 |
20080177769 | Albert | Jul 2008 | A1 |
20080235445 | Kacin | Sep 2008 | A1 |
20090049309 | Brinker | Feb 2009 | A1 |
20090110190 | Dolgunov et al. | Apr 2009 | A1 |
20090287837 | Felsher | Nov 2009 | A1 |
20100083254 | Takahashi | Apr 2010 | A1 |
20110107395 | Takala | May 2011 | A1 |
20110167198 | Soja | Jul 2011 | A1 |
20110167260 | Fanton et al. | Jul 2011 | A1 |
20120047358 | Chung et al. | Feb 2012 | A1 |
20130159021 | Felsher | Jun 2013 | A1 |
20130268754 | Baltes et al. | Oct 2013 | A1 |
20140082257 | Scouller | Mar 2014 | A1 |
20140122903 | Endo | May 2014 | A1 |
20140365755 | Liu | Dec 2014 | A1 |
20150154113 | Krieger | Jun 2015 | A1 |
20150363599 | Hoyer | Dec 2015 | A1 |
20160034289 | Amano | Feb 2016 | A1 |
20160078251 | Soja | Mar 2016 | A1 |
20160188896 | Zatko | Jun 2016 | A1 |
20160264071 | Ujiie et al. | Sep 2016 | A1 |
20170041395 | Kupcu | Feb 2017 | A1 |
20170090909 | Guo | Mar 2017 | A1 |
20170147356 | Kotary | May 2017 | A1 |
Entry |
---|
Notice of Allowance, U.S. Appl. No. 14/725,387, dated Jun. 2, 2017, 11 pages. |
Office action, Non-Final Rejection, U.S. Appl. No. 14/725,387, dated Dec. 21, 2016, 6 pages. |
U.S. Appl. No. 14/725,387, Michael R. Grimes: “Boot Control Systems and Methods for Vehicles”, filed May 29, 2015. |
Number | Date | Country | |
---|---|---|---|
20170060781 A1 | Mar 2017 | US |