ACPI support for optee driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I am working on adding APCI support to optee kernel driver and was
considering implementing it in the following way:

- An optee device node would be added to the bios as follows:
Device(OPTE) {
      Name(_HID, ...)
      Name(_CID, ...)
      Name(_DDN, ...)
      Name (_DSD, Package () {
          Package () {
            Package (2) {"method", "smc"}
          }
      })
    }

- The optee kernel driver would then search for \\SB.OPTE device using
acpi_get_handle and parse the node to get the conduit method.

I was wondering if this is the correct way to implement it and if so
do I need to get the OPTE device registered?  Your feedback is really
appreciated.

Thanks,
Mayuresh.
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux IBM ACPI]     [Linux Power Management]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux