- Sep 30, 2011
-
-
Simon Schwarz authored
split-up spl.c into spl.c, spl_mmc.c and spl_nand.c. This avoids problems with missing defines if a board does not use mmc or nand. This includes adding spl_ prefix to some functions which are now public. spl_image_t is now a public type. Added some of the common functions to omap-common.h Signed-off-by:
Simon Schwarz <simonschwarzcor@gmail.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Simon Schwarz authored
Implements the saving of boot params passed by OMAP3 ROM code. Signed-off-by:
Simon Schwarz <simonschwarzcor@gmail.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Simon Schwarz authored
Add NAND SPL support to the devkit8000 config Signed-off-by:
Simon Schwarz <simonschwarzcor@gmail.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Simon Schwarz authored
Support for the new spl structure. Using the interface defined by Aneesh V for OMAP4 Signed-off-by:
Simon Schwarz <simonschwarzcor@gmail.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Simon Schwarz authored
Adds power library to the new spl Signed-off-by:
Simon Schwarz <simonschwarzcor@gmail.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Simon Schwarz authored
Adds NAND library to SPL. Signed-off-by:
Simon Schwarz <simonschwarzcor@gmail.com> Acked-by:
Scott Wood <scottwood@freescale.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Simon Schwarz authored
Add NAND support for the new SPL structure. Signed-off-by:
Simon Schwarz <simonschwarzcor@gmail.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Simon Schwarz authored
OMAP3 relied on the memory config done by X-loader or Configuration Header. This has to be reworked for the implementation of a SPL. This patch configures RAM bank 0 if CONFIG_SPL_BUILD is set. Settings for Micron-RAM used by devkit8000 are added to mem.h Signed-off-by:
Simon Schwarz <simonschwarzcor@gmail.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Simon Schwarz authored
Moves the early UART clock setup setup_clocks_for_console() from preloader_console_init() to s_init() of OMAP4. This is done to prepare for OMAP3 integration. This patch was posted seperatly to the mailinglist but I decidet - since it is a prereqesit for this patch to add it. Former port to ML: http://article.gmane.org/gmane.comp.boot-loaders.u-boot/104395 Signed-off-by:
Simon Schwarz <simonschwarzcor@gmail.com> Signed-off-by:
Tom Rini <trini@ti.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Philip Balister authored
Without this change CS's configured for synchronous clocking cannot read data. Signed-off-by:
Philip Balister <philip@opensdr.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
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>
-
Ajay Bhargav authored
This patch adds support for 88E3015 PHY for Marvell GplugD board. This patch depends on series of patch which adds support for Marvell GuruPlug-Display. Signed-off-by:
Ajay Bhargav <ajay.bhargav@einfochips.com>
-
Ajay Bhargav authored
This patch enables ethernet support for Marvell GplugD board. Network related commands works. Signed-off-by:
Ajay Bhargav <ajay.bhargav@einfochips.com>
-
Ajay Bhargav authored
This patch adds support for Fast Ethernet Controller driver for Armada100 series. Signed-off-by:
Ajay Bhargav <ajay.bhargav@einfochips.com> Signed-off-by:
Prafulla Wadaskar <prafulla@marvell.com>
-
Joe Hershberger authored
Signed-off-by:
Joe Hershberger <joe.hershberger@ni.com> Cc: Joe Hershberger <joe.hershberger@gmail.com> Cc: Sandeep Paulraj <s-paulraj@ti.com>
-
Ajay Bhargav authored
This patch adds support for generic GPIO driver framework for Marvell SoC Armada100. Signed-off-by:
Ajay Bhargav <ajay.bhargav@einfochips.com>
-
Ajay Bhargav authored
This patch adds generic GPIO driver framework support for Marvell SoCs. To enable GPIO driver define CONFIG_MARVELL_GPIO and for GPIO commands define CONFIG_CMD_GPIO in your board configuration file. Signed-off-by:
Ajay Bhargav <ajay.bhargav@einfochips.com>
-
- Sep 29, 2011
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Sep 28, 2011
-
-
Linus Walleij authored
Since commit d388298a by Stefano Babic this file is no longer needed so delete it. Cc: Stefano Babic <sbabic@denx.de> Cc: Loïc Minier <loic.minier@linaro.org> Signed-off-by:
Linus Walleij <linus.walleij@linaro.org>
-
Wolfgang Denk authored
This reverts commit 041c5422. The lines removed by this commit weren't redundant. The logic is (and probably should be better commented): Find the intersection of the advertised capabilities of both sides of the link (lpa). From that intersection, find the highest capability we can run at (that will be the negotiated link). Now imagine that the intersection (lpa) is (LPA_100HALF | LPA_10FULL). The code will now set phydev->speed to 100, and phydev->duplex to 1, but this link does not support 100FULL. Kudos to Andy Fleming <afleming@gmail.com> for binging this to attention and for the explanation. Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
git://git.denx.de/u-boot-armWolfgang Denk authored
* 'master' of git://git.denx.de/u-boot-arm: ARM: remove broken "ixdp425" and "ixpdg425" boards
-
- Sep 27, 2011
-
-
Albert ARIBAUD authored
Signed-off-by:
Albert ARIBAUD <albert.u.boot@aribaud.net> Acked-by:
Stefan Roese <sr@denx.de>
-
- Sep 24, 2011
-
-
Marek Vasut authored
Signed-off-by:
Marek Vasut <marek.vasut@gmail.com>
-
- Sep 23, 2011
-
-
git://git.denx.de/u-boot-armWolfgang Denk authored
* 'master' of git://git.denx.de/u-boot-arm: OMAP3: beagle: Fix build warning in beagle.c
-
Vladimir Zapolskiy authored
This is a trivial fix in the documentation, which corrects board_init_r() source reference. Signed-off-by:
Vladimir Zapolskiy <vz@mleia.com> Acked-by:
Mike Frysinger <vapier@gentoo.org>
-
- Sep 22, 2011
-
-
Dirk Behme authored
Fix build warning beagle.c:532: warning: initialization from incompatible pointer type Signed-off-by:
Dirk Behme <dirk.behme@googlemail.com> CC: Jason Kridner <jkridner@beagleboard.org> CC: Koen Kooi <koen@dominion.thruhere.net> CC: Joel A Fernandes <agnel.joel@gmail.com> Cc: Greg Turner <gregturner@ti.com> CC: Sandeep Paulraj <s-paulraj@ti.com> Acked-by:
Jason Kridner <jkridner@beagleboard.org>
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Sep 21, 2011
-
-
Holger Brunck authored
The MAC address stored in the inventory eeprom begins at offset 1. Signed-off-by:
Holger Brunck <holger.brunck@keymile.com> Signed-off-by:
Valentin Longchamp <valentin.longchamp@keymile.com> cc: Wolfgang Denk <wd@denx.de>
-
Vadim Bendebury authored
On some systems, we get a warning when %lu is used with size_t's, so use the correct format string. Signed-off-by:
Vadim Bendebury <vbendeb@chromium.org> Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Mike Frysinger authored
The new sanity check introduces a printf warning for some systems: eth.c:233: warning: format '%zu' expects type 'size_t', but argument 3 has type 'int' Rather than tweak the format string, use the new assert() helper instead. Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
Mike Frysinger authored
Recent commit a4814a69 cleaned up generation of asm-offsets.s for SoC dirs, but missed adding it to the ignore list which makes it show up in `git status`. Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
-
- Sep 20, 2011
-
-
Wolfgang Denk authored
There is no code anywhere that references BOOTFLAG_* so remove these defines. Signed-off-by:
Wolfgang Denk <wd@denx.de> Cc: Heiko Schocher <hs@denx.de> Cc: Valentin Longchamp <valentin.longchamp@keymile.com> Cc: Peter Tyser <ptyser@xes-inc.com>
-
- Sep 19, 2011
-
-
Peter Korsgaard authored
Commit 09349866 (Put common autoload code into auto_load() function) broke handling of autoload environment variable not being set. The bootp/dhcp code will just keep on requesting IP address forever and never start TFTP download. Fix it by moving TftpStart() outside the conditional like it was before. Signed-off-by:
Peter Korsgaard <jacmet@sunsite.dk> Tested-by:
Fabio Estevam <fabio.estevam@freescale.com> Acked-by:
Simon Glass <sjg@chromium.org>
-
Stefan Roese authored
Flush the dcache before removing the TLB with caches enabled. Otherwise this might lead to problems later on, e.g. while booting Linux (as seen on ICON-440SPe). Signed-off-by:
Stefan Roese <sr@denx.de>
-
Weirich, Bernhard authored
Change bd_t->bi_phy* arrays from 1 to 2 for PPC405EX since 405EX has 2 ethernet interfaces. Signed-off-by:
Bernhard Weirich <bernhard.weirich@riedel.net> Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Sep 13, 2011
-
-
Sandeep Paulraj authored
This commit fixes a build warning in the DA830 EVM build Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Jason Kridner authored
Result of running the following command to address Wolfgang's comment about camel case: for file in `find . | grep '\.[chS]$'`; do perl -i -pe 's/(green|yellow|red|blue)_LED_(on|off)/$1_led_$2/g' $file; done Discussion: http://patchwork.ozlabs.org/patch/84988/ Signed-off-by:
Jason Kridner <jkridner@beagleboard.org> Signed-off-by:
Joel A Fernandes <agnel.joel@gmail.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Aneesh V authored
omap4: fix pad configuration settings for SDP and Panda Signed-off-by:
Aneesh V <aneesh@ti.com> Signed-off-by:
Sebastien Jan <s-jan@ti.com> Signed-off-by:
David Anders <x0132446@ti.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-