commit | 1d41e8a29b2b6fa5283a709b6c10d0c36db99e3e | [log] [tgz] |
---|---|---|
author | Thomas Huth <thuth@linux.vnet.ibm.com> | Wed Aug 17 11:39:09 2011 +0200 |
committer | Thomas Huth <thuth@linux.vnet.ibm.com> | Fri Aug 19 14:57:32 2011 +0200 |
tree | 8f21d442845d80fdd1b73edf7c5023cdb1f59512 | |
parent | f36326c1153fa91505456ae5be41b22a951b9812 [diff] |
Fixed some problems with libnvram - On board-qemu, the logging partitions were too big (bigger than the total NVRAM size). - Fixed a compiler warning about type-punned pointers in nvram.c - When DISABLE_NVRAM is set, the fake buffer should not be accessed with cache-inhibited functions - Makefile did not generate proper dependencies Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>