Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: Update DTB format references

There were two references to devicetree/booting-without-of.rst (which has
been removed) for DTB format information, and
devicetree/usage-model.rst pointed to
https://elinux.org/Device_Tree_Usage. Change all three of these references to
https://www.devicetree.org/specifications/.

Signed-off-by: Milan Lakhani <milan.lakhani@codethink.co.uk>
Link: https://lore.kernel.org/r/1611149511-4990-1-git-send-email-milan.lakhani@codethink.co.uk
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Milan Lakhani and committed by
Jonathan Corbet
798eb4cc 7720357d

+2 -2
+1 -1
Documentation/devicetree/usage-model.rst
··· 12 12 the device tree data format can be found on the device tree usage page 13 13 at devicetree.org\ [1]_. 14 14 15 - .. [1] https://elinux.org/Device_Tree_Usage 15 + .. [1] https://www.devicetree.org/specifications/ 16 16 17 17 The "Open Firmware Device Tree", or simply Device Tree (DT), is a data 18 18 structure and language for describing hardware. More specifically, it
+1 -1
Documentation/translations/zh_CN/arm/Booting
··· 124 124 125 125 bootloader 必须以 64bit 地址对齐的形式加载一个设备树映像(dtb)到系统 126 126 RAM 中,并用启动数据初始化它。dtb 格式在文档 127 - Documentation/devicetree/booting-without-of.rst 中。内核将会在 127 + https://www.devicetree.org/specifications/ 中。内核将会在 128 128 dtb 物理地址处查找 dtb 魔数值(0xd00dfeed),以确定 dtb 是否已经代替 129 129 标签列表被传递进来。 130 130