Re: [edk2] Question about memory map entries

2018-06-30 Thread Andrew Fish
> On Jun 30, 2018, at 5:02 AM, Rafael Machado > wrote: > > Hi everyone. Thanks for the answers! > In this case, I just executed 3 shell command: > > memmap >> before.txt > app.efi > memmap >> after.txt > > Does anyone could clarify what could cause a new entry to be created at the > memmap

Re: [edk2] Question about memory map entries

2018-06-30 Thread Rafael Machado
Hi everyone. Thanks for the answers! In this case, I just executed 3 shell command: memmap >> before.txt app.efi memmap >> after.txt Does anyone could clarify what could cause a new entry to be created at the memmap output command? My understanding was that the entries at the memmap command

[edk2] Questions about the build process

2018-06-30 Thread Michael Zimmermann
Out of curiosity I took a closer look at how the build system works internall(especially the Makefile generation and parallel builds) and I got some questions which I hope you can answer: Why are we using make at all? As far as I can see we're not using any special make functionality and most