aboutsummaryrefslogtreecommitdiff
path: root/core/pool.c
AgeCommit message (Collapse)AuthorFilesLines
2014-10-22fsp/elog: Create a logging frontendAlistair Popple1-0/+80
In order to support fsp-less machines we need to be able to log errors using a BMC or some other mechanism. Currently the error logging code is tightly coupled to the platform making it difficult to add different platforms. This patch factors out the generic parts of the error logging code in preparation for adding different logging backends. It also adds a generic mechanism for pre-allocating a specific number of objects. Signed-off-by: Alistair Popple <alistair@popple.id.au> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>