The Etherboot 5.4 later has different size in elf prefix... to real file size.
So we need to align rom_end to 16 bytes or use dd to make payload to 16 bytes align before nrv2b payload.nrv2b...
Which one is good?
YH
-----Original Message----- From: Stefan Reinauer [mailto:stepan@coresystems.de] Sent: Wednesday, May 03, 2006 2:17 PM To: Lu, Yinghai Cc: linuxbios@linuxbios.org Subject: Re: [LinuxBIOS] [FEATURE] payload compression
* Lu, Yinghai yinghai.lu@amd.com [060503 20:40]:
Please check the attached zrom fix up.
- copy_and_run.c double skip length
- merge zrom_stream.c into rom_stream.c
- ram position check to skip 0xa0000, and 0xf0000...
Makes perfect sense!