Re: [PATCH] UefiPayloadPkg: Fix bug that Elf loader doesn't relocate in some case
Zhiguang Liu
Sorry, it is a typo. the example should be
toggle quoted messageShow quoted text
The first segment is located at 0x1000, and the desired address is 0x2000. The second segment is located at 0x2000, and the desired address is 0x1000. The current ELF loader may copy first segment to 0x2000, which will erase the second segment. Thanks Zhiguang
-----Original Message-----
|
|