- The IVT table address inside the kernel image must be aligned at 0x1000 bytes. The calculation of this offset was not working when the kernel image size was multiple of 0x1000 bytes. In this case the IVT table was moved an extra offset of 0x1000 bytes, causing U-Boot to fail to validate the image as the IVT table was not in the expected location. This fix uses the same offset calculation algorithm as U-Boot, ensuring both, the sign script and U-Boot will look for the IVT at the same address. https://jira.digi.com/browse/DEL-3972 Signed-off-by: David Escalona <david.escalona@digi.com> |
||
|---|---|---|
| .. | ||
| mca | ||
| trustfence | ||