meta-digi/meta-digi-arm/recipes-digi/trustfence
David Escalona 748ffed314 trustfence-sign-kernel: fix the IVT table address padding
- 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>
2017-03-23 14:16:33 +01:00
..
trustfence-sign-tools trustfence-sign-kernel: fix the IVT table address padding 2017-03-23 14:16:33 +01:00
trustfence-sign-tools_1.0.bb meta-digi-arm: Add weak assignment for Linux and U-Boot 2017-01-31 17:47:32 +01:00