* [PATCH 0/2] Documentation: blspec: update documentation
@ 2020-03-06 14:37 Michael Tretter
2020-03-06 14:37 ` [PATCH 1/2] Documentation: blspec: update link to Boot Loader Specification Michael Tretter
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Michael Tretter @ 2020-03-06 14:37 UTC (permalink / raw)
To: barebox; +Cc: Michael Tretter
Hello,
These are two minor patches to update the documentation of blspec-entries. The
first patch updates the link to the specification and the second patch removed
the documentation of the devicetree-overlay key, which is now part of the
official spec.
Michael
Michael Tretter (2):
Documentation: blspec: update link to Boot Loader Specification
Documentation: blspec: drop documentation of devicetree-overlay
Documentation/user/booting-linux.rst | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
--
2.20.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] Documentation: blspec: update link to Boot Loader Specification
2020-03-06 14:37 [PATCH 0/2] Documentation: blspec: update documentation Michael Tretter
@ 2020-03-06 14:37 ` Michael Tretter
2020-03-06 14:37 ` [PATCH 2/2] Documentation: blspec: drop documentation of devicetree-overlay Michael Tretter
2020-03-09 7:39 ` [PATCH 0/2] Documentation: blspec: update documentation Sascha Hauer
2 siblings, 0 replies; 4+ messages in thread
From: Michael Tretter @ 2020-03-06 14:37 UTC (permalink / raw)
To: barebox; +Cc: Michael Tretter
There is a big warning on the linked page that the page is obsolete and
a link to the current version of the Boot Loader Specification. The
Barebox documentation shall directly link to the current version of the
specification.
Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
Documentation/user/booting-linux.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/user/booting-linux.rst b/Documentation/user/booting-linux.rst
index 12cd505e7170..4b0ead1db5a5 100644
--- a/Documentation/user/booting-linux.rst
+++ b/Documentation/user/booting-linux.rst
@@ -158,7 +158,7 @@ Bootloader Spec
barebox supports booting according to the bootloader spec:
-http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/
+https://systemd.io/BOOT_LOADER_SPECIFICATION/
It follows another philosophy than the :ref:`boot_entries`. With Boot Entries
booting is completely configured in the bootloader. Bootloader Spec Entries
--
2.20.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 2/2] Documentation: blspec: drop documentation of devicetree-overlay
2020-03-06 14:37 [PATCH 0/2] Documentation: blspec: update documentation Michael Tretter
2020-03-06 14:37 ` [PATCH 1/2] Documentation: blspec: update link to Boot Loader Specification Michael Tretter
@ 2020-03-06 14:37 ` Michael Tretter
2020-03-09 7:39 ` [PATCH 0/2] Documentation: blspec: update documentation Sascha Hauer
2 siblings, 0 replies; 4+ messages in thread
From: Michael Tretter @ 2020-03-06 14:37 UTC (permalink / raw)
To: barebox; +Cc: Michael Tretter
The devicetree-overlay key is part of the official Boot Loader
Specification. There is no need to document it in Barebox, again.
Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
Documentation/user/booting-linux.rst | 4 ----
1 file changed, 4 deletions(-)
diff --git a/Documentation/user/booting-linux.rst b/Documentation/user/booting-linux.rst
index 4b0ead1db5a5..983b56deefb6 100644
--- a/Documentation/user/booting-linux.rst
+++ b/Documentation/user/booting-linux.rst
@@ -232,10 +232,6 @@ device where the entry is found on. This makes it possible to use the same rootf
image on different devices without having to specify a different root= option each
time.
-Additionally to the options defined in the original spec, Barebox has the
-``devicetree-overlay`` option. This is a string value that refer to overlays
-that will be applied to the device tree before passing it to Linux.
-
Network boot
------------
--
2.20.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] Documentation: blspec: update documentation
2020-03-06 14:37 [PATCH 0/2] Documentation: blspec: update documentation Michael Tretter
2020-03-06 14:37 ` [PATCH 1/2] Documentation: blspec: update link to Boot Loader Specification Michael Tretter
2020-03-06 14:37 ` [PATCH 2/2] Documentation: blspec: drop documentation of devicetree-overlay Michael Tretter
@ 2020-03-09 7:39 ` Sascha Hauer
2 siblings, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2020-03-09 7:39 UTC (permalink / raw)
To: Michael Tretter; +Cc: barebox
On Fri, Mar 06, 2020 at 03:37:30PM +0100, Michael Tretter wrote:
> Hello,
>
> These are two minor patches to update the documentation of blspec-entries. The
> first patch updates the link to the specification and the second patch removed
> the documentation of the devicetree-overlay key, which is now part of the
> official spec.
Applied, thanks
Sascha
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-03-09 7:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-06 14:37 [PATCH 0/2] Documentation: blspec: update documentation Michael Tretter
2020-03-06 14:37 ` [PATCH 1/2] Documentation: blspec: update link to Boot Loader Specification Michael Tretter
2020-03-06 14:37 ` [PATCH 2/2] Documentation: blspec: drop documentation of devicetree-overlay Michael Tretter
2020-03-09 7:39 ` [PATCH 0/2] Documentation: blspec: update documentation Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox