All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-safety] [PATCH] docs: Update DTB format references
@ 2021-01-20 13:31 Milan Lakhani
  2021-01-28 22:43   ` [linux-safety] " Jonathan Corbet
  0 siblings, 1 reply; 3+ messages in thread
From: Milan Lakhani @ 2021-01-20 13:31 UTC (permalink / raw)
  To: lukas.bulwahn, sudip.mukherjee, linux-safety, linux-kernel,
	linux-doc, harryxiyou, alex.shi, robh, corbet
  Cc: Milan Lakhani

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>
---
 Documentation/arm/booting.rst                | 2 +-
 Documentation/devicetree/usage-model.rst     | 2 +-
 Documentation/translations/zh_CN/arm/Booting | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/arm/booting.rst b/Documentation/arm/booting.rst
index a226345..14bca5b 100644
--- a/Documentation/arm/booting.rst
+++ b/Documentation/arm/booting.rst
@@ -128,7 +128,7 @@ it.  The recommended placement is in the first 16KiB of RAM.
 
 The boot loader must load a device tree image (dtb) into system ram
 at a 64bit aligned address and initialize it with the boot data.  The
-dtb format is documented in Documentation/devicetree/booting-without-of.rst.
+dtb format is documented in https://www.devicetree.org/specifications/.
 The kernel will look for the dtb magic value of 0xd00dfeed at the dtb
 physical address to determine if a dtb has been passed instead of a
 tagged list.
diff --git a/Documentation/devicetree/usage-model.rst b/Documentation/devicetree/usage-model.rst
index e1b42dc..1eb8349 100644
--- a/Documentation/devicetree/usage-model.rst
+++ b/Documentation/devicetree/usage-model.rst
@@ -12,7 +12,7 @@ This article describes how Linux uses the device tree.  An overview of
 the device tree data format can be found on the device tree usage page
 at devicetree.org\ [1]_.
 
-.. [1] https://elinux.org/Device_Tree_Usage
+.. [1] https://www.devicetree.org/specifications/
 
 The "Open Firmware Device Tree", or simply Device Tree (DT), is a data
 structure and language for describing hardware.  More specifically, it
diff --git a/Documentation/translations/zh_CN/arm/Booting b/Documentation/translations/zh_CN/arm/Booting
index c3d26ce..5ecea07 100644
--- a/Documentation/translations/zh_CN/arm/Booting
+++ b/Documentation/translations/zh_CN/arm/Booting
@@ -124,7 +124,7 @@ bootloader 必须传递一个系统内存的位置和最小值,以及根文件
 
 bootloader 必须以 64bit 地址对齐的形式加载一个设备树映像(dtb)到系统
 RAM 中,并用启动数据初始化它。dtb 格式在文档
-Documentation/devicetree/booting-without-of.rst 中。内核将会在
+https://www.devicetree.org/specifications/ 中。内核将会在
 dtb 物理地址处查找 dtb 魔数值(0xd00dfeed),以确定 dtb 是否已经代替
 标签列表被传递进来。
 
-- 
2.7.4



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#236): https://lists.elisa.tech/g/linux-safety/message/236
Mute This Topic: https://lists.elisa.tech/mt/79978198/5278000
Group Owner: linux-safety+owner@lists.elisa.tech
Unsubscribe: https://lists.elisa.tech/g/linux-safety/unsub [linux-safety@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs: Update DTB format references
  2021-01-20 13:31 [linux-safety] [PATCH] docs: Update DTB format references Milan Lakhani
@ 2021-01-28 22:43   ` Jonathan Corbet
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2021-01-28 22:43 UTC (permalink / raw)
  To: Milan Lakhani
  Cc: lukas.bulwahn, sudip.mukherjee, linux-safety, linux-kernel,
	linux-doc, harryxiyou, alex.shi, robh

On Wed, 20 Jan 2021 13:31:51 +0000
Milan Lakhani <milan.lakhani@codethink.co.uk> wrote:

> 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>
> ---
>  Documentation/arm/booting.rst                | 2 +-
>  Documentation/devicetree/usage-model.rst     | 2 +-
>  Documentation/translations/zh_CN/arm/Booting | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [linux-safety] [PATCH] docs: Update DTB format references
@ 2021-01-28 22:43   ` Jonathan Corbet
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2021-01-28 22:43 UTC (permalink / raw)
  To: Milan Lakhani
  Cc: lukas.bulwahn, sudip.mukherjee, linux-safety, linux-kernel,
	linux-doc, harryxiyou, alex.shi, robh

On Wed, 20 Jan 2021 13:31:51 +0000
Milan Lakhani <milan.lakhani@codethink.co.uk> wrote:

> 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>
> ---
>  Documentation/arm/booting.rst                | 2 +-
>  Documentation/devicetree/usage-model.rst     | 2 +-
>  Documentation/translations/zh_CN/arm/Booting | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

Applied, thanks.

jon


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#238): https://lists.elisa.tech/g/linux-safety/message/238
Mute This Topic: https://lists.elisa.tech/mt/79978198/5278000
Group Owner: linux-safety+owner@lists.elisa.tech
Unsubscribe: https://lists.elisa.tech/g/linux-safety/unsub [linux-safety@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-28 22:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-20 13:31 [linux-safety] [PATCH] docs: Update DTB format references Milan Lakhani
2021-01-28 22:43 ` Jonathan Corbet
2021-01-28 22:43   ` [linux-safety] " Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.