26 Sep, 2012
1 commit
22 Sep, 2012
1 commit
21 Sep, 2012
1 commit
-
Update Makefile change for LIBS -> LIBS-y change.
Conflicts:
MakefileSigned-off-by: Tom Rini
19 Sep, 2012
1 commit
-
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
Cc: Albert Aribaud
Cc: Kyungmin Park
Cc: Tom Rini
18 Sep, 2012
1 commit
-
NAND unlock command allows an invert bit to be set to unlock all but
the selected page range.Signed-off-by: Joe Hershberger
[scottwood@freescale.com: updated docs and added comment about invert bit]
Signed-off-by: Scott Wood
08 Sep, 2012
1 commit
-
Add a NAND controller along with a bindings file for review.
Signed-off-by: Simon Glass
Signed-off-by: Tom Warren
03 Sep, 2012
16 commits
-
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
-
Signed-off-by: Karl O. Pinc
-
The instructions are generic, so move to the generic doc.
Signed-off-by: Tom Rini
-
Signed-off-by: Tom Rini
-
Signed-off-by: Tomas Hlavacek
-
Signed-off-by: Tomas Hlavacek
-
Signed-off-by: Viktor Krivak
-
Signed-off-by: Pavel Herrmann
-
Signed-off-by: Tomas Hlavacek
-
Signed-off-by: Tomas Hlavacek
-
Signed-off-by: Viktor Krivak
-
Signed-off-by: Pavel Herrmann
-
Signed-off-by: Viktor Krivak
-
Signed-off-by: Marek Vasut
-
Signed-off-by: Marek Vasut
-
Signed-off-by: Viktor Křivák
02 Sep, 2012
2 commits
-
Signed-off-by: Pavel Herrmann
-
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
01 Sep, 2012
4 commits
-
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
[rebase]
Signed-off-by: Andreas Bießmann -
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
Acked-by: Stefano Babic -
Signed-off-by: Andreas Bießmann
-
Remove Sandeep, thanks for all the hard work!
Signed-off-by: Tom Rini
24 Aug, 2012
1 commit
-
Restructure DDR interleaving option to support 3 and 4 DDR controllers
for 2-, 3- and 4-way interleaving.Signed-off-by: York Sun
Signed-off-by: Andy Fleming
23 Aug, 2012
3 commits
-
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
Signed-off-by: Andy Fleming -
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
Signed-off-by: Andy Fleming -
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
Signed-off-by: Andy Fleming
10 Aug, 2012
3 commits
-
Signed-off-by: Uma Shankar
Signed-off-by: Manjunatha C Achar
Signed-off-by: Iqbal Shareef
Signed-off-by: Hakgoo Lee -
U-Boot port is based on sources forked from GRUB-0.97 by Sun in 2004,
which can be found here:
http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/zfs-include/zfs.hReleased by Sun for GRUB under the license:
* 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.GRUB official releases include ZFS in version:
ftp://alpha.gnu.org/gnu/grub/grub-1.99~rc1.tar.gzAnd patched against GRUB Bazaar repository for ashift fixes (4KB HDDs)
more conveniently found at github:
https://github.com/pendor/grub-zfs/commit/e7b6ef3ac3b9685ac4c394c897b1d4221b7381f1Signed-off-by: Jorgen Lundman
-
Add support for specifying a differnt CPU for main u-boot and SPL
u-boot builds. This is done by adding an optional SPL CPU after the
main CPU in boards.cfg as follows:normal_cpu:spl_cpu
This this case CPU will be set to "normal_cpu" during the main u-boot
build and "spl_cpu" during the SPL build.Signed-off-by: Allen Martin
31 Jul, 2012
1 commit
-
* 'next' of git://git.denx.de/u-boot:
MPC8xx: Fixup warning in arch/powerpc/cpu/mpc8xx/cpu.c
doc: cleanup - move board READMEs into respective board directories
net: sh_eth: add support for SH7757's GETHER
net: sh_eth: modify the definitions of regsiter
net: sh_eth: add SH_ETH_TYPE_ condition
net: sh_eth: clean up for the SH7757's code
net: fec_mxc: Fix MDC for xMII
net: fec_mxc: Fix setting of RCR for xMII
net: nfs: make NFS_TIMEOUT configurable
net: Inline the new eth_setenv_enetaddr_by_index function
net: allow setting env enetaddr from net device setting
net/designware: Consecutive writes to the same register to be avoided
CACHE: net: asix: Fix asix driver to work with data cache on
net: phy: micrel: make ksz9021 phy accessible
net: abort network initialization if the PHY driver fails
phylib: phy_startup() should return an error code on failure
net: tftp: fix type of block arg to store_blockSigned-off-by: Wolfgang Denk
29 Jul, 2012
1 commit
-
Also drop a few files referring to no longer / not yet supported
boards.Signed-off-by: Wolfgang Denk
Cc: Prafulla Wadaskar
Cc: Stefan Roese
Cc: Kim Phillips
Cc: Andy Fleming
Cc: Jason Jin
Cc: Stefano Babic
Cc: Daniel Schwierzeck
Acked-by: Stefano Babic
Acked-by: Daniel Schwierzeck
23 Jul, 2012
1 commit
-
Signed-off-by: Wolfgang Denk
21 Jul, 2012
2 commits
-
The documented link to elftosb package tarball is not accessible,
change to another working link.Signed-off-by: Anatolij Gustschin
Cc: Otavio Salvador
Cc: Marek Vasut
Cc: Fabio Estevam
Acked-by: Otavio Salvador
Acked-by: Detlev Zundel
Acked-by: Marek Vasut -
commit 419ea2d84 (mx28: Split the README into a common part and a m28 specific part)
missed an entry in the Contents section that was part of the original file.Add the missing entry for completeness.
Signed-off-by: Fabio Estevam
Acked-by: Marek Vasut