On 12/06/17 12:37, Igor Mammedov wrote: > On Sat, 10 Jun 2017 13:30:18 +0100 > Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> wrote: > >> The dma_enabled property enables us to set the FW_CFG_ID version >> accordingly. > it might be not safe as patch reorders FW_CFG_ID entry. > > (I recall there were patches that sorted fwcfg entries, > but it's worth checking that it won't break migration) > > CCing Gerd, maybe he would recall how it works.
Ah so the order in fw_cfg needs to be preserved? (my assumption was that the slot-id also specified the order). I'll have a look and see if I can fix this with a simple re-ordering. ATB, Mark.