Hi,
As I am working on Automotive Virtual Platform Speficition in the context of SOAFEE and there is a reference to « chosen » standardization in the document, I am verifying all external links.
The file https://elixir.bootlin.com/linux/v5.19.17/source/Documentation/devicetree/bi... has disappeared from the Doc tree since 6.0
There are no references to kaslr-seed, stdout-path or linux,usable-memory-range in the whole DT, including in the current 6.6 tree. There is a brief mention (probably not normative) of « chosen » is usage_model.rst but that’s all.
Does anyone knows if that is intentional?
Cheers
FF
On Thu, Nov 2, 2023 at 4:05 AM ff ff@shokubai.tech wrote:
Hi,
As I am working on Automotive Virtual Platform Speficition in the context of SOAFEE and there is a reference to « chosen » standardization in the document, I am verifying all external links.
The file https://elixir.bootlin.com/linux/v5.19.17/source/Documentation/devicetree/bi... has disappeared from the Doc tree since 6.0
There are no references to kaslr-seed, stdout-path or linux,usable-memory-range in the whole DT, including in the current 6.6 tree. There is a brief mention (probably not normative) of « chosen » is usage_model.rst but that’s all.
Does anyone knows if that is intentional?
Checking the commit log for the file will answer your question:
$ git log -- Documentation/devicetree/bindings/chosen.txt commit ad6c94de2ec453d966f71654cd7dd68cafd03dc3 Author: Jason A. Donenfeld Jason@zx2c4.com Date: Tue Jun 28 17:33:54 2022 +0200
dt-bindings: chosen: remove old .txt binding
chosen.txt has been replaced by a schema in dtschema[1] and is now out of date as well. Remove it to avoid confusion.
[1] https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/chose...
Link: https://lore.kernel.org/lkml/c8dddfe6-6385-ed34-e789-9f845c8a32bd@linaro.org... Link: https://lore.kernel.org/lkml/CAL_Jsq+uSdk9YNbUW35yjN3q8-3FDobrxHmBpy=4RKmCfn... Signed-off-by: Jason A. Donenfeld Jason@zx2c4.com [robh: Improve commmit msg] Signed-off-by: Rob Herring robh@kernel.org Link: https://lore.kernel.org/r/20220628153354.870543-1-Jason@zx2c4.com
Many thanks Rob for the information.
This confirms I am really a git handicapped person !
Le 2 nov. 2023 à 14:10, Rob Herring robherring2@gmail.com a écrit :
On Thu, Nov 2, 2023 at 4:05 AM ff ff@shokubai.tech wrote:
Hi,
As I am working on Automotive Virtual Platform Speficition in the context of SOAFEE and there is a reference to « chosen » standardization in the document, I am verifying all external links.
The file https://elixir.bootlin.com/linux/v5.19.17/source/Documentation/devicetree/bi... has disappeared from the Doc tree since 6.0
There are no references to kaslr-seed, stdout-path or linux,usable-memory-range in the whole DT, including in the current 6.6 tree. There is a brief mention (probably not normative) of « chosen » is usage_model.rst but that’s all.
Does anyone knows if that is intentional?
Checking the commit log for the file will answer your question:
$ git log -- Documentation/devicetree/bindings/chosen.txt commit ad6c94de2ec453d966f71654cd7dd68cafd03dc3 Author: Jason A. Donenfeld Jason@zx2c4.com Date: Tue Jun 28 17:33:54 2022 +0200
dt-bindings: chosen: remove old .txt binding
chosen.txt has been replaced by a schema in dtschema[1] and is now out of date as well. Remove it to avoid confusion.
[1] https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/chose...
Link: https://lore.kernel.org/lkml/c8dddfe6-6385-ed34-e789-9f845c8a32bd@linaro.org... Link: https://lore.kernel.org/lkml/CAL_Jsq+uSdk9YNbUW35yjN3q8-3FDobrxHmBpy=4RKmCfn... Signed-off-by: Jason A. Donenfeld Jason@zx2c4.com [robh: Improve commmit msg] Signed-off-by: Rob Herring robh@kernel.org Link: https://lore.kernel.org/r/20220628153354.870543-1-Jason@zx2c4.com
boot-architecture@lists.linaro.org