Re: [PATCH 0/1] [GSoC - x86_64] User documentation for BSP

2018-07-13 Thread Joel Sherrill
On Fri, Jul 13, 2018 at 8:25 AM, Gedare Bloom wrote: > Hello Amaan, > > > On Fri, Jul 13, 2018 at 3:32 AM, Amaan Cheval > wrote: > > The built documentation can more easily be viewed here: > > http://whatthedude.com/rtems/user/html/bsps/bsps-x86_64.html > > > > It feels a bit convoluted to me at

Re: [PATCH 0/1] [GSoC - x86_64] User documentation for BSP

2018-07-13 Thread Gedare Bloom
Hello Amaan, On Fri, Jul 13, 2018 at 3:32 AM, Amaan Cheval wrote: > The built documentation can more easily be viewed here: > http://whatthedude.com/rtems/user/html/bsps/bsps-x86_64.html > > It feels a bit convoluted to me at the moment. I'd appreciate feedback on how > the documentation may be

Re: [PATCH 1/1] user: Add x86_64 BSP chapter

2018-07-13 Thread Gedare Bloom
This looks fine to push On Fri, Jul 13, 2018 at 3:32 AM, Amaan Cheval wrote: > --- > user/bsps/bsps-x86_64.rst | 143 > +- > 1 file changed, 142 insertions(+), 1 deletion(-) > > diff --git a/user/bsps/bsps-x86_64.rst b/user/bsps/bsps-x86_64.rst > inde

Re: [rtems commit] bsp/riscv: Fix vector table for lp64

2018-07-13 Thread Gedare Bloom
On Fri, Jul 13, 2018 at 5:51 AM, Hesham Almatary wrote: > On Thu, Jul 12, 2018 at 9:44 PM, Sebastian Huber > wrote: >> - Am 6. Jul 2018 um 16:35 schrieb Hesham Almatary >> heshamelmat...@gmail.com: >> >>> On Fri, Jun 29, 2018 at 10:57 AM, Sebastian Huber wrote: Module:rtems Br

Re: [rtems commit] bsp/riscv: Fix vector table for lp64

2018-07-13 Thread Hesham Almatary
On Thu, Jul 12, 2018 at 9:44 PM, Sebastian Huber wrote: > - Am 6. Jul 2018 um 16:35 schrieb Hesham Almatary > heshamelmat...@gmail.com: > >> On Fri, Jun 29, 2018 at 10:57 AM, Sebastian Huber wrote: >>> Module:rtems >>> Branch:master >>> Commit:c558cc4b00f00b6746eec3a249a7a79995ce

Re: [rtems commit] riscv: Implement CPU counter

2018-07-13 Thread Hesham Almatary
On Thu, Jul 12, 2018 at 9:41 PM, Sebastian Huber wrote: > > > > - Am 6. Jul 2018 um 15:11 schrieb Hesham Almatary > heshamelmat...@gmail.com: > > > On Fri, 6 Jul 2018 at 1:28 pm, Sebastian Huber wrote: > [...] > >> -CPU_Counter_ticks _CPU_Counter_read( void ); > >> +static inline CPU_Counter

[PATCH 0/1] [GSoC - x86_64] User documentation for BSP

2018-07-13 Thread Amaan Cheval
The built documentation can more easily be viewed here: http://whatthedude.com/rtems/user/html/bsps/bsps-x86_64.html It feels a bit convoluted to me at the moment. I'd appreciate feedback on how the documentation may be made more understandable, and on whether the current approach even seems susta

[PATCH 1/1] user: Add x86_64 BSP chapter

2018-07-13 Thread Amaan Cheval
--- user/bsps/bsps-x86_64.rst | 143 +- 1 file changed, 142 insertions(+), 1 deletion(-) diff --git a/user/bsps/bsps-x86_64.rst b/user/bsps/bsps-x86_64.rst index 18f80d2..19c4461 100644 --- a/user/bsps/bsps-x86_64.rst +++ b/user/bsps/bsps-x86_64.rst @@