6.19. CDD XBAR Module Migration
Migration Approach: Follow sequential migration for clear understanding of changes at each version. Each migration is organized by individual changes with description, old vs new comparison, and migration actions.
6.19.1. v03.01.00 (i.e release v26.00.00) from v03.00.00 (i.e release v01.04.01) Migration
6.19.1.1. Summary
XINT Support Added in driver: Three new APIs and supporting types allow management of external interrupts through the Input XBAR. Previously this feature was implemented as an example.
6.19.1.2. Change 1: XINT Support Added to CDD XBAR
6.19.1.2.1. Description
Three new public APIs have been added to enable management of external interrupts (XINT) through the Input XBAR. A new plugin parameter CddXbarExternalInterruptEdge has been added to Input XBAR instance configuration to control the interrupt trigger edge. This parameter is only active for Input XBAR instances connected to XINT lines: INPUT_XBAR4 (XINT1), INPUT_XBAR5 (XINT2), INPUT_XBAR6 (XINT3), INPUT_XBAR13 (XINT4), and INPUT_XBAR14 (XINT5). The parameter defaults to disabled and does not affect other Input XBAR instances.
New APIs added in v03.01.00:
API |
Description |
|---|---|
|
Sets the interrupt trigger edge for an XINT line |
|
Enables or disables an XINT line |
|
Reads the XINT counter value |
New types added in v03.01.00:
Cdd_Xbar_IntType:CDD_XBAR_INT_TYPE_NEGATIVE_EDGE,CDD_XBAR_INT_TYPE_POSITIVE_EDGE,CDD_XBAR_INT_TYPE_BOTH_EDGES,CDD_XBAR_INT_TYPE_DISABLEDCdd_Xbar_ExternalIntNum:CDD_XBAR_XINT1,CDD_XBAR_XINT2,CDD_XBAR_XINT3,CDD_XBAR_XINT4,CDD_XBAR_XINT5,CDD_XBAR_XINT_DISABLED
6.19.1.2.2. Migration Actions
Existing configurations, generated code, and application code continue to work without modification. The new CddXbarExternalInterruptEdge plugin parameter defaults to disabled and does not alter the behavior of existing Input XBAR instances.
Note
To use XINT functionality, add CddXbarExternalInterruptEdge to the relevant Input XBAR instance configuration (INPUT_XBAR4 through INPUT_XBAR6, INPUT_XBAR13, INPUT_XBAR14) and call the new APIs from application code. This is optional and does not affect instances where XINT is not needed.
6.19.2. v03.00.00 (i.e release v01.04.00) from v02.00.02 (i.e release v01.03.00) Migration
6.19.2.1. Summary
Version v03.00.00 introduces Resource Allocator as a mandatory architectural foundation and restructures API configuration parameters. This represents a fundamental shift from direct parameter configuration to centralized resource management:
Resource Allocator Introduction: Resource Allocator becomes mandatory for CDD XBAR module configuration with device variant setup
API Parameter Updates: XBAR API configuration parameters restructured for improved functionality and compliance
PREREQUISITE: Complete Resource Allocator Setup before proceeding.
6.19.2.2. Change 1: Resource Allocator Introduction
6.19.2.2.1. Description
Resource Allocator becomes a mandatory architectural foundation for the CDD XBAR module. Device variant configuration and XBAR resource management is moved to centralized resource allocation where Resource Allocator determines available XBAR resources based on device configuration.
6.19.2.2.2. Old vs New Configuration
Old (v02.00.02): Direct parameter configuration was used without Resource Allocator dependency.
New (v03.00.00): XBAR resources and device configuration now managed through Resource Allocator.
Fig. 6.83 v03.00.00: Configure device variant in Resource Allocator for XBAR resources
6.19.2.2.3. Migration Actions
Setup Resource Allocator: Follow Resource Allocator Setup
Navigate to Context: Navigate to ResourceAllocatorGeneral → Context → Cdd_Xbar and configure the device variant:
Fig. 6.84 Add Resource Allocator and configure device variant for CDD XBAR
Configure Device Variant: Set up device variant configuration in Resource Allocator for XBAR resources
Verify Resource Availability: Ensure XBAR resources are properly allocated based on device configuration
6.19.2.3. Change 2: API Parameter Updates
6.19.2.3.1. Description
Version v03.00.00 restructures API configuration parameters for improved functionality and compliance. The API parameter structure is enhanced to provide better control and integration with Resource Allocator-managed resources.
6.19.2.3.2. Old vs New API Configuration
Old (v02.00.02): Direct API parameter configuration with basic structure.
New (v03.00.00): Enhanced parameter structure for better control with Resource Allocator integration.
6.19.2.3.3. Migration Actions
Review API Configuration: Navigate to CDD XBAR configuration and review the updated API parameters:
Fig. 6.85 Updated XBAR API parameters and configuration structure
Update Parameter Structure: Configure XBAR API parameters using the enhanced structure for better control
Verify Resource Allocator Integration: Ensure all XBAR resources are properly managed through Resource Allocator
Validate Configuration: Confirm that API configurations are compatible with Resource Allocator-managed resources
Parameter Restructuring Benefits:
Enhanced parameter structure for better control
Improved integration with Resource Allocator-managed resources
Device variant centralization for consistent resource management
Note
The Resource Allocator module must be configured before the CDD XBAR module to ensure correct resource availability. Device variant configuration in Resource Allocator determines available XBAR resources for the current context.
6.19.3. v02.00.00 (i.e release v01.03.00) from v01.00.00 (i.e release v01.02.00) Migration
6.19.3.1. Summary
Version v02.00.00 introduces schema compatibility updates to align with updated plugin structure and reference paths, following AUTOSAR CDD naming conventions:
AR-ELEMENT Name Change: Generated .xdm file AR-ELEMENT name requires updating for schema compatibility
MODULE-CONFIGURATION Path Update: Generated .xdm file MODULE-CONFIGURATION definition path requires updating
Reference Path Updates: Generated .xdm file reference paths require updating due to schema structure changes
Note
The CDD XBAR v2.0.0 plugin contains updated schema definitions that are not backward compatible with v1.0.0 generated configurations. To use existing v1.0.0 configurations with the v2.0.0 plugin, the generated .xdm files (created by EB Tresos from your configuration) must be updated.
6.19.3.2. Change 1: AR-ELEMENT Name Change in Generated .xdm File
6.19.3.2.1. Description
When upgrading from v1.0.0 to v2.0.0, the generated .xdm file from EB Tresos contains AR-ELEMENT names that are not compatible with the new plugin schema. The AR-ELEMENT name needs to be updated in the generated .xdm file to ensure compatibility.
6.19.3.2.2. Old vs New AR-ELEMENT Configuration
Generated .xdm File AR-ELEMENT Name:
v01.00.00 Generated .xdm |
v02.00.00 Required .xdm |
|---|---|
|
|
6.19.3.2.3. Migration Actions
Locate Generated .xdm File: Find your project’s generated .xdm file (created by EB Tresos from your configuration)
Open File for Editing: Open the generated .xdm file in a text editor
Find AR-ELEMENT Reference: Locate the line containing
<d:chc name="Cdd_Xbar" type="AR-ELEMENT"Update AR-ELEMENT Name: Change the AR-ELEMENT name from
Cdd_XbartoCddSave File: Save the updated .xdm file
6.19.3.3. Change 2: MODULE-CONFIGURATION Path Update in Generated .xdm File
6.19.3.3.1. Description
The MODULE-CONFIGURATION definition path in the generated .xdm file needs to be updated to reflect the new schema structure. The path must include the additional Cdd component for proper module reference.
6.19.3.3.2. Old vs New MODULE-CONFIGURATION Path
Generated .xdm File MODULE-CONFIGURATION Path:
v01.00.00 Generated .xdm |
v02.00.00 Required .xdm |
|---|---|
|
|
6.19.3.3.3. Migration Actions
Continue Editing .xdm File: In the same generated .xdm file being edited
Find MODULE-CONFIGURATION Path: Locate the line containing
<a:a name="DEF" value="ASPath:/TI_F29H85x/Cdd_Xbar"/>Update Definition Path: Change the MODULE-CONFIGURATION path from
ASPath:/TI_F29H85x/Cdd_XbartoASPath:/TI_F29H85x/Cdd_Xbar/CddVerify Path Structure: Ensure the updated path includes the additional
/CddcomponentSave Changes: Save the updated .xdm file
6.19.3.4. Change 3: Reference Path Updates in Generated .xdm File
6.19.3.4.1. Description
Any REFERENCE type parameters in the generated .xdm file that refer to other CDD XBAR parameters by their schema path must be updated due to the schema structure change. All internal reference paths need to be updated to reflect the new schema hierarchy.
6.19.3.4.2. Old vs New Reference Paths
Generated .xdm File Reference Path Example:
For any reference parameters expecting reference to an XBAR configuration:
v01.00.00 Generated .xdm Reference Path |
v02.00.00 Required .xdm Reference Path |
|---|---|
|
|
6.19.3.4.3. Migration Actions
Continue Editing .xdm File: In the same generated .xdm file being edited
Search for Reference Paths: Find all REFERENCE type parameters that contain
/Cdd_Xbar/Cdd_Xbar/in their pathsUpdate Reference Paths: Change all occurrences of
/Cdd_Xbar/Cdd_Xbar/to/Cdd_Xbar/Cdd/Verify All Updates: Ensure all reference paths now use the correct schema hierarchy
Save Final Changes: Save the completely updated .xdm file
Generated .xdm File Structure Comparison:
Old (v01.00.00 Generated .xdm File):
<d:lst type="TOP-LEVEL-PACKAGES">
<d:ctr name="Cdd_Xbar" type="AR-PACKAGE">
<d:lst type="ELEMENTS">
<d:chc name="Cdd_Xbar" type="AR-ELEMENT" value="MODULE-CONFIGURATION">
<d:ctr type="MODULE-CONFIGURATION">
<a:a name="DEF" value="ASPath:/TI_F29H85x/Cdd_Xbar"/>
New (v02.00.00 Compatible .xdm File):
<d:lst type="TOP-LEVEL-PACKAGES">
<d:ctr name="Cdd_Xbar" type="AR-PACKAGE">
<d:lst type="ELEMENTS">
<d:chc name="Cdd" type="AR-ELEMENT" value="MODULE-CONFIGURATION">
<d:ctr type="MODULE-CONFIGURATION">
<a:a name="DEF" value="ASPath:/TI_F29H85x/Cdd_Xbar/Cdd"/>
Note
Only the generated .xdm files (created by EB Tresos from your configuration) can be modified. The plugin .xdm files themselves cannot and should not be modified.