[coreboot] Re: What does mirror_payload() do and do we still need it?

2020-03-09 Thread Aaron Durbin via coreboot
On Fri, Mar 6, 2020 at 6:52 PM Julius Werner wrote: > [resend with right account] > > On Fri, Mar 6, 2020 at 5:50 PM Julius Werner wrote: > > > > Hi, > > > > I'm trying to refactor some CBFS code (which necessarily leaks into > > the prog_loaders) and > >

[coreboot] Re: What does mirror_payload() do and do we still need it?

2020-03-06 Thread Julius Werner
[resend with right account] On Fri, Mar 6, 2020 at 5:50 PM Julius Werner wrote: > > Hi, > > I'm trying to refactor some CBFS code (which necessarily leaks into > the prog_loaders) and > mirror_payload()/CONFIG_MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING is a bit > of a complication. I'm trying to