| bfae89ab | 08-Aug-2012 |
Tomáš Hlaváček <tmshlvck@gmail.com> |
dm: Add twserial device document
Signed-off-by: Tomas Hlavacek<tmshlvck@gmail.com> |
| 0d9e5994 | 08-Aug-2012 |
Tomas Hlavacek <tmshlvck@gmail.com> |
dm: RTC subsystem analysis added.
Signed-off-by: Tomas Hlavacek <tmshlvck@gmail.com> |
| cbcc33e9 | 08-Aug-2012 |
Viktor Krivak <viktor.krivak@gmail.com> |
dm: Add pcmcia design document
Signed-off-by: Viktor Krivak <viktor.krivak@gmail.com> |
| a09c6499 | 08-Aug-2012 |
Pavel Herrmann <morpheus.ibis@gmail.com> |
dm: add PCI design document
Signed-off-by: Pavel Herrmann <morpheus.ibis@gmail.com> |
| f07563a7 | 08-Aug-2012 |
Tomas Hlavacek <tmshlvck@gmail.com> |
dm: Driver model analysis document for Watchdog subsystem has been added.
Signed-off-by: Tomas Hlavacek <tmshlvck@gmail.com> |
| 5df9b142 | 08-Aug-2012 |
Tomas Hlavacek <tmshlvck@gmail.com> |
dm: Hwmon UDM subsystem analysis added.
Signed-off-by: Tomas Hlavacek <tmshlvck@gmail.com> |
| 6246fdb0 | 08-Aug-2012 |
Viktor Krivak <viktor.krivak@gmail.com> |
dm: Add POWER API transition document
Signed-off-by: Viktor Krivak <viktor.krivak@gmail.com> |
| 04635740 | 08-Aug-2012 |
Pavel Herrmann <morpheus.ibis@gmail.com> |
dm: Add block device document
Signed-off-by: Pavel Herrmann <morpheus.ibis@gmail.com> |
| 707a5e22 | 08-Aug-2012 |
Viktor Krivak <viktor.krivak@gmail.com> |
dm: Add SPI API transition document
Signed-off-by: Viktor Krivak <viktor.krivak@gmail.com> |
| b59d2802 | 08-Aug-2012 |
Marek Vasut <marex@denx.de> |
dm: Add networking subsystem analysis
Signed-off-by: Marek Vasut <marex@denx.de> |
| 25681826 | 08-Aug-2012 |
Marek Vasut <marek.vasut@gmail.com> |
dm: Add MMC subsystem analysis
Signed-off-by: Marek Vasut <marek.vasut@gmail.com> |
| 68bce384 | 08-Aug-2012 |
Viktor Křivák <viktor.krivak@gmail.com> |
dm: Add GPIO API transition document
Signed-off-by: Viktor Křivák <viktor.krivak@gmail.com> |
| 3f466933 | 08-Aug-2012 |
Pavel Herrmann <morpheus.ibis@gmail.com> |
dm: Add Driver cores design document
Signed-off-by: Pavel Herrmann <morpheus.ibis@gmail.com> |
| 15c6935b | 08-Aug-2012 |
Marek Vasut <marek.vasut@gmail.com> |
dm: Initial import of design documents
This patch contains UDM-design.txt, which is document containing general description of the driver model. The remaining files contains descriptions of conversi
dm: Initial import of design documents
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>
show more ...
|
| bdfd59aa | 23-Aug-2012 |
Wu, Josh <Josh.wu@atmel.com> |
at91: atmel_nand: Update driver to support Programmable Multibit ECC controller
The Programmable Multibit ECC (PMECC) controller is a programmable binary BCH(Bose, Chaudhuri and Hocquenghem) encoder
at91: atmel_nand: Update driver to support Programmable Multibit ECC controller
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>
show more ...
|
| 3a0398d7 | 05-Aug-2012 |
Otavio Salvador <otavio@ossystems.com.br> |
mxs: reorganize source directory for easy sharing of code in i.MXS SoCs
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
mxs: reorganize source directory for easy sharing of code in i.MXS SoCs
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>
show more ...
|
| 963333e9 | 02-Jul-2012 |
Andreas Bießmann <andreas.devel@googlemail.com> |
doc/git-mailrc: update at91 and avr32
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> |
| 3bc78d7e | 01-Aug-2012 |
Tom Rini <trini@ti.com> |
doc/git-mailrc: Update 'ti' alias
Remove Sandeep, thanks for all the hard work!
Signed-off-by: Tom Rini <trini@ti.com> |
| a4c66509 | 17-Aug-2012 |
York Sun <yorksun@freescale.com> |
powerpc/mpc8xxx: Enable 3-way and 4-way DDR interleaving
Restructure DDR interleaving option to support 3 and 4 DDR controllers for 2-, 3- and 4-way interleaving.
Signed-off-by: York Sun <yorksun@f
powerpc/mpc8xxx: Enable 3-way and 4-way DDR interleaving
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>
show more ...
|
| 5d898a00 | 10-Aug-2012 |
Shaohui Xie <Shaohui.Xie@freescale.com> |
powerpc/CoreNet: add tool to support pbl image build.
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
powerpc/CoreNet: add tool to support pbl image build.
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>
show more ...
|
| fc54c7fa | 09-Aug-2012 |
Liu Gang <Gang.Liu@freescale.com> |
powerpc/corenet_ds: Update README and README.srio-pcie-boot-corenet
Added descriptions about boot from PCIE in the files README and doc/README.srio-pcie-boot-corenet, and changed the name of the doc
powerpc/corenet_ds: Update README and README.srio-pcie-boot-corenet
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>
show more ...
|
| 51928df6 | 09-Aug-2012 |
Liu Gang <Gang.Liu@freescale.com> |
powerpc/corenet_ds: Update README.srio-boot-corenet
Update some descriptions due to the implementation changes:
For master: Get rid of the SRIOBOOT_MASTER build target, and to support for serving
powerpc/corenet_ds: Update README.srio-boot-corenet
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>
show more ...
|
| ed34f34d | 25-May-2012 |
Uma Shankar <uma.shankar@samsung.com> |
ext4fs write support
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
ext4fs write support
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>
show more ...
|
| 4d3c95f5 | 19-Jul-2012 |
Jorgen Lundman <lundman@lundman.net> |
zfs: Add ZFS filesystem support
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
zfs: Add ZFS filesystem support
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.h
Released 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.gz
And patched against GRUB Bazaar repository for ashift fixes (4KB HDDs) more conveniently found at github: https://github.com/pendor/grub-zfs/commit/e7b6ef3ac3b9685ac4c394c897b1d4221b7381f1
Signed-off-by: Jorgen Lundman <lundman@lundman.net>
show more ...
|
| d22650af | 19-Apr-2012 |
Allen Martin <amartin@nvidia.com> |
mkconfig: add support for SPL CPU
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 fol
mkconfig: add support for SPL CPU
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 <amartin@nvidia.com>
show more ...
|