Scotty2
Occasional Contributor
2 years agowhat is the mapping of the RDP file?
Hello,
I would like to unpack the .rdp file and modify some bytes to include a date and a version, and if there is a crc or checksum, I'd like to re-compute it and append it back to the rdp file. This rpd file would then be written to the flash using the "rsu_client" provided by Intel.
What I would like to know is the exact mapping (layout) and the content of the .rpd file?
I have the mapping file that goes along with the corresponding JIC file, but not the mapping of the rdp file itself. For example, in the configuration below, what is the exact layout of the address range of P1?
MAPPING of the JIC FILE: BLOCK START ADDRESS END ADDRESS BOOT_INFO 0x00000000 0x0010FFFF FACTORY_IMAGE 0x00110000 0x0090FFFF (0x00180FFF) SPT0 0x00910000 0x00917FFF SPT1 0x00918000 0x0091FFFF CPB0 0x00920000 0x00927FFF CPB1 0x00928000 0x0092FFFF P1 0x01000000 0x01FFFFFF (0x01070FFF) P2 0x02000000 0x02FFFFFF P3 0x03000000 0x03FFFFFF
Thanks