From acc599b839dff95d062883ef3a5ff6f1f9fc256c Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 24 Nov 2016 14:31:07 +0200 Subject: AGESA: Add helpers to track heap relocation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib43e59e4d4ee5e48abf7177b36cb06fdae40bde9 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/18627 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/northbridge/amd/agesa/state_machine.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/northbridge/amd/agesa/state_machine.h') diff --git a/src/northbridge/amd/agesa/state_machine.h b/src/northbridge/amd/agesa/state_machine.h index e55c152b20..8711503456 100644 --- a/src/northbridge/amd/agesa/state_machine.h +++ b/src/northbridge/amd/agesa/state_machine.h @@ -17,6 +17,12 @@ #define _STATE_MACHINE_H_ #include +#include + +/* eventlog */ +const char *agesa_struct_name(int state); +const char *heap_status_name(int status); +void agesawrapper_trace(AGESA_STATUS ret, AMD_CONFIG_PARAMS *StdHeader, const char *func); struct sysinfo { -- cgit v1.2.3