From 737a54a5903e44125681fcca6727181b0e64ce99 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Mon, 21 Jul 2014 13:16:31 +0100 Subject: [PATCH] xen: arm: document boot module compatibility based on ordering Signed-off-by: Ian Campbell Acked-by: Julien Grall --- docs/misc/arm/device-tree/booting.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/misc/arm/device-tree/booting.txt b/docs/misc/arm/device-tree/booting.txt index d967061cdd..ad98bf3cd1 100644 --- a/docs/misc/arm/device-tree/booting.txt +++ b/docs/misc/arm/device-tree/booting.txt @@ -23,7 +23,13 @@ Each node contains the following properties: compatible string (if one applies) in addition to the generic string (which must always be present). - Xen 4.4 supported a different set of legacy compatible strings + Xen will assume that the first module which lacks a more + specific compatible string is a "multiboot,kernel" and that + the second such is a "multiboot,ramdisk". Any subsequent + modules which lack a specific compatiblity string will not + receive any special treatment. + + Xen 4.4 supported a different set of legacy compatible strings which remain supported such that systems supporting both 4.4 and later can use a single DTB. -- 2.30.2