Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-46

Creator:  Ronald G. Minnich <rminnich@lanl.gov>

sc520 fails after NOP


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1962 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
arch import user (historical)
2005-07-06 17:16:13 +00:00
parent c9e2af9ce6
commit 52871c4ad5
2 changed files with 55 additions and 16 deletions

View File

@@ -64,10 +64,14 @@ static void main(unsigned long bist)
setupsc520();
uart_init();
console_init();
// while(1)
print_err("HI THERE!\r\n");
sizemem();
/* Halt if there was a built in self test failure */
report_bist_failure(bist);
// report_bist_failure(bist);
#if 0