From 5c40d7f2798087751e0f3c6a507107e540126b69 Mon Sep 17 00:00:00 2001 From: Stephen Cprek Date: Mon, 20 Mar 2017 16:26:01 -0500 Subject: [PATCH] Fix dcbz too look at the BLLOADSIZE vs the SAB location Change-Id: I0d88f5126cba9597098b86fc0ffa8b2e52ff6237 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38177 Reviewed-by: Nicholas E. Bofferding Reviewed-by: Michael Baiocchi Reviewed-by: Martin Gloff Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: William G. Hoffa --- src/bootloader/bl_start.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bootloader/bl_start.S b/src/bootloader/bl_start.S index ba3eb8f90d9..60bfc1ccc94 100644 --- a/src/bootloader/bl_start.S +++ b/src/bootloader/bl_start.S @@ -225,8 +225,8 @@ _main: ;// Do dcbz from end of Bootloader load to end of HBB ECC working space _dcbz_after_bl: - lis r5, SBE_HB_SECUREACCESSBIT@h - ori r5, r5, SBE_HB_SECUREACCESSBIT@l + lis r5, SBE_HB_BLLOADSIZE@h + ori r5, r5, SBE_HB_BLLOADSIZE@l ld r5, 0(r5) ;// get ending EA from SBE HB structure lis r6, 0 addis r6, r6, 32 ;// 2M (32 * 0x10000)