diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-27 08:25:34 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-27 08:25:34 +0100 |
commit | f33c773613dfa22da72c053eb85071563d0c07f2 (patch) | |
tree | 450c13209a369f5dd32201923d0bdb4f219b93b5 /wsman/README | |
parent | b9401d88ec4d424974a0e76a5a098a394af2ed88 (diff) | |
download | amtterm-f33c773613dfa22da72c053eb85071563d0c07f2.tar.gz |
move wsman stuff
Diffstat (limited to 'wsman/README')
-rw-r--r-- | wsman/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/wsman/README b/wsman/README new file mode 100644 index 0000000..5aed7ee --- /dev/null +++ b/wsman/README @@ -0,0 +1,7 @@ +Newer AMT versions stopped supporting the old, soap-based scheme and use +wsman-based stuff instead. Here is WIP stuff for it. + +Trying to use AMT with my intel NUC doesn't play out very well though. +The ME displays some on-screen indication on the display that SoL access +is active, appearently in some way which is incompatible with the i915 +kms driver. At least the nuc hangs when the driver loads ... |