[SLOF] Loading file from disk image

Jd Lyons lyons_dj at yahoo.com
Thu Jan 4 22:09:16 AEDT 2018



> On Jan 4, 2018, at 2:32 AM, Thomas Huth <thuth at redhat.com> wrote:
> 
> On 04.01.2018 02:18, Jd Lyons wrote:
>>  
>>> 
>>> As mentioned in an earlier mail, the FCODE evaluator is disabled by
>>> default nowadays. If you want to use it with your graphics card and
>>> board-qemu, you likely have to do two things:
>>> 
>>> 1) Add "$(SLOFCMNDIR)/fs/devices/pci-device_10de_0141.fs" to
>>> board-qemu/slof/Makefile.
>>> 
>>> 2) Revert SLOF commit b3fde41bc75269df2e30a7dfc0645ca239eb2786 so that
>>> the FCODE evaluator is included by default again, and thus available
>>> when SLOF is scanning the PCI bus.
>>> 
>>> Thomas
>> 
>> Got my crosscospiler working, but I’m not up on my git fu, what do I
>> need to do to Revert SLOF commit b3fde41bc75269df2e30a7dfc0645ca239eb2786?
> 
> I recommend creating a new branch for your experiments first:
> 
> git checkout -b mybranch
> 
> Then simply use:
> 
> git revert b3fde41bc75269df2e30a7dfc0645ca239eb2786
> 
> Thomas

Doesn’t seem to be a load word in this commit?



More information about the SLOF mailing list