History log of /rk3399_rockchip-uboot/fs/jffs2/jffs2_1pass.c (Results 101 – 125 of 136)
Revision Date Author Comments
# 2770bcb2 24-Mar-2006 Markus Klotzbuecher <mk@denx.de>

Merge with http://www.denx.de/git/u-boot.git


# f8edca2e 20-Mar-2006 Kumar Gala <galak@kernel.crashing.org>

Merge branch 'origin'

Conflicts:

CHANGELOG


# 74f92e6a 12-Mar-2006 Wolfgang Denk <wd@pollux.denx.de>

Add crc of data to jffs2 (in jffs2_1pass_build_lists()).
Patch by Rick Bronson, 15 Jun 2005


# 951a954b 06-Mar-2006 Wolfgang Denk <wd@atlas.denx.de>

Merge with /home/wd/git/u-boot/master
Code cleanup.


# 4e3ccd26 06-Mar-2006 Wolfgang Denk <wd@nyx.denx.de>

Merge the new NAND code (testing-NAND brach); see doc/README.nand
Rewrite of NAND code based on what is in 2.6.12 Linux kernel
Patch by Ladislav Michl, 29 Jun 2005

[Merge with /home/tur/nand/u-boot]


# addb2e16 05-Mar-2006 Bartlomiej Sieka <tur@semihalf.com>

Re-factoring the legacy NAND code (legacy NAND now only in board-specific
code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and
BOARDLIBS = drivers/nand_legacy/libnand_legacy.a add

Re-factoring the legacy NAND code (legacy NAND now only in board-specific
code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and
BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for
NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is
implemented for these boards.

show more ...


# 0377dca2 24-Feb-2006 Markus Klotzbücher <mk@pollux.(none)>

Merge /home/tur/nand/u-boot/
This is a first version of the testing-NAND branch merged back to main.


# 038ccac5 24-Feb-2006 Bartlomiej Sieka <tur@semihalf.com>

Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.


# 84bd92bd 15-Oct-2005 Wolfgang Denk <wd@pollux.denx.de>

Merge with /home/m8/git/u-boot


# 77ddac94 13-Oct-2005 Wolfgang Denk <wd@pollux.denx.de>

Cleanup for GCC-4.x


# e6f2e902 11-Oct-2005 Marian Balakowicz <m8@semihalf.com>

Added support for TQM834x boards.


# ac7eb8a3 14-Sep-2005 Wolfgang Denk <wd@pollux.denx.de>

Update of new NAND code
Patch by Ladislav Michl, 13 Sep 2005


# 22e05df4 16-Aug-2005 <m8@hekate.semihalf.com>

Merge with pollux.denx.org:/home/git/u-boot/.git


# 87b8bd5a 16-Aug-2005 Wolfgang Denk <wd@pollux.denx.de>

Fix return values of the jffs2 commands ls/fsload/fsinfo,
so we can use them to, e.g., check the existence of a file with
"if ls foo; then this; else that; fi" in the hush shell
Patch by Andreas Enge

Fix return values of the jffs2 commands ls/fsload/fsinfo,
so we can use them to, e.g., check the existence of a file with
"if ls foo; then this; else that; fi" in the hush shell
Patch by Andreas Engel, 16 August 2005

show more ...


# 55d150d9 12-Aug-2005 Wolfgang Denk <wd@pollux.denx.de>

Merge with /home/wd/git/u-boot/master


# 6df6d38d 12-Aug-2005 <m8@hekate.semihalf.com>

Merge with pollux.denx.org:/home/git/u-boot/.git


# 8f79e4c2 10-Aug-2005 Wolfgang Denk <wd@pollux.denx.de>

Add configuration for IFM AEV FIFO board.
Minor coding style cleanup.


# 700a0c64 07-Aug-2005 Wolfgang Denk <wd@pollux.denx.de>

Add common (with Linux) MTD partition scheme and "mtdparts" command
Old, obsolete and duplicated code was cleaned up and replace by the
new partitioning method. There are two possible approaches now:

Add common (with Linux) MTD partition scheme and "mtdparts" command
Old, obsolete and duplicated code was cleaned up and replace by the
new partitioning method. There are two possible approaches now:
* define a single, static partition
* use mtdparts command line option and dynamic partitioning
Default is static partitioning.

show more ...


# 412babe3 05-May-2005 wdenk <wdenk>

It's better to handle LZO and LZARI compression mdoes for JFFS2 with
a single #define.


# 07cc0999 05-May-2005 wdenk <wdenk>

Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of
March 13, 2005); new configuration options CONFIG_JFFS2_LZO and
CONFIG_JFFS2_LZARI are added. Both are undefined by default.


# cf8bc577 04-May-2005 wdenk <wdenk>

Fix problem with symbolic links in JFFS2 code.


# 02b11f8e 12-May-2004 wdenk <wdenk>

Patch by Klaus Heydeck, 12 May 2004:
Using external watchdog for KUP4 boards in mpc8xx/cpu.c;
load_sernum_ethaddr() for KUP4 boards in lib_ppc/board.c;
various changes to KUP4 board specific files


# 32877d66 05-May-2004 wdenk <wdenk>

* Fix memory leak in the NAND-specific JFFS2 code

* Fix SL811 USB controller when attached to a USB hub


# 2729af9d 03-May-2004 wdenk <wdenk>

* Fix minor NAND JFFS2 related issue

* Fixes for SL811 USB controller:
- implement workaround for broken memory stick
- improve error handling

* Increase packet send timeout to 10 ms in cpu/mpc

* Fix minor NAND JFFS2 related issue

* Fixes for SL811 USB controller:
- implement workaround for broken memory stick
- improve error handling

* Increase packet send timeout to 10 ms in cpu/mpc8xx/scc.c to better
cope with congested networks.

show more ...


# fc1cfcdb 25-Apr-2004 wdenk <wdenk>

* Back out Patch by Christian Hohnstaedt, 23 Apr 2004:
(JFFS2 speed enhancements) because of using non-public
data (PHYS_FLASH_SECT_SIZE)

* Patch by Travis Sawyer, 23 Apr 2004:
Fix VSC/CIS 820

* Back out Patch by Christian Hohnstaedt, 23 Apr 2004:
(JFFS2 speed enhancements) because of using non-public
data (PHYS_FLASH_SECT_SIZE)

* Patch by Travis Sawyer, 23 Apr 2004:
Fix VSC/CIS 8201 phy descrambler interoperability timing due to
errata from Vitesse Semiconductor.

show more ...


123456