Skip to content

Reliance Edge v2.2

Compare
Choose a tag to compare
@danielrlewis danielrlewis released this 06 Dec 17:55

Reliance Edge v2.2, December 2017

Common Code Changes

  • The Reliance Edge Configuration Utility has been updated to support specifying a sector offset for each volume. This allows Reliance Edge to be used on partitioned storage devices without osbdev.c customization. To upgrade an old redconf.c to be compatible with this change, the sector offset must be manually added to the entry for each volume in redconf.c, for example:
    • Before: { 512U, 65536U, false, 1024U, 0U, "VOL0:" }
    • After: { 512U, 65536U, 0U, false, 1024U, 0U, "VOL0:" }

INTEGRITY Port Changes

  • Reliance Edge can now be used from more than one AddressSpace, via the new client-server implementation. For cases where only one AddressSpace is using Reliance Edge and the client-server overhead is undesirable, a unified library is also offered; it runs in the same AddressSpace as the application, similar to the v2.1 release.
  • The block device implementation has been updated to support IDE/ATA/SATA devices.

U-Boot Port Changes

  • Added support for the Universal Boot Loader (U-Boot) in the open-source kit. This allows a system using U-Boot to boot from an operating system image or kernel image stored on a Reliance Edge file system volume.
  • See the "U-Boot Integration" chapter of the Developer's Guide for further details on U-Boot support.