On Tue, Aug 10, 2010 at 8:38 AM, Mark Cave-Ayland mark.cave-ayland@siriusit.co.uk wrote:
repository service wrote:
Author: blueswirl Date: Mon Aug 9 22:41:45 2010 New Revision: 847 URL: http://tracker.coreboot.org/trac/openbios/changeset/847
Log: Fix load breakage by r828
If a loader succeeds, don't try the others.
Signed-off-by: Blue Swirl blauwirbel@gmail.com
I know it wasn't explicitly mentioned in your commit message, but does this solve the SPARC64 boot issue?
Yes, all my Sparc64 tests pass now. Good news is that at some point OpenBSD boot has made some progress:
Trying cdrom:f... Not a Linux kernel image Not a bootable ELF image Not a bootable a.out image
Loading FCode image... Loaded 4893 bytes entry point is 0x4000 OpenBSD IEEE 1275 Bootblock 1.1 .. Jumping to entry point 0000000000800000 for type 0000000000000001... switching to new context: entry point 0x800000 stack 0x00000000ffe02b59
OpenBSD BOOT 1.2
Trying bsd... Booting cdrom:f/bsd 2590536@0x1000000+3236576@0x1800000Unhandled Exception 0x0000000000000010 PC = 0x0000000000803e20 NPC = 0x0000000000803e24 Stopping execution
Before, only the line 'OpenBSD IEEE 1275 Bootblock 1.1' was shown.