]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
sed: Add plugin for basic SED Opal operations
authorGreg Joyce <gjoyce@linux.ibm.com>
Fri, 19 Jan 2024 20:43:41 +0000 (14:43 -0600)
committerDaniel Wagner <wagi@monom.org>
Thu, 8 Feb 2024 09:09:01 +0000 (10:09 +0100)
commit83aad438aa90b08ef5eccc1f39b951cc45c0e477
treeb48726921749b270db7be332d6554b331335470e
parentd0882646da432b04a279bdc1de961e3f70efea96
sed: Add plugin for basic SED Opal operations

A new plugin 'sed' is developed to provide basic SED Opal CLI
operations. These include:
        discover        Discover drive locking features
        intialize       Initialize a drive for SED Opal
        password        Change the authorization key
        revert          Revert drive to SED Opal disabled
        lock            Lock a SED Opal drive
        unlock          Unlock a SED Opal drive

Signed-off-by: Greg Joyce <gjoyce@linux.ibm.com>
meson.build
plugins/meson.build
plugins/sed/meson.build [new file with mode: 0644]
plugins/sed/sed.c [new file with mode: 0644]
plugins/sed/sed.h [new file with mode: 0644]
plugins/sed/sedopal_cmd.c [new file with mode: 0644]
plugins/sed/sedopal_cmd.h [new file with mode: 0644]
plugins/sed/sedopal_spec.h [new file with mode: 0644]