Message ID | 20230529144856.102755-8-corbet@lwn.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | docs: Move Documentation/arm under Documentation/arch | expand |
On Mon, 29 May 2023 08:48:56 -0600, Jonathan Corbet wrote: > The Arm documentation has moved to Documentation/arch/arm; update one > devicetree reference to match. > > Cc: Rob Herring <robh+dt@kernel.org> > Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> > Cc: devicetree@vger.kernel.org > Acked-by: Conor Dooley <conor.dooley@microchip.com> > Signed-off-by: Jonathan Corbet <corbet@lwn.net> > --- > Documentation/devicetree/bindings/arm/xen.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/arm/xen.txt b/Documentation/devicetree/bindings/arm/xen.txt index 61d77acbeb5e..f925290d4641 100644 --- a/Documentation/devicetree/bindings/arm/xen.txt +++ b/Documentation/devicetree/bindings/arm/xen.txt @@ -56,7 +56,7 @@ hypervisor { }; The format and meaning of the "xen,uefi-*" parameters are similar to those in -Documentation/arm/uefi.rst, which are provided by the regular UEFI stub. However +Documentation/arch/arm/uefi.rst, which are provided by the regular UEFI stub. However they differ because they are provided by the Xen hypervisor, together with a set of UEFI runtime services implemented via hypercalls, see http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,platform.h.html.