[SLOF] Loading file from disk image

Thomas Huth thuth at redhat.com
Thu Jan 4 18:32:55 AEDT 2018


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


More information about the SLOF mailing list