Skip to content

[Task]: GicBases: Use struct with named fields #1091

@Javagedes

Description

@Javagedes

Feature Overview

The GicBases struct is currently a tuple struct, so you access its fields with .0 and .1. Pair this with the changes made in #1049 which wraps this tuple struct in another tuple struct and you begin accessing the gic bases as 0.0 and 0.1 which is not clean. Both structures should be updated to be named field structs.

Solution Overview

Update GicBases and HwInterruptProtocolInstaller to be named field structs.

Alternatives Considered

No response

Urgency

Medium

Are you going to implement the feature request?

I will implement the feature

Do you need maintainer feedback?

No maintainer feedback needed

Anything else?

No response

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions