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

2009-05-11 Thread Magnus Lilja
2009/5/10 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com: @@ -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, + * MA

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 plagn...@jcrosoft.com: +++ b/board/freescale/mx31pdk/lowlevel_init.S @@ -0,0 +1,30 @@ +/* + * (C) Copyright 2008 Magnus Lilja lilja.mag...@gmail.com + * + * See file CREDITS for list of people who contributed to this + * project. + * + * This

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_LOWLEVEL_INIT and get rid of 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 lilja.mag...@gmail.com --- MAKEALL |1 + Makefile|3