From da3be2e4bd8e322830f7be12e9b375bbe62de42a Mon Sep 17 00:00:00 2001 From: Raptor Engineering Development Team Date: Mon, 22 Jan 2018 16:23:11 -0600 Subject: Signal skiboot completion to BMC when done --- include/ast.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/ast.h b/include/ast.h index 414ff6a3..50e7dbef 100644 --- a/include/ast.h +++ b/include/ast.h @@ -36,6 +36,7 @@ /* LPC registers */ #define LPC_BASE 0x1e789000 +#define LPC_BTIMSR (LPC_BASE + 0x60) #define LPC_HICR6 (LPC_BASE + 0x80) #define LPC_HICR7 (LPC_BASE + 0x88) #define LPC_HICR8 (LPC_BASE + 0x8c) -- cgit v1.2.1