commit | 2af52da5ad01770efeb202605ebacb23ad5108a6 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Fri Mar 08 19:36:28 2013 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Fri Mar 08 19:55:26 2013 -0500 |
tree | 1808f2fe1453fb443d9b44319137a340fe457a9c | |
parent | cdbac7f7f105a30d548dba4af41f7d29e2beaa69 [diff] |
Add VARVERIFY32INIT attribute for variables only available during "init". Add a build check to verify certain variables are only reachable via the 32bit "init" code. This can be used as a mechanism to enforce certain data (and code that accesses that data) as only available during POST. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>