Hi, > + Name (RBUF, ResourceTemplate() { > + Memory32Fixed (ReadWrite, > + FixedPcdGet32 (PcdPlatformXhciBase), > + FixedPcdGet32 (PcdPlatformXhciSize)) > + Interrupt (ResourceConsumer, Level, ActiveHigh, Exclusive) { 43 } > + }) > Method (_CRS, 0x0, Serialized) { > - Name (RBUF, ResourceTemplate() {
If the resources never change _CRS doesn't need to be a method, you can go for "Name (_CRS, ResourceTemplate () ..." instead. take care, Gerd -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118134): https://edk2.groups.io/g/devel/message/118134 Mute This Topic: https://groups.io/mt/105666235/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-