Re: [PATCH v6 18/18] docs: add Orange Pi PC document

2020-03-10 Thread Niek Linnenbank
On Tue, Mar 10, 2020 at 9:16 AM Alex Bennée wrote: > > Niek Linnenbank writes: > > > Hi Alex, > > > > On Wed, Mar 4, 2020 at 9:55 PM Niek Linnenbank > > > wrote: > > > >> Hello Alex, > >> > >> On Wed, Mar 4, 2020 at 11:35 AM Alex Bennée > >> wrote: > >> > >>> > >>> Niek Linnenbank writes: > >

Re: [PATCH v6 18/18] docs: add Orange Pi PC document

2020-03-10 Thread Niek Linnenbank
Hi Peter, On Mon, Mar 9, 2020 at 11:01 PM Peter Maydell wrote: > On Mon, 9 Mar 2020 at 20:12, Peter Maydell > wrote: > > If you're ready to send out the next version before that, > > then leave it with the include:: directive and we can > > fix it up to the new structure later. > > PS: in case

Re: [PATCH v6 18/18] docs: add Orange Pi PC document

2020-03-10 Thread Alex Bennée
Niek Linnenbank writes: > Hi Alex, > > On Wed, Mar 4, 2020 at 9:55 PM Niek Linnenbank > wrote: > >> Hello Alex, >> >> On Wed, Mar 4, 2020 at 11:35 AM Alex Bennée >> wrote: >> >>> >>> Niek Linnenbank writes: >>> >>> > The Xunlong Orange Pi PC machine is a functional ARM machine >>> > based on

Re: [PATCH v6 18/18] docs: add Orange Pi PC document

2020-03-09 Thread Peter Maydell
On Mon, 9 Mar 2020 at 20:12, Peter Maydell wrote: > If you're ready to send out the next version before that, > then leave it with the include:: directive and we can > fix it up to the new structure later. PS: in case you weren't aware, softfreeze for the 5.0 release is 17th March, so if this ser

Re: [PATCH v6 18/18] docs: add Orange Pi PC document

2020-03-09 Thread Niek Linnenbank
On Mon, Mar 9, 2020 at 9:12 PM Peter Maydell wrote: > On Mon, 9 Mar 2020 at 20:05, Niek Linnenbank > wrote: > > Ah now I see what is going on here. So the new rst files are ment to > automatically generate > > documentation in various formats using the Python sphinx tool, correct? > > Yep. Assum

Re: [PATCH v6 18/18] docs: add Orange Pi PC document

2020-03-09 Thread Peter Maydell
On Mon, 9 Mar 2020 at 20:05, Niek Linnenbank wrote: > Ah now I see what is going on here. So the new rst files are ment to > automatically generate > documentation in various formats using the Python sphinx tool, correct? Yep. Assuming you have Sphinx installed, "make" should build the documenta

Re: [PATCH v6 18/18] docs: add Orange Pi PC document

2020-03-09 Thread Niek Linnenbank
On Mon, Mar 9, 2020 at 8:43 PM Peter Maydell wrote: > On Mon, 9 Mar 2020 at 19:38, Niek Linnenbank > wrote: > > On Mon, Mar 9, 2020 at 12:22 PM Peter Maydell > wrote: > >> Yes, this is now the right place to put arm board-specific > >> documentation (the rearranging and conversion from texinfo

Re: [PATCH v6 18/18] docs: add Orange Pi PC document

2020-03-09 Thread Peter Maydell
On Mon, 9 Mar 2020 at 19:38, Niek Linnenbank wrote: > On Mon, Mar 9, 2020 at 12:22 PM Peter Maydell > wrote: >> Yes, this is now the right place to put arm board-specific >> documentation (the rearranging and conversion from texinfo >> is now in master). I should move microvm.rst's contents ther

Re: [PATCH v6 18/18] docs: add Orange Pi PC document

2020-03-09 Thread Niek Linnenbank
Hi Peter, On Mon, Mar 9, 2020 at 12:22 PM Peter Maydell wrote: > On Wed, 4 Mar 2020 at 20:55, Niek Linnenbank > wrote: > > > > Hello Alex, > > > > On Wed, Mar 4, 2020 at 11:35 AM Alex Bennée > wrote: > >> > >> > >> Niek Linnenbank writes: > >> > --- > >> > docs/orangepi.rst | 226 > >> > +++

Re: [PATCH v6 18/18] docs: add Orange Pi PC document

2020-03-09 Thread Niek Linnenbank
Hi Alex, On Wed, Mar 4, 2020 at 9:55 PM Niek Linnenbank wrote: > Hello Alex, > > On Wed, Mar 4, 2020 at 11:35 AM Alex Bennée > wrote: > >> >> Niek Linnenbank writes: >> >> > The Xunlong Orange Pi PC machine is a functional ARM machine >> > based on the Allwinner H3 System-on-Chip. It supports

Re: [PATCH v6 18/18] docs: add Orange Pi PC document

2020-03-09 Thread Peter Maydell
On Wed, 4 Mar 2020 at 20:55, Niek Linnenbank wrote: > > Hello Alex, > > On Wed, Mar 4, 2020 at 11:35 AM Alex Bennée wrote: >> >> >> Niek Linnenbank writes: >> > --- >> > docs/orangepi.rst | 226 >> > ++ >> >> I suspect there is a better place to put th

Re: [PATCH v6 18/18] docs: add Orange Pi PC document

2020-03-04 Thread Niek Linnenbank
Hello Alex, On Wed, Mar 4, 2020 at 11:35 AM Alex Bennée wrote: > > Niek Linnenbank writes: > > > The Xunlong Orange Pi PC machine is a functional ARM machine > > based on the Allwinner H3 System-on-Chip. It supports mainline > > Linux, U-Boot, NetBSD and is covered by acceptance tests. > > > >

Re: [PATCH v6 18/18] docs: add Orange Pi PC document

2020-03-04 Thread Alex Bennée
Niek Linnenbank writes: > The Xunlong Orange Pi PC machine is a functional ARM machine > based on the Allwinner H3 System-on-Chip. It supports mainline > Linux, U-Boot, NetBSD and is covered by acceptance tests. > > This commit adds a documentation text file with a description > of the machine

[PATCH v6 18/18] docs: add Orange Pi PC document

2020-03-01 Thread Niek Linnenbank
The Xunlong Orange Pi PC machine is a functional ARM machine based on the Allwinner H3 System-on-Chip. It supports mainline Linux, U-Boot, NetBSD and is covered by acceptance tests. This commit adds a documentation text file with a description of the machine and instructions for the user. Signed-