commit | 9fc3341bd5a5dcfeb4980b75eed2a743c604b638 | [log] [tgz] |
---|---|---|
author | Jacob Pan <[email protected]> | Thu Oct 07 14:12:39 2010 -0700 |
committer | Patrick Tjin <[email protected]> | Mon Jul 21 20:22:39 2014 -0700 |
tree | d396008c71fd9c4d061fdb888a0bf46b7a6f0db2 | |
parent | 683ef40c35d6ad235414236a68735ac86a4b20cc [diff] |
SFI: fix table alignment SFI spec does not require any dword alignment of its tables other than SYST base table. IA FW may produce byte aligned mmap table that the current code cannot handle. Also added __packed attribute for sfi structures. Signed-off-by: Jacob Pan <[email protected]>