Hello.
I'm wondering if there is any documentation available for an OF client binary? I've searched online but most of what I found is documenting the OF command line. Anything else details some info about the client mode but it lacks proper information to program it. It took me a while to find that on PowerPC R5 serves as the core OF callback function along with OF parameter structure. Most of the information I have got is from open source examples and examining the Linux kernel sources.
What I need to do is to setup the console. I'm writing a chained bootloader for a PASemi PPC64 machine but I get no output from writing to the stdout handle. I'd appreciate if you could point me in the right direction regarding setting up a console to whatever display is active using the OF API. Thanks! :-)
Hello.
I'm wondering if there is any documentation available for an OF client binary? I've searched online but most of what I found is documenting the OF command line. Anything else details some info about the client mode but it lacks proper information to program it. It took me a while to find that on PowerPC R5 serves as the core OF callback function along with OF parameter structure. Most of the information I have got is from open source examples and examining the Linux kernel sources.
What I need to do is to setup the console. I'm writing a chained bootloader for a PASemi PPC64 machine but I get no output from writing to the stdout handle. I'd appreciate if you could point me in the right direction regarding setting up a console to whatever display is active using the OF API. Thanks! :-)