David Hendricks ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/2139

-gerrit

commit 8b649810830e017558ea3815666951d5071ce366
Author: David Hendricks <[email protected]>
Date:   Fri Jan 11 11:35:47 2013 -0800

    ps_hold hack for Snow
    
    ** do not submit **
    
    This just places the ps_hold hack in the armv7 bootblock main()
    functions.
    
    Change-Id: Ibf7b82688f5b00fc1fae063eec25e26f23edd114
    Signed-off-by: David Hendricks <[email protected]>
---
 src/arch/armv7/bootblock_simple.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/arch/armv7/bootblock_simple.c 
b/src/arch/armv7/bootblock_simple.c
index c10ee1f..71e5687 100644
--- a/src/arch/armv7/bootblock_simple.c
+++ b/src/arch/armv7/bootblock_simple.c
@@ -42,6 +42,10 @@ void main(unsigned long bist)
                bootblock_mainboard_init();
        }
 
+       volatile unsigned long *addr = (unsigned long *)0x1004330c;
+       *addr |= 0x100;
+       while (1) ;
+
        entry = findstage(target1);
        if (entry) call(entry);
 

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to