James Alexander Shield
James Alexander Shield
ah yep, that makes sense, I suspect I may have to implement the FIFO part of a dev cart now, so I can do that exact thing. hmm actually Ares...
status update: * Got early printk output by implementing a simple prom_putchar that passes output to "IS Viewer-64" in Ares * N64s modded with 16Mb RDRAM should work now. *...
further followup, a recent change in MIPS land between 6.0 and 6.1 regarding rngseed, means that passing a rngseed value in via the environment is needed at boot, otherwise it...
yeah I saw the commit but hadn't looked at LKML yet, I had added some debugging info and it appeared to never get past fw_getenv, I've added passing in rngseed...
yeah apologies for the edit, seems that passing in the NULL env no longer passes muster, however it is happy with an empty rngseed env var. not sure if that...
passing a NULL value to env on the entry point also boots so it looks like fw_getenv can't handle an empty but valid env pointer.
@AlexCheema we good to merge this now?
technically resizable BARs have been supported since PCIe 2.0, you can most likely enable them by modifying the DSDTs/DXE of your UEFI BIOS, there is a framework for that here:...