- Feb 07, 2013
-
-
Javier Martinez Canillas authored
This patch adds an GPIO LED boot status for IGEP boards. The GPIO LED used is the red LED0 while the Linux kernel uses the green LED0 as the boot status. By using different GPIO LEDs, the user can know in which step of the boot process the board currently is. Signed-off-by:
Javier Martinez Canillas <javier.martinez@collabora.co.uk> Acked-by:
Igor Grinberg <grinberg@compulab.co.il>
-
Javier Martinez Canillas authored
Even when the IGEPv2 board and the IGEP Computer-on-Module are different from a form factor point of view, they are very similar in the fact that share many components and how they are wired. So, it is possible (and better) to have a single board file for both devices and just use the CONFIG_MACH_TYPE to make a differentiation between each board when needed. This change avoids code duplication by removing 298 lines of code and makes future maintenance easier. Signed-off-by:
Javier Martinez Canillas <javier.martinez@collabora.co.uk> Acked-by:
Igor Grinberg <grinberg@compulab.co.il>
-
- Dec 10, 2012
-
-
Peter Barada authored
Instead of passing individual registers by value to board_get_mem_timings, pass a board_mem_timings structure pointer for the board files to fill in. Pass same structure pointer to write_sdrc_timings. This saves about 90 bytes of space in SPL. Signed-off-by:
Peter Barada <peter.barada@logicpd.com>
-
- Sep 01, 2012
-
-
Enric Balletbò i Serra authored
The total RAM size of the IGEP-based boards is 512MiB not 1GiB, the LPDDR memory consist on two dies of 256MiB. Signed-off-by:
Enric Balletbo i Serra <eballetbo@gmail.com> Tested-by:
Javier Martinez Canillas <javier@dowhile0.org>
-
Javier Martinez Canillas authored
This patch adds SPL support for IGEP-based boards. Tested on an IGEPv2 Rev.C board with Micron NAND Flash memory. Signed-off-by:
Javier Martinez Canillas <javier@dowhile0.org>
-
- May 15, 2012
-
-
Enric Balletbò i Serra authored
This is rework on config files of IGEP-based boards with the aim to remove duplicated code to be more maintainable. Basically this patch creates a common configuration file for both boards and only sets the specific option in the board config file. On board files the hardcored mach type was replaced in favour of using the CONFIG_MACH_TYPE option. More than 200 duplicated lines have been deleted. Signed-off-by:
Enric Balletbo i Serra <eballetbo@gmail.com>
-
Jonathan Solnit authored
Add parameters to the OMAP MMC initialization function so the board can mask host capabilities and set the maximum clock frequency. While the OMAP supports a certain set of MMC host capabilities, individual boards may be more restricted and the OMAP may need to be configured to match the board. The PRG_SDMMC1_SPEEDCTRL bit in the OMAP3 is an example. Signed-off-by:
Jonathan Solnit <jsolnit@gmail.com>
-
- Sep 30, 2011
-
-
Philip Balister authored
The existing timing does not quite meet the minimum requirements in the LAN9221 datasheet. The timing in this patch solves problems noticed on some parts. The patch also combines the CS configuration for the overo and igep0020 boards per request. Signed-off-by:
Philip Balister <philip@opensdr.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
- Sep 13, 2011
-
-
Sanjeev Premi authored
This patch contains updates the sources in the board files to use the generic API. Signed-off-by:
Sanjeev Premi <premi@ti.com>
-
- Dec 21, 2010
-
-
John Rigby authored
It can be optimised out by the compiler otherwise resulting in obscure errors like a board not booting. This has been documented in README since 2006 when these were first fixed up for GCC 4.x. Signed-off-by:
John Rigby <john.rigby@linaro.org> Fix some additional places. Signed-off-by:
Wolfgang Denk <wd@denx.de> Acked-By:
Albert ARIBAUD <albert.aribaud@free.fr>
-
- Nov 04, 2010
-
-
Enric Balletbo i Serra authored
This patch switches from the legacy mmc driver to the new generic mmc driver Signed-off-by:
Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
- Oct 17, 2010
-
-
Enric Balletbo i Serra authored
The IGEP v2 board is a low-cost, fan-less and industrial temperature range single board computer that unleashes laptop-like performance and expandability without the bulk, expense, or noise of typical desktop machines. Its architecture shares much in common with other OMAP3 boards. Signed-off-by:
Enric Balletbo i Serra <eballetbo@gmail.com> Acked-by:
Steve Sakoman <steve.sakoman@linaro.org> Tested-by:
Steve Sakoman <steve.sakoman@linaro.org> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
- Jun 30, 2010
-
-
Ajay Kumar Gupta authored
OMAP3EVM Rev >=E uses external Vbus supply so setting 'extvbus' to '1' for OMAP3EVM Rev >=E runtime based on EVM revision. CC: Remy Bohmer <linux@bohmer.net> Signed-off-by:
Ajay Kumar Gupta <ajay.gupta@ti.com>
-
Ajay Kumar Gupta authored
Added function to differentiate between the OMAP3EVM revisions. The chip-id of the ethernet PHY is being used for this purpose. Rev A to D : 0x01150000 Rev >= E : 0x92200000 CC: Remy Bohmer <linux@bohmer.net> Signed-off-by:
Vaibhav Hiremath <hvaibhav@ti.com> Signed-off-by:
Sanjeev Premi <premi@ti.com> Signed-off-by:
Ajay Kumar Gupta <ajay.gupta@ti.com> Acked-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
- Sep 04, 2009
-
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
- Aug 08, 2009
-
-
Dirk Behme authored
Signed-off-by:
Matthias Ludwig <mludwig@ultratronik.de> Signed-off-by:
Dirk Behme <dirk.behme@googlemail.com>
-
Dirk Behme authored
Signed-off-by:
Matthias Ludwig <mludwig@ultratronik.de> Signed-off-by:
Dirk Behme <dirk.behme@googlemail.com>
-
- Aug 07, 2009
-
-
Matthias Ludwig authored
Embedd chip select configuration into struct for gpmc config instead of having it completely separated as suggested by Wolfgang Denk on http://lists.denx.de/pipermail/u-boot/2009-May/052247.html Signed-off-by:
Matthias Ludwig <mludwig@ultratronik.de>
-
- Jul 23, 2009
-
-
Ben Warren authored
All in-tree boards that use this controller have CONFIG_NET_MULTI added Also: - changed CONFIG_DRIVER_SMC911X* to CONFIG_SMC911X* - cleaned up line lengths - modified all boards that override weak function in this driver - added Signed-off-by:
Ben Warren <biggerbadderben@gmail.com> Tested-by:
Mike Frysinger <vapier@gentoo.org>
-
- Jul 06, 2009
-
-
Matthias Ludwig authored
Signed-off-by:
Matthias Ludwig <mludwig@ultratronik.de>
-
- Apr 04, 2009
-
-
Tom Rix authored
Signed-off-by:
Tom Rix <Tom.Rix@windriver.com>
-
- Mar 13, 2009
-
-
Dirk Behme authored
Read and store OMAP3 die ID in U-Boot environment. Signed-off-by:
Dirk Behme <dirk.behme@googlemail.com>
-
- Jan 28, 2009
-
-
Dirk Behme authored
Add EVM board support. Signed-off-by:
Manikandan Pillai <mani.pillai@ti.com> Signed-off-by:
Dirk Behme <dirk.behme@googlemail.com> Signed-off-by:
Jason Kridner <jkridner@beagleboard.org>
-
Dirk Behme authored
Add BeagleBoard support, common power code and README. Signed-off-by:
Jason Kridner <jkridner@beagleboard.org> Signed-off-by:
Dirk Behme <dirk.behme@googlemail.com>
-