Re: [U-Boot] [PATCH v3 0/6] Introduce generic relocation feature

2012-03-31 Thread Simon Glass
Hi Albert, On Wed, Mar 28, 2012 at 11:41 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Simon, Le 20/02/2012 23:38, Simon Glass a écrit : You should keep the code that jumps to board_init_r as it is. I have had a look at this and I don't believe that I can. I need to call it

Re: [U-Boot] [PATCH v3 0/6] Introduce generic relocation feature

2012-03-29 Thread Albert ARIBAUD
Hi Simon, Le 20/02/2012 23:38, Simon Glass a écrit : You should keep the code that jumps to board_init_r as it is. I have had a look at this and I don't believe that I can. I need to call it from C and so it needs to conform to the C calling standard. I will send a new series showing what I

Re: [U-Boot] [PATCH v3 0/6] Introduce generic relocation feature

2012-02-20 Thread Simon Glass
Hi Albert, On Fri, Feb 3, 2012 at 2:06 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Simon, Le 18/01/2012 20:31, Simon Glass a écrit : [+TI maintainers, tx25 board maintainer] Hi Albert, For ARM, a new arch/arm/lib/proc.S file is created, which holds generic ARM assembler code

Re: [U-Boot] [PATCH v3 0/6] Introduce generic relocation feature

2012-02-03 Thread Albert ARIBAUD
Hi Simon, Le 18/01/2012 20:31, Simon Glass a écrit : [+TI maintainers, tx25 board maintainer] Hi Albert, For ARM, a new arch/arm/lib/proc.S file is created, which holds generic ARM assembler code (things that cannot be written in C and are common functions used by all ARM CPUs). This helps

Re: [U-Boot] [PATCH v3 0/6] Introduce generic relocation feature

2012-01-18 Thread Simon Glass
[+TI maintainers, tx25 board maintainer] Hi Albert, On Tue, Jan 17, 2012 at 11:28 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Simon, Le 26/12/2011 19:24, Simon Glass a écrit : (I am resending this rebased so I can continue with this board-unification work and allow people to

Re: [U-Boot] [PATCH v3 0/6] Introduce generic relocation feature

2012-01-17 Thread Albert ARIBAUD
Hi Simon, Le 26/12/2011 19:24, Simon Glass a écrit : (I am resending this rebased so I can continue with this board-unification work and allow people to review patches. There were some comments on the v2 series but my questions have been sitting on the list for 2 weeks so it is probably time

[U-Boot] [PATCH v3 0/6] Introduce generic relocation feature

2011-12-26 Thread Simon Glass
(I am resending this rebased so I can continue with this board-unification work and allow people to review patches. There were some comments on the v2 series but my questions have been sitting on the list for 2 weeks so it is probably time for a new series.) This is the second patch series aiming