Re: [U-Boot] [PATCH v2 2/3] MX31: Add basic support for Freescale i.MX31 PDK board.

2009-05-10 Thread Magnus Lilja
2009/5/10 Jean-Christophe PLAGNIOL-VILLARD : >> >> @@ -0,0 +1,59 @@ >> >> +/* >> >> + * You should have received a copy of the GNU General Public License >> >> + * along with this program; if not, write to the Free Software >> >> + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, >> >> + * M

Re: [U-Boot] [PATCH v2 2/3] MX31: Add basic support for Freescale i.MX31 PDK board.

2009-05-10 Thread Jean-Christophe PLAGNIOL-VILLARD
> >> + > >> +/* > >> + * This is just to keep the linker happy. > >> + */ > >> + > >> +.globl lowlevel_init > >> + > >> +lowlevel_init: > >> +     mov     pc, lr > > why do you need it? > > start.S:cpu_init_crit needs it and I haven't defined SKIP_LOWLEVEL. > Might be possible to define SKIP_LOWLE

Re: [U-Boot] [PATCH v2 2/3] MX31: Add basic support for Freescale i.MX31 PDK board.

2009-05-10 Thread Magnus Lilja
2009/5/9 Jean-Christophe PLAGNIOL-VILLARD : >> +++ b/board/freescale/mx31pdk/lowlevel_init.S >> @@ -0,0 +1,30 @@ >> +/* >> + * (C) Copyright 2008 Magnus Lilja >> + * >> + * See file CREDITS for list of people who contributed to this >> + * project. >> + * >> + * This program is free software; you

Re: [U-Boot] [PATCH v2 2/3] MX31: Add basic support for Freescale i.MX31 PDK board.

2009-05-09 Thread Jean-Christophe PLAGNIOL-VILLARD
> +++ b/board/freescale/mx31pdk/lowlevel_init.S > @@ -0,0 +1,30 @@ > +/* > + * (C) Copyright 2008 Magnus Lilja > + * > + * See file CREDITS for list of people who contributed to this > + * project. > + * > + * This program is free software; you can redistribute it and/or > + * modify it under the

[U-Boot] [PATCH v2 2/3] MX31: Add basic support for Freescale i.MX31 PDK board.

2009-05-03 Thread Magnus Lilja
Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board). This patch assumes that some other program performs the actual NAND boot. Signed-off-by: Magnus Lilja --- MAKEALL |1 + Makefile|3 + board/freescale/mx31