Re: [PATCH 2/7] Initial support for ARMv7 architecture

2013-04-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 09.04.2013 12:34, Leif Lindholm wrote: > On Tue, Apr 09, 2013 at 01:27:52AM +0200, Vladimir '??-coder/phcoder' > Serbinenko wrote: >> On 24.03.2013 18:01, Leif Lindholm wrote: >>> >>> + arm = grub-core/kern/arm/dl.c; >>> + >> >> Missed this one. It's wrong. All tools are exactly the same on

Re: [PATCH 2/7] Initial support for ARMv7 architecture

2013-04-09 Thread Leif Lindholm
On Tue, Apr 09, 2013 at 01:27:52AM +0200, Vladimir '??-coder/phcoder' Serbinenko wrote: > On 24.03.2013 18:01, Leif Lindholm wrote: > > > > + arm = grub-core/kern/arm/dl.c; > > + > > Missed this one. It's wrong. All tools are exactly the same on all > platforms. The only thing that varies is t

Re: [PATCH 2/7] Initial support for ARMv7 architecture

2013-04-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 24.03.2013 18:01, Leif Lindholm wrote: > > + arm = grub-core/kern/arm/dl.c; > + Missed this one. It's wrong. All tools are exactly the same on all platforms. The only thing that varies is tool availability but if the tool is available on too platforms it has to do exactly the same thing.

Re: [PATCH 2/7] Initial support for ARMv7 architecture

2013-04-03 Thread Leif Lindholm
On Sat, Mar 30, 2013 at 04:15:54PM +0100, Francesco Lavra wrote: > On 03/24/2013 06:01 PM, Leif Lindholm wrote: > [...] > > === added file 'grub-core/kern/arm/cache.S' > > --- grub-core/kern/arm/cache.S 1970-01-01 00:00:00 + > > +++ grub-core/kern/arm/cache.S 2013-03-24 12:56:20 +

Re: [PATCH 2/7] Initial support for ARMv7 architecture

2013-04-03 Thread Leif Lindholm
On Mon, Apr 01, 2013 at 03:28:17AM +0200, Vladimir '??-coder/phcoder' Serbinenko wrote: > > === added directory 'grub-core/kern/arm' > > > === added file 'grub-core/kern/arm/cache.S' > > --- grub-core/kern/arm/cache.S 1970-01-01 00:00:00 + > > +++ grub-core/kern/arm/cache.S 2013-03-

Re: [PATCH 2/7] Initial support for ARMv7 architecture

2013-04-01 Thread Francesco Lavra
On 04/01/2013 03:28 AM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: >> +grub_err_t >> +reloc_thm_call (grub_uint16_t *target, Elf32_Addr sym_addr) >> +{ >> + grub_int32_t offset, offset_low, offset_high; >> + grub_uint32_t sign, j1, j2, is_blx; >> + grub_uint32_t insword, insmask; >> + >> + /*

Re: [PATCH 2/7] Initial support for ARMv7 architecture

2013-03-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
> === added directory 'grub-core/kern/arm' > === added file 'grub-core/kern/arm/cache.S' > --- grub-core/kern/arm/cache.S1970-01-01 00:00:00 + > +++ grub-core/kern/arm/cache.S2013-03-24 12:56:20 + > @@ -0,0 +1,251 @@ > +/* > + * GRUB -- GRand Unified Bootloader > + * Co

Re: [PATCH 2/7] Initial support for ARMv7 architecture

2013-03-30 Thread Francesco Lavra
On 03/24/2013 06:01 PM, Leif Lindholm wrote: [...] > === added file 'grub-core/kern/arm/cache.S' > --- grub-core/kern/arm/cache.S1970-01-01 00:00:00 + > +++ grub-core/kern/arm/cache.S2013-03-24 12:56:20 + > @@ -0,0 +1,251 @@ > +/* > + * GRUB -- GRand Unified Bootloader >

[PATCH 2/7] Initial support for ARMv7 architecture

2013-03-24 Thread Leif Lindholm
0002-arm-support.patch Description: Binary data ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel