- Oct 15, 2012
-
-
Albert ARIBAUD authored
Under option -munaligned-access, gcc can perform local char or 16-bit array initializations using misaligned native accesses which will throw a data abort exception. Fix files where these array initializations were unneeded, and for files known to contain such initializations, enforce gcc option -mno-unaligned-access. Signed-off-by:
Albert ARIBAUD <albert.u.boot@aribaud.net> [trini: Switch to usign call cc-option for -mno-unaligned-access as Albert had done previously as that's really correct] Signed-off-by:
Tom Rini <trini@ti.com>
-
- Oct 05, 2012
-
-
Wolfgang Denk authored
Due to grown code sizes the TQM85xx boards don't build any more with some older tool chains (like ELDK 4.2). As these boards have long reached EOL it seems a waste of effort trying to fix them. The vendor has agreed to drop support for them, too. So let's get rid of them. Signed-off-by:
Wolfgang Denk <wd@denx.de> Cc: Stefan Roese <sr@denx.de> cc: Kim Phillips <kim.phillips@freescale.com> Acked-by:
Stefan Roese <sr@denx.de>
-
- Oct 03, 2012
-
-
Gabriel Huau authored
Support of the MINI2440 board from FriendlyARM from an old version of u-boot : http://repo.or.cz/r/u-boot-openmoko/mini2440.git Currently, supporting only boot from NOR. Signed-off-by:
Gabriel Huau <contact@huau-gabriel.fr>
-
Nobuhiro Iwamatsu authored
Signed-off-by:
Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-
Nobuhiro Iwamatsu authored
This add README of Renesas RMOBILE. Based doc/README.omap3. Signed-off-by:
Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Acked-by:
Tom Rini <trini@ti.com>
-
- Sep 27, 2012
-
-
Pavel Machek authored
Signed-off-by:
Pavel Machek <pavel@denx.de> Signed-off-by:
Tom Rini <trini@ti.com>
-
Chander Kashyap authored
Now DT support is becoming common for all new SoC's. Hence it is better to have option for getting specific FDT from the remote server. This patch adds support for new label i.e. 'fdt'. This will allow to retrieve 'fdt blob' from the remote server. This patch take care for the following scenarios. The usage of fdt is optional. The 'fdt blob' can be retrieved from tftp or can be available locally or can be absent. If 'fdt_addr_r' environment variable is set and 'fdt' label is defined retrieve 'fdt blob' from tftp. 'fdt_addr_r' is then passed along bootm command. If 'fdt_addr' is set and 'fdt blob' is not retrieved from the tftp pass 'fdt_addr' to bootm command. In this case 'fdt blob' will be available at 'fdt_addr'. If 'fdt_addr' is not set and 'fdt blob' is not retrieve from tftp pass NULL to boot command. In this case 'fdt blob' is not required and absent. Signed-off-by:
Chander Kashyap <chander.kashyap@linaro.org> Acked-by:
Jason Hobbs <jason.hobbs@calxeda.com>
-
- Sep 26, 2012
-
-
Tom Rini authored
Changes in v2: - Reword a bit more Signed-off-by:
Tom Rini <trini@ti.com>
-
- Sep 24, 2012
-
-
Joe Hershberger authored
Allow a board to configure a larger buffer for netconsole, but leave the default. Signed-off-by:
Joe Hershberger <joe.hershberger@ni.com> Cc: Mike Frysinger <vapier@gentoo.org> Acked-by:
Mike Frysinger <vapier@gentoo.org>
-
Joe Hershberger authored
It is desirable to use different port numbers for sending and receiving packets with netconsole in the case where you have more than one device on the local subnet with netconsole enabled for broadcast. When they use the same port for both, any output from one will look like input to the other. This is typlically not desirable. This patch allows the input and output ports to be specified separately in the environment. Signed-off-by:
Joe Hershberger <joe.hershberger@ni.com> Cc: Mike Frysinger <vapier@gentoo.org> Acked-by:
Mike Frysinger <vapier@gentoo.org>
-
- Sep 18, 2012
-
-
Marek Vasut authored
This board is the only board that still sticks to OneNAND IPL. Remove this board, since we have SPL around for a while and OneNAND is well supported in the SPL framework. The board can be revived if necessary. Signed-off-by:
Marek Vasut <marex@denx.de> Cc: Albert Aribaud <albert.u.boot@aribaud.net> Cc: Kyungmin Park <kyungmin.park@samsung.com> Cc: Tom Rini <trini@ti.com>
-
- Sep 17, 2012
-
-
Joe Hershberger authored
NAND unlock command allows an invert bit to be set to unlock all but the selected page range. Signed-off-by:
Joe Hershberger <joe.hershberger@ni.com> [scottwood@freescale.com: updated docs and added comment about invert bit] Signed-off-by:
Scott Wood <scottwood@freescale.com>
-
- Sep 07, 2012
-
-
Simon Glass authored
Add a NAND controller along with a bindings file for review. Signed-off-by:
Simon Glass <sjg@chromium.org> Signed-off-by:
Tom Warren <twarren@nvidia.com>
-
- Sep 03, 2012
-
-
Karl O. Pinc authored
Hi, This adds to the documenation to explain how to use the kwbimage.cfg file necessary to generate an image with prefixed board setup values necessary for the kirkwood boards. Signed-off-by:
Karl O. Pinc <kop@meme.com>
-
Karl O. Pinc authored
Signed-off-by:
Karl O. Pinc <kop@meme.com>
-
- Sep 02, 2012
-
-
Tom Rini authored
The instructions are generic, so move to the generic doc. Signed-off-by:
Tom Rini <trini@ti.com>
-
Tom Rini authored
Signed-off-by:
Tom Rini <trini@ti.com>
-
Tomáš Hlaváček authored
Signed-off-by:
Tomas <Hlavacek<tmshlvck@gmail.com>
-
Tomas Hlavacek authored
Signed-off-by:
Tomas Hlavacek <tmshlvck@gmail.com>
-
Viktor Krivak authored
Signed-off-by:
Viktor Krivak <viktor.krivak@gmail.com>
-
Pavel Herrmann authored
Signed-off-by:
Pavel Herrmann <morpheus.ibis@gmail.com>
-
Tomas Hlavacek authored
Signed-off-by:
Tomas Hlavacek <tmshlvck@gmail.com>
-
Tomas Hlavacek authored
Signed-off-by:
Tomas Hlavacek <tmshlvck@gmail.com>
-
Viktor Krivak authored
Signed-off-by:
Viktor Krivak <viktor.krivak@gmail.com>
-
Pavel Herrmann authored
Signed-off-by:
Pavel Herrmann <morpheus.ibis@gmail.com>
-
Viktor Krivak authored
Signed-off-by:
Viktor Krivak <viktor.krivak@gmail.com>
-
Marek Vasut authored
Signed-off-by:
Marek Vasut <marex@denx.de>
-
Marek Vasut authored
Signed-off-by:
Marek Vasut <marek.vasut@gmail.com>
-
Viktor Křivák authored
Signed-off-by:
Viktor Křivák <viktor.krivak@gmail.com>
-
Pavel Herrmann authored
Signed-off-by:
Pavel Herrmann <morpheus.ibis@gmail.com>
-
Marek Vasut authored
This patch contains UDM-design.txt, which is document containing general description of the driver model. The remaining files contains descriptions of conversion process of particular subsystems. Signed-off-by:
Marek Vasut <marek.vasut@gmail.com>
-
- Sep 01, 2012
-
-
Wu, Josh authored
The Programmable Multibit ECC (PMECC) controller is a programmable binary BCH(Bose, Chaudhuri and Hocquenghem) encoder and decoder. This controller can be used to support both SLC and MLC NAND Flash devices. It supports to generate ECC to correct 2, 4, 8, 12 or 24 bits of error per sector of data. To use PMECC in this driver, the user needs to set the PMECC correction capability, the sector size and ROM lookup table offsets in board config file. This driver is ported from Linux kernel atmel_nand PMECC patch. The main difference is in this version it uses registers structure access hardware instead of using macros. It is tested in 9x5 serial boards. Signed-off-by:
Josh Wu <josh.wu@atmel.com> [rebase] Signed-off-by:
Andreas Bießmann <andreas.devel@googlemail.com>
-
Otavio Salvador authored
Most code can be shared between i.MX23 and i.MX28 as both are from i.MXS family; this source directory structure makes easy to share code among them. Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br> Acked-by:
Stefano Babic <sbabic@denx.de>
-
Andreas Bießmann authored
Signed-off-by:
Andreas Bießmann <andreas.devel@googlemail.com>
-
Tom Rini authored
Remove Sandeep, thanks for all the hard work! Signed-off-by:
Tom Rini <trini@ti.com>
-
- Aug 23, 2012
-
-
York Sun authored
Restructure DDR interleaving option to support 3 and 4 DDR controllers for 2-, 3- and 4-way interleaving. Signed-off-by:
York Sun <yorksun@freescale.com> Signed-off-by:
Andy Fleming <afleming@freescale.com>
-
Shaohui Xie authored
Provides a tool to build boot Image for PBL(Pre boot loader) which is used on Freescale CoreNet SoCs, PBL can be used to load some instructions and/or data for pre-initialization. The default output image is u-boot.pbl, for more details please refer to doc/README.pblimage. Signed-off-by:
Shaohui Xie <Shaohui.Xie@freescale.com> Signed-off-by:
Andy Fleming <afleming@freescale.com>
-
Liu Gang authored
Added descriptions about boot from PCIE in the files README and doc/README.srio-pcie-boot-corenet, and changed the name of the doc/README.srio-boot-corenet to doc/README.srio-pcie-boot-corenet. Signed-off-by:
Liu Gang <Gang.Liu@freescale.com> Signed-off-by:
Andy Fleming <afleming@freescale.com>
-
Liu Gang authored
Update some descriptions due to the implementation changes: For master: Get rid of the SRIOBOOT_MASTER build target, and to support for serving as a SRIO boot master via environment variable. For slave: 1. When compile the slave image for boot from SRIO, no longer need to specify which SRIO port it will boot from. 2. All slave's cores should be in hold off. Signed-off-by:
Liu Gang <Gang.Liu@freescale.com> Signed-off-by:
Andy Fleming <afleming@freescale.com>
-
- Aug 09, 2012
-
-
Uma Shankar authored
Signed-off-by:
Uma Shankar <uma.shankar@samsung.com> Signed-off-by:
Manjunatha C Achar <a.manjunatha@samsung.com> Signed-off-by:
Iqbal Shareef <iqbal.ams@samsung.com> Signed-off-by:
Hakgoo Lee <goodguy.lee@samsung.com>
-