Re: [U-Boot] [PATCH 3/4] apf27: add spl support for the apf27

2012-12-02 Thread trem
On 26/11/12 19:02, Albert ARIBAUD wrote: Hi Philippe, On Mon, 29 Oct 2012 18:35:56 +0100, Philippe Reynes wrote: Signed-off-by: Philippe Reynes Signed-off-by: Eric Jarrige create mode 100644 board/armadeus/apf27/start.S create mode 100644 board/armadeus/apf27/u-boot-spl.lds This is need

Re: [U-Boot] [PATCH 3/4] apf27: add spl support for the apf27

2012-11-26 Thread Albert ARIBAUD
Hi Philippe, On Mon, 29 Oct 2012 18:35:56 +0100, Philippe Reynes wrote: > Signed-off-by: Philippe Reynes > Signed-off-by: Eric Jarrige > > create mode 100644 board/armadeus/apf27/start.S > create mode 100644 board/armadeus/apf27/u-boot-spl.lds This is needed by 2/4 to get truly useable sup

Re: [U-Boot] [PATCH 3/4] apf27: add spl support for the apf27

2012-10-30 Thread Fabio Estevam
On Mon, Oct 29, 2012 at 3:35 PM, Philippe Reynes wrote: > --- /dev/null > +++ b/board/armadeus/apf27/start.S > @@ -0,0 +1,549 @@ > +/* > + * IMX27 NAND Flash SPL (Secondary Program Loader) > + * > + * Copyright (c) 2008 Armadeus Project / eja > + * > + * Based on Freescale NAND SPL Shouldn't

[U-Boot] [PATCH 3/4] apf27: add spl support for the apf27

2012-10-29 Thread Philippe Reynes
Signed-off-by: Philippe Reynes Signed-off-by: Eric Jarrige create mode 100644 board/armadeus/apf27/start.S create mode 100644 board/armadeus/apf27/u-boot-spl.lds diff --git a/board/armadeus/apf27/Makefile b/board/armadeus/apf27/Makefile index 1da9548..f57f405 100644 --- a/board/armadeus/apf27