Ignore:
Timestamp:
Jan 28, 2016, 9:39:16 AM (10 years ago)
Author:
Ben Rietbroek
Message:

AiR-BOOT v1.1.0-RELEASE [2013-04-05]

This is the version as included on the eCS v2.2-beta CD's.
It was technically a pre-v1.1.0 release, with the final v1.1.0,
including some minor patches, to be included with eCS v2.2-GA.
Because this version is now known to be v1.1.0, we'll keep it that way.

The minor patches and meanwhile done fixes will soon appear as v1.1.1
test-version commits to be consolidated to a v1.1.2 release.
Issues regarding removable media are planned for the v1.1.4 release as
this requires removal of obsolete code and optimizing existing code to
create space in the ~32K block (track0) the loader resides in.

With this version of AiR-BOOT, the display of the version number has
changed to be compatible with the WarpIN versioning system.
So all digits are now separated by a dot. This change is only visual and
tools relying on the way AiR-BOOT stores it's version numer internally
are not affected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BOOTCODE/VERSION.INC

    r54 r55  
    3131; Note that the config-version is managed manually.
    3232AB_MAJOR_VERSION    EQU     1
    33 AB_MIDDLE_VERSION   EQU     0
    34 AB_MINOR_VERSION    EQU     8
     33AB_MIDDLE_VERSION   EQU     1
     34AB_MINOR_VERSION    EQU     0
    3535
    3636; The Year, Month and Day in BCD so we can easily extract nibbles.
     
    4141; The Hours, Minutes and Seconds, again in BCD for easy manipulation.
    4242AB_HOURS            EQU     01h
    43 AB_MINUTES          EQU     00h
    44 AB_SECONDS          EQU     08h
     43AB_MINUTES          EQU     01h
     44AB_SECONDS          EQU     00h
    4545
    4646; The AiR-BOOT signature uses big-endian so we shuffle some bits around.
Note: See TracChangeset for help on using the changeset viewer.