Thanks Segher,
load hd:12,\ppc\Quadro900Mac.rom load-base 100 dump
Result:
00800000 DEFAULT CATCH!, code=300 at %SRR0: ff847470 %SRR1:0000b030
Striping the PCI Header and doing:
load hd:12/ppc/4600.rom “ agp/@10” open-dev to my-self 800000 1 byte-load
That seem to execute the fcode, but I can’t get in over a telnet session to see the result. I have two cards, a 4600 Ti and a Quadro 900. The EEROM on the 900 is dead, and the card it’s self maybe fubar.
I flashed the 4600 with the Mac FCode ROM and it works fine, doing the above makes the screen go blank, then typing Mac-boot boots the OS and brings the screen back up, seems to add 4:00 to the end of the card name. GeForce4 Ti 4600 4:00.
I’m just wanting to figure this out to test Fcode Roms before I flash them to the cards, but it is seeming to be more trouble than it maybe worth. I was just hoping it my tell me something of changes needed to Open Bios to get VGA Passthrough working.
I don’t think we learned anything useful.
On Apr 2, 2018, at 5:51 AM, Segher Boessenkool segher@kernel.crashing.org wrote:
On Mon, Apr 02, 2018 at 05:20:04AM -0400, Jd Lyons via OpenBIOS wrote:
It doesn’t seem to load the rom to the load base address.
“ agp/@10” open-dev to my-self load hd:12,\ppc\Quadro900Mac.rom 80000000 100 dump
Dump doesn’t display the first 100 bytes of the option rom.
No surprise, because that is not your load-base! There isn't even RAM there (it is the beginning of I/O space).
load-base 100 dump
Segher
-- OpenBIOS http://openbios.org/ Mailinglist: http://lists.openbios.org/mailman/listinfo Free your System - May the Forth be with you