From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Sat, 06 Apr 2013 09:27:14 +0200 Subject: [U-Boot] [PATCH 3/3] mx6sl: Add initial support for mx6slevk board In-Reply-To: <1365209739-5586-3-git-send-email-festevam@gmail.com> References: <1365209739-5586-1-git-send-email-festevam@gmail.com> <1365209739-5586-3-git-send-email-festevam@gmail.com> Message-ID: <515FCE52.3070605@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 06.04.2013 02:55, schrieb Fabio Estevam: > From: Fabio Estevam > > mx6slevk board is a development board from Freescale based on the mx6 solo-lite > processor. > > For details about mx6slevk, please refer to: > http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX6SLEVK&parentCode=i.MX6SL&fpsp=1 > > Signed-off-by: Fabio Estevam > --- > diff --git a/board/freescale/mx6slevk/imximage.cfg b/board/freescale/mx6slevk/imximage.cfg > new file mode 100644 > index 0000000..df39a16 > --- /dev/null > +++ b/board/freescale/mx6slevk/imximage.cfg > @@ -0,0 +1,118 @@ > +/* > + * Copyright (C) 2013 Freescale Semiconductor, Inc. > + * > + * This program is free software; you can redistribute it and/or > + * modify it under the terms of the GNU General Public License as > + * published by the Free Software Foundation; either version 2 of > + * the License or (at your option) any later version. > + * > + * Refer docs/README.imxmage for more details about how-to configure > + * and create imximage boot image > + * > + * The syntax is taken as close as possible with the kwbimage > + */ > + > +/* image version */ > + > +IMAGE_VERSION 2 > + > +/* > + * Boot Device : one of > + * spi, sd (the board has no nand neither onenand) > + */ > + > +BOOT_FROM sd > + > +/* > + * Device Configuration Data (DCD) > + * > + * Each entry must have the format: > + * Addr-type Address Value > + * > + * where: > + * Addr-type register length (1,2 or 4 bytes) > + * Address absolute address of the register > + * value value to be stored in the register > + */ > +DATA 4 0x020c4018 0x00260324 > + > +DATA 4 0x020c4068 0xffffffff > +DATA 4 0x020c406c 0xffffffff > +DATA 4 0x020c4070 0xffffffff > +DATA 4 0x020c4074 0xffffffff > +DATA 4 0x020c4078 0xffffffff > +DATA 4 0x020c407c 0xffffffff > +DATA 4 0x020c4080 0xffffffff Again this default stuff? ;) Best regards Dirk