Rob Herring <r...@kernel.org> writes: > booting-without-of.rstt is an ancient document that first outlined ^ nit
> Flattened DeviceTree on PowerPC initially. The DT world has evolved a > lot in the 15 years since and booting-without-of.rst is pretty stale. > The name of the document itself is confusing if you don't understand the > evolution from real 'OpenFirmware'. Most of what booting-without-of.rst > contains is now in the DT specification (which evolved out of the > ePAPR). The few things that weren't documented in the DT specification > are now. > > All that remains is the boot entry details, so let's move these to arch > specific documents. The exception is arm which already has the same > details documented. > > Cc: Frank Rowand <frowand.l...@gmail.com> > Cc: Mauro Carvalho Chehab <mche...@kernel.org> > Cc: Geert Uytterhoeven <geert+rene...@glider.be> > Cc: Michael Ellerman <m...@ellerman.id.au> > Cc: Thomas Bogendoerfer <tsbog...@alpha.franken.de> > Cc: Jonathan Corbet <cor...@lwn.net> > Cc: Paul Mackerras <pau...@samba.org> > Cc: Yoshinori Sato <ys...@users.sourceforge.jp> > Cc: Rich Felker <dal...@libc.org> > Cc: Thomas Gleixner <t...@linutronix.de> > Cc: Ingo Molnar <mi...@redhat.com> > Cc: Borislav Petkov <b...@alien8.de> > Cc: "H. Peter Anvin" <h...@zytor.com> > Cc: x...@kernel.org > Cc: linuxppc-dev@lists.ozlabs.org > Cc: linux-m...@vger.kernel.org > Cc: linux-...@vger.kernel.org > Cc: linux...@vger.kernel.org > Acked-by: Benjamin Herrenschmidt <b...@kernel.crashing.org> > Signed-off-by: Rob Herring <r...@kernel.org> > --- > .../devicetree/booting-without-of.rst | 1585 ----------------- > Documentation/devicetree/index.rst | 1 - > Documentation/mips/booting.rst | 28 + > Documentation/mips/index.rst | 1 + > Documentation/powerpc/booting.rst | 110 ++ LGTM. Acked-by: Michael Ellerman <m...@ellerman.id.au> (powerpc) cheers