Re: [PATCH] Add new documentation section for OpenRISC CPU architecture.

2014-08-20 Thread Hesham Moustafa
On Wed, Aug 20, 2014 at 10:51 PM, Joel Sherrill wrote: > I pushed this. You had the right idea to prod us. There is a lot > of code flying right now and we want to not forget any of it. > > Some comments. > > + Turn list of implementations into a bullet list with URLs. > + I turned on spell check

Re: [PATCH] Add new documentation section for OpenRISC CPU architecture.

2014-08-20 Thread Joel Sherrill
I pushed this. You had the right idea to prod us. There is a lot of code flying right now and we want to not forget any of it. Some comments. + Turn list of implementations into a bullet list with URLs. + I turned on spell check in gvim and fixed some. If someone thinks there are other topics t

Re: [PATCH] Add new documentation section for OpenRISC CPU architecture.

2014-08-20 Thread Hesham Moustafa
Hi, Just wanted to get some eyes on this patch in case it was lost/forgotten. Thanks, Hesham On Sat, Aug 16, 2014 at 6:30 PM, Hesham ALMatary wrote: > --- > doc/cpu_supplement/Makefile.am | 6 +++ > doc/cpu_supplement/cpu_supplement.texi | 2 + > doc/cpu_supplement/or1k.t

[PATCH] Add new documentation section for OpenRISC CPU architecture.

2014-08-16 Thread Hesham ALMatary
--- doc/cpu_supplement/Makefile.am | 6 +++ doc/cpu_supplement/cpu_supplement.texi | 2 + doc/cpu_supplement/or1k.t | 78 ++ 3 files changed, 86 insertions(+) create mode 100644 doc/cpu_supplement/or1k.t diff --git a/doc/cpu_supplement/Makef