History log of /rk3399_rockchip-uboot/common/ (Results 4301 – 4325 of 5256)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
fcd69a1a15-Aug-2008 Kumar Gala <galak@kernel.crashing.org>

Clean up usage of icache_disable/dcache_disable

There is no point in disabling the icache on 7xx/74xx/86xx parts and not
also flushing the icache. All callers of invalidate_l1_instruction_cache()
c

Clean up usage of icache_disable/dcache_disable

There is no point in disabling the icache on 7xx/74xx/86xx parts and not
also flushing the icache. All callers of invalidate_l1_instruction_cache()
call icache_disable() right after. Make it so icache_disable() calls
invalidate_l1_instruction_cache() for us.

Also, dcache_disable() already calls dcache_flush() so there is no point
in the explicit calls of dcache_flush().

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...


/rk3399_rockchip-uboot/board/Marvell/db64360/db64360.c
/rk3399_rockchip-uboot/board/Marvell/db64460/db64460.c
/rk3399_rockchip-uboot/board/esd/cpci750/cpci750.c
/rk3399_rockchip-uboot/board/freescale/mpc7448hpc2/mpc7448hpc2.c
/rk3399_rockchip-uboot/board/prodrive/p3mx/p3mx.c
cmd_bootm.c
/rk3399_rockchip-uboot/cpu/74xx_7xx/cache.S
/rk3399_rockchip-uboot/cpu/mpc86xx/cache.S
/rk3399_rockchip-uboot/drivers/hwmon/Makefile
/rk3399_rockchip-uboot/drivers/hwmon/adt7460.c
/rk3399_rockchip-uboot/drivers/i2c/Makefile
/rk3399_rockchip-uboot/drivers/i2c/fsl_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/mxc_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/omap1510_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/omap24xx_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/tsi108_i2c.c
/rk3399_rockchip-uboot/drivers/rtc/Makefile
/rk3399_rockchip-uboot/drivers/rtc/bfin_rtc.c
/rk3399_rockchip-uboot/drivers/rtc/ds12887.c
/rk3399_rockchip-uboot/drivers/rtc/ds1302.c
/rk3399_rockchip-uboot/drivers/rtc/ds1306.c
/rk3399_rockchip-uboot/drivers/rtc/ds1307.c
/rk3399_rockchip-uboot/drivers/rtc/ds1337.c
/rk3399_rockchip-uboot/drivers/rtc/ds1374.c
/rk3399_rockchip-uboot/drivers/rtc/ds1556.c
/rk3399_rockchip-uboot/drivers/rtc/ds164x.c
/rk3399_rockchip-uboot/drivers/rtc/ds174x.c
/rk3399_rockchip-uboot/drivers/rtc/ds3231.c
/rk3399_rockchip-uboot/drivers/rtc/m41t11.c
/rk3399_rockchip-uboot/drivers/rtc/m41t60.c
/rk3399_rockchip-uboot/drivers/rtc/m48t35ax.c
/rk3399_rockchip-uboot/drivers/rtc/max6900.c
/rk3399_rockchip-uboot/drivers/rtc/mc146818.c
/rk3399_rockchip-uboot/drivers/rtc/mcfrtc.c
/rk3399_rockchip-uboot/drivers/rtc/mk48t59.c
/rk3399_rockchip-uboot/drivers/rtc/mpc5xxx.c
/rk3399_rockchip-uboot/drivers/rtc/mpc8xx.c
/rk3399_rockchip-uboot/drivers/rtc/pcf8563.c
/rk3399_rockchip-uboot/drivers/rtc/rs5c372.c
/rk3399_rockchip-uboot/drivers/rtc/rx8025.c
/rk3399_rockchip-uboot/drivers/rtc/s3c24x0_rtc.c
/rk3399_rockchip-uboot/drivers/rtc/x1205.c
/rk3399_rockchip-uboot/drivers/video/Makefile
/rk3399_rockchip-uboot/drivers/video/ati_radeon_fb.c
/rk3399_rockchip-uboot/drivers/video/cfb_console.c
/rk3399_rockchip-uboot/drivers/video/ct69000.c
/rk3399_rockchip-uboot/drivers/video/mb862xx.c
/rk3399_rockchip-uboot/drivers/video/sed13806.c
/rk3399_rockchip-uboot/drivers/video/sed156x.c
/rk3399_rockchip-uboot/drivers/video/sm501.c
/rk3399_rockchip-uboot/drivers/video/smiLynxEM.c
/rk3399_rockchip-uboot/include/dtt.h
/rk3399_rockchip-uboot/lib_ppc/bootm.c
0a823aa209-Jul-2008 Harald Welte <laforge@openmoko.org>

Add 'license' command to U-Boot command line

The 'license' command includes the U-Boot license (GPLv2) into the
actual bootloader binary. The license text can be shown interactively
at the U-Boot co

Add 'license' command to U-Boot command line

The 'license' command includes the U-Boot license (GPLv2) into the
actual bootloader binary. The license text can be shown interactively
at the U-Boot commandline.

For products where the commandline can actually be accessed by the
end user, this helps to prevent inadvertent GPL violations, since the
GPLv2 license text can no longer be 'forgotten' to be included into
the product.

The 'license' command can be enabled by CONFIG_CMD_LICENSE.

Signed-off-by: Harald Welte <laforge@openmoko.org>

show more ...

fe2ce55006-Jul-2008 Harald Welte <laforge@gnumonks.org>

add 'unzip' command to u-boot commandline

[PATCH] add new 'unzip' command to u-boot commandline

common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
memory to memory, and o

add 'unzip' command to u-boot commandline

[PATCH] add new 'unzip' command to u-boot commandline

common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
memory to memory, and option CONFIG_CMD_UNZIP to enable it

Signed-off-by: Werner Almesberger <werner@openmoko.org>
Signed-off-by: Harald Welte <laforge@openmoko.org>

show more ...

07efc9e307-Aug-2008 TsiChung Liew <Tsi-Chung.Liew@freescale.com>

Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase

The CFG_ENV_SIZE is not suitable used for SPI flash erase
sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
Add condition chec

Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase

The CFG_ENV_SIZE is not suitable used for SPI flash erase
sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
Add condition check if CFG_ENV_SIZE is larger than
CFG_ENV_SECT_SIZE, calculate the right number of sectors for
erasing.

Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>

show more ...


/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/board/freescale/m5253demo/Makefile
/rk3399_rockchip-uboot/board/freescale/m5253demo/config.mk
/rk3399_rockchip-uboot/board/freescale/m5253demo/flash.c
/rk3399_rockchip-uboot/board/freescale/m5253demo/m5253demo.c
/rk3399_rockchip-uboot/board/freescale/m5253demo/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m5253evbe/m5253evbe.c
/rk3399_rockchip-uboot/board/freescale/m5271evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m5271evb/config.mk
/rk3399_rockchip-uboot/board/freescale/m5271evb/m5271evb.c
/rk3399_rockchip-uboot/board/freescale/m5271evb/mii.c
/rk3399_rockchip-uboot/board/freescale/m5271evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m5272c3/Makefile
/rk3399_rockchip-uboot/board/freescale/m5272c3/config.mk
/rk3399_rockchip-uboot/board/freescale/m5272c3/flash.c
/rk3399_rockchip-uboot/board/freescale/m5272c3/m5272c3.c
/rk3399_rockchip-uboot/board/freescale/m5272c3/mii.c
/rk3399_rockchip-uboot/board/freescale/m5272c3/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m5282evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m5282evb/config.mk
/rk3399_rockchip-uboot/board/freescale/m5282evb/m5282evb.c
/rk3399_rockchip-uboot/board/freescale/m5282evb/mii.c
/rk3399_rockchip-uboot/board/freescale/m5282evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m54451evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m54451evb/config.mk
/rk3399_rockchip-uboot/board/freescale/m54451evb/m54451evb.c
/rk3399_rockchip-uboot/board/freescale/m54451evb/mii.c
/rk3399_rockchip-uboot/board/freescale/m54451evb/u-boot.spa
/rk3399_rockchip-uboot/board/freescale/m54451evb/u-boot.stm
/rk3399_rockchip-uboot/board/freescale/m54455evb/Makefile
/rk3399_rockchip-uboot/board/freescale/m54455evb/m54455evb.c
/rk3399_rockchip-uboot/board/freescale/m54455evb/u-boot.stm
env_sf.c
/rk3399_rockchip-uboot/cpu/mcf52x2/cpu_init.c
/rk3399_rockchip-uboot/cpu/mcf52x2/start.S
/rk3399_rockchip-uboot/cpu/mcf5445x/cpu_init.c
/rk3399_rockchip-uboot/cpu/mcf5445x/dspi.c
/rk3399_rockchip-uboot/cpu/mcf5445x/speed.c
/rk3399_rockchip-uboot/cpu/mcf5445x/start.S
/rk3399_rockchip-uboot/drivers/mtd/cfi_flash.c
/rk3399_rockchip-uboot/drivers/mtd/jedec_flash.c
/rk3399_rockchip-uboot/include/asm-m68k/immap.h
/rk3399_rockchip-uboot/include/configs/M5253DEMO.h
/rk3399_rockchip-uboot/include/configs/M5253EVBE.h
/rk3399_rockchip-uboot/include/configs/M5282EVB.h
/rk3399_rockchip-uboot/include/configs/M54451EVB.h
/rk3399_rockchip-uboot/include/configs/M54455EVB.h
/rk3399_rockchip-uboot/lib_m68k/board.c
4b07080914-Aug-2008 Wolfgang Denk <wd@denx.de>

Coding Style cleanup, update CHANGELOG

Signed-off-by: Wolfgang Denk <wd@denx.de>


/rk3399_rockchip-uboot/CHANGELOG
cmd_nand.c
cmd_yaffs2.c
/rk3399_rockchip-uboot/drivers/mtd/nand/fsl_elbc_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_util.c
/rk3399_rockchip-uboot/drivers/mtd/onenand/onenand_base.c
/rk3399_rockchip-uboot/fs/yaffs2/Makefile
/rk3399_rockchip-uboot/fs/yaffs2/README-linux
/rk3399_rockchip-uboot/fs/yaffs2/devextras.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_checkptrw.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_checkptrw.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_ecc.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_ecc.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_flashif.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_guts.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_guts.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_malloc.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_mtdif.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_mtdif.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_mtdif2.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_mtdif2.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_nand.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_nand.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_nandemul2k.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_packedtags1.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_packedtags2.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_packedtags2.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_qsort.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_qsort.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_ramdisk.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_tagscompat.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_tagsvalidity.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffscfg.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffscfg.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffsfs.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffsfs.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffsinterface.h
/rk3399_rockchip-uboot/fs/yaffs2/ydirectenv.h
/rk3399_rockchip-uboot/fs/yaffs2/yportenv.h
/rk3399_rockchip-uboot/include/configs/MPC8313ERDB.h
/rk3399_rockchip-uboot/include/linux/mtd/inftl-user.h
/rk3399_rockchip-uboot/include/linux/mtd/mtd-abi.h
/rk3399_rockchip-uboot/include/linux/mtd/mtd.h
/rk3399_rockchip-uboot/include/linux/mtd/nftl-user.h
/rk3399_rockchip-uboot/include/linux/mtd/nftl.h
/rk3399_rockchip-uboot/include/nand.h
/rk3399_rockchip-uboot/nand_spl/nand_boot.c
28ac671914-Aug-2008 Wolfgang Denk <wd@denx.de>

Merge branch 'master' of git://git.denx.de/u-boot-nand-flash

2fd0aad413-Aug-2008 Wolfgang Denk <wd@denx.de>

Merge branch 'Makefile' of git://git.denx.de/u-boot-arm


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/delta/nand.c
/rk3399_rockchip-uboot/board/esd/common/auto_update.c
/rk3399_rockchip-uboot/board/freescale/mx31ads/Makefile
/rk3399_rockchip-uboot/board/freescale/mx31ads/config.mk
/rk3399_rockchip-uboot/board/freescale/mx31ads/lowlevel_init.S
/rk3399_rockchip-uboot/board/freescale/mx31ads/mx31ads.c
/rk3399_rockchip-uboot/board/freescale/mx31ads/u-boot.lds
/rk3399_rockchip-uboot/board/icecube/flash.c
/rk3399_rockchip-uboot/board/netta/netta.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/flash.c
/rk3399_rockchip-uboot/board/tqc/tqm8xx/flash.c
ACEX1K.c
Makefile
altera.c
bedbug.c
cmd_jffs2.c
cmd_nand.c
cmd_onenand.c
cyclon2.c
docecc.c
fpga.c
lcd.c
lynxkdi.c
miiphybb.c
soft_i2c.c
soft_spi.c
spartan2.c
spartan3.c
stratixII.c
usb.c
usb_kbd.c
usb_storage.c
virtex2.c
xilinx.c
/rk3399_rockchip-uboot/cpu/arm920t/s3c24x0/nand.c
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/nand.c
/rk3399_rockchip-uboot/cpu/ppc4xx/ndfc.c
/rk3399_rockchip-uboot/doc/README.nand
/rk3399_rockchip-uboot/drivers/block/Makefile
/rk3399_rockchip-uboot/drivers/block/ahci.c
/rk3399_rockchip-uboot/drivers/block/ata_piix.c
/rk3399_rockchip-uboot/drivers/block/sil680.c
/rk3399_rockchip-uboot/drivers/block/sym53c8xx.c
/rk3399_rockchip-uboot/drivers/block/systemace.c
/rk3399_rockchip-uboot/drivers/dma/MCD_dmaApi.c
/rk3399_rockchip-uboot/drivers/dma/MCD_tasks.c
/rk3399_rockchip-uboot/drivers/dma/MCD_tasksInit.c
/rk3399_rockchip-uboot/drivers/dma/Makefile
/rk3399_rockchip-uboot/drivers/input/Makefile
/rk3399_rockchip-uboot/drivers/input/i8042.c
/rk3399_rockchip-uboot/drivers/input/keyboard.c
/rk3399_rockchip-uboot/drivers/input/pc_keyb.c
/rk3399_rockchip-uboot/drivers/input/ps2mult.c
/rk3399_rockchip-uboot/drivers/input/ps2ser.c
/rk3399_rockchip-uboot/drivers/misc/Makefile
/rk3399_rockchip-uboot/drivers/misc/ali512x.c
/rk3399_rockchip-uboot/drivers/misc/ns87308.c
/rk3399_rockchip-uboot/drivers/misc/status_led.c
/rk3399_rockchip-uboot/drivers/mtd/Makefile
/rk3399_rockchip-uboot/drivers/mtd/at45.c
/rk3399_rockchip-uboot/drivers/mtd/cfi_flash.c
/rk3399_rockchip-uboot/drivers/mtd/mw_eeprom.c
/rk3399_rockchip-uboot/drivers/mtd/nand/Makefile
/rk3399_rockchip-uboot/drivers/mtd/nand/diskonchip.c
/rk3399_rockchip-uboot/drivers/mtd/nand/fsl_upm.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_bbt.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_ecc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_ids.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_util.c
/rk3399_rockchip-uboot/drivers/mtd/nand_legacy/Makefile
/rk3399_rockchip-uboot/drivers/mtd/nand_legacy/nand_legacy.c
/rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile
/rk3399_rockchip-uboot/drivers/mtd/onenand/onenand_base.c
/rk3399_rockchip-uboot/drivers/mtd/onenand/onenand_bbt.c
/rk3399_rockchip-uboot/drivers/mtd/onenand/onenand_uboot.c
/rk3399_rockchip-uboot/drivers/pci/Makefile
/rk3399_rockchip-uboot/drivers/pci/fsl_pci_init.c
/rk3399_rockchip-uboot/drivers/pci/pci.c
/rk3399_rockchip-uboot/drivers/pci/pci_auto.c
/rk3399_rockchip-uboot/drivers/pci/pci_indirect.c
/rk3399_rockchip-uboot/drivers/pci/tsi108_pci.c
/rk3399_rockchip-uboot/drivers/pci/w83c553f.c
/rk3399_rockchip-uboot/drivers/qe/Makefile
/rk3399_rockchip-uboot/drivers/qe/qe.c
/rk3399_rockchip-uboot/drivers/qe/uccf.c
/rk3399_rockchip-uboot/drivers/qe/uec.c
/rk3399_rockchip-uboot/drivers/qe/uec_phy.c
/rk3399_rockchip-uboot/drivers/serial/Makefile
/rk3399_rockchip-uboot/drivers/serial/ns9750_serial.c
/rk3399_rockchip-uboot/drivers/serial/serial.c
/rk3399_rockchip-uboot/drivers/serial/serial_sh.c
/rk3399_rockchip-uboot/fs/jffs2/jffs2_1pass.c
/rk3399_rockchip-uboot/fs/jffs2/jffs2_nand_1pass.c
/rk3399_rockchip-uboot/include/configs/APC405.h
/rk3399_rockchip-uboot/include/configs/ATUM8548.h
/rk3399_rockchip-uboot/include/configs/Adder.h
/rk3399_rockchip-uboot/include/configs/BAB7xx.h
/rk3399_rockchip-uboot/include/configs/BC3450.h
/rk3399_rockchip-uboot/include/configs/BMW.h
/rk3399_rockchip-uboot/include/configs/CPCI750.h
/rk3399_rockchip-uboot/include/configs/CPU87.h
/rk3399_rockchip-uboot/include/configs/DU440.h
/rk3399_rockchip-uboot/include/configs/EP88x.h
/rk3399_rockchip-uboot/include/configs/FPS850L.h
/rk3399_rockchip-uboot/include/configs/FPS860L.h
/rk3399_rockchip-uboot/include/configs/GEN860T.h
/rk3399_rockchip-uboot/include/configs/HIDDEN_DRAGON.h
/rk3399_rockchip-uboot/include/configs/HMI10.h
/rk3399_rockchip-uboot/include/configs/IDS8247.h
/rk3399_rockchip-uboot/include/configs/ISPAN.h
/rk3399_rockchip-uboot/include/configs/IceCube.h
/rk3399_rockchip-uboot/include/configs/M52277EVB.h
/rk3399_rockchip-uboot/include/configs/M5235EVB.h
/rk3399_rockchip-uboot/include/configs/M5249EVB.h
/rk3399_rockchip-uboot/include/configs/M5253EVBE.h
/rk3399_rockchip-uboot/include/configs/M5271EVB.h
/rk3399_rockchip-uboot/include/configs/M5275EVB.h
/rk3399_rockchip-uboot/include/configs/M5282EVB.h
/rk3399_rockchip-uboot/include/configs/M5329EVB.h
/rk3399_rockchip-uboot/include/configs/M5373EVB.h
/rk3399_rockchip-uboot/include/configs/M54455EVB.h
/rk3399_rockchip-uboot/include/configs/M5475EVB.h
/rk3399_rockchip-uboot/include/configs/M5485EVB.h
/rk3399_rockchip-uboot/include/configs/MIP405.h
/rk3399_rockchip-uboot/include/configs/MPC8313ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8315ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8323ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC832XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349ITX.h
/rk3399_rockchip-uboot/include/configs/MPC8360EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8360ERDK.h
/rk3399_rockchip-uboot/include/configs/MPC837XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC837XERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8540ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8541CDS.h
/rk3399_rockchip-uboot/include/configs/MPC8544DS.h
/rk3399_rockchip-uboot/include/configs/MPC8548CDS.h
/rk3399_rockchip-uboot/include/configs/MPC8555CDS.h
/rk3399_rockchip-uboot/include/configs/MPC8560ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8568MDS.h
/rk3399_rockchip-uboot/include/configs/MPC8610HPCD.h
/rk3399_rockchip-uboot/include/configs/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/MVBC_P.h
/rk3399_rockchip-uboot/include/configs/MVBLM7.h
/rk3399_rockchip-uboot/include/configs/MigoR.h
/rk3399_rockchip-uboot/include/configs/NETPHONE.h
/rk3399_rockchip-uboot/include/configs/NETTA.h
/rk3399_rockchip-uboot/include/configs/NETTA2.h
/rk3399_rockchip-uboot/include/configs/NETVIA.h
/rk3399_rockchip-uboot/include/configs/NSCU.h
/rk3399_rockchip-uboot/include/configs/PCIPPC2.h
/rk3399_rockchip-uboot/include/configs/PCIPPC6.h
/rk3399_rockchip-uboot/include/configs/PIP405.h
/rk3399_rockchip-uboot/include/configs/PM520.h
/rk3399_rockchip-uboot/include/configs/PM826.h
/rk3399_rockchip-uboot/include/configs/PM828.h
/rk3399_rockchip-uboot/include/configs/PM854.h
/rk3399_rockchip-uboot/include/configs/PM856.h
/rk3399_rockchip-uboot/include/configs/PMC405.h
/rk3399_rockchip-uboot/include/configs/PMC440.h
/rk3399_rockchip-uboot/include/configs/Rattler.h
/rk3399_rockchip-uboot/include/configs/SBC8540.h
/rk3399_rockchip-uboot/include/configs/SX1.h
/rk3399_rockchip-uboot/include/configs/SXNI855T.h
/rk3399_rockchip-uboot/include/configs/Sandpoint8240.h
/rk3399_rockchip-uboot/include/configs/Sandpoint8245.h
/rk3399_rockchip-uboot/include/configs/TB5200.h
/rk3399_rockchip-uboot/include/configs/TK885D.h
/rk3399_rockchip-uboot/include/configs/TQM5200.h
/rk3399_rockchip-uboot/include/configs/TQM823L.h
/rk3399_rockchip-uboot/include/configs/TQM823M.h
/rk3399_rockchip-uboot/include/configs/TQM8272.h
/rk3399_rockchip-uboot/include/configs/TQM834x.h
/rk3399_rockchip-uboot/include/configs/TQM850L.h
/rk3399_rockchip-uboot/include/configs/TQM850M.h
/rk3399_rockchip-uboot/include/configs/TQM855L.h
/rk3399_rockchip-uboot/include/configs/TQM855M.h
/rk3399_rockchip-uboot/include/configs/TQM85xx.h
/rk3399_rockchip-uboot/include/configs/TQM860L.h
/rk3399_rockchip-uboot/include/configs/TQM860M.h
/rk3399_rockchip-uboot/include/configs/TQM862L.h
/rk3399_rockchip-uboot/include/configs/TQM862M.h
/rk3399_rockchip-uboot/include/configs/TQM866M.h
/rk3399_rockchip-uboot/include/configs/TQM885D.h
/rk3399_rockchip-uboot/include/configs/Total5200.h
/rk3399_rockchip-uboot/include/configs/VCMA9.h
/rk3399_rockchip-uboot/include/configs/ZPC1900.h
/rk3399_rockchip-uboot/include/configs/acadia.h
/rk3399_rockchip-uboot/include/configs/actux1.h
/rk3399_rockchip-uboot/include/configs/actux2.h
/rk3399_rockchip-uboot/include/configs/actux3.h
/rk3399_rockchip-uboot/include/configs/actux4.h
/rk3399_rockchip-uboot/include/configs/ads5121.h
/rk3399_rockchip-uboot/include/configs/aev.h
/rk3399_rockchip-uboot/include/configs/alpr.h
/rk3399_rockchip-uboot/include/configs/apollon.h
/rk3399_rockchip-uboot/include/configs/assabet.h
/rk3399_rockchip-uboot/include/configs/at91cap9adk.h
/rk3399_rockchip-uboot/include/configs/at91rm9200dk.h
/rk3399_rockchip-uboot/include/configs/at91sam9263ek.h
/rk3399_rockchip-uboot/include/configs/atngw100.h
/rk3399_rockchip-uboot/include/configs/atstk1002.h
/rk3399_rockchip-uboot/include/configs/atstk1003.h
/rk3399_rockchip-uboot/include/configs/atstk1004.h
/rk3399_rockchip-uboot/include/configs/atstk1006.h
/rk3399_rockchip-uboot/include/configs/bf533-stamp.h
/rk3399_rockchip-uboot/include/configs/bf537-stamp.h
/rk3399_rockchip-uboot/include/configs/bf561-ezkit.h
/rk3399_rockchip-uboot/include/configs/canmb.h
/rk3399_rockchip-uboot/include/configs/canyonlands.h
/rk3399_rockchip-uboot/include/configs/cm5200.h
/rk3399_rockchip-uboot/include/configs/csb272.h
/rk3399_rockchip-uboot/include/configs/csb472.h
/rk3399_rockchip-uboot/include/configs/csb637.h
/rk3399_rockchip-uboot/include/configs/davinci_dvevm.h
/rk3399_rockchip-uboot/include/configs/davinci_sonata.h
/rk3399_rockchip-uboot/include/configs/dbau1x00.h
/rk3399_rockchip-uboot/include/configs/delta.h
/rk3399_rockchip-uboot/include/configs/eXalion.h
/rk3399_rockchip-uboot/include/configs/ep8248.h
/rk3399_rockchip-uboot/include/configs/ep82xxm.h
/rk3399_rockchip-uboot/include/configs/gcplus.h
/rk3399_rockchip-uboot/include/configs/gr_cpci_ax2000.h
/rk3399_rockchip-uboot/include/configs/gr_ep2s60.h
/rk3399_rockchip-uboot/include/configs/gr_xc3s_1500.h
/rk3399_rockchip-uboot/include/configs/grsim.h
/rk3399_rockchip-uboot/include/configs/grsim_leon2.h
/rk3399_rockchip-uboot/include/configs/hcu4.h
/rk3399_rockchip-uboot/include/configs/hcu5.h
/rk3399_rockchip-uboot/include/configs/hmi1001.h
/rk3399_rockchip-uboot/include/configs/imx31_litekit.h
/rk3399_rockchip-uboot/include/configs/imx31_phycore.h
/rk3399_rockchip-uboot/include/configs/inka4x0.h
/rk3399_rockchip-uboot/include/configs/ixdp425.h
/rk3399_rockchip-uboot/include/configs/ixdpg425.h
/rk3399_rockchip-uboot/include/configs/jupiter.h
/rk3399_rockchip-uboot/include/configs/katmai.h
/rk3399_rockchip-uboot/include/configs/kb9202.h
/rk3399_rockchip-uboot/include/configs/kilauea.h
/rk3399_rockchip-uboot/include/configs/korat.h
/rk3399_rockchip-uboot/include/configs/kvme080.h
/rk3399_rockchip-uboot/include/configs/linkstation.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/m501sk.h
/rk3399_rockchip-uboot/include/configs/makalu.h
/rk3399_rockchip-uboot/include/configs/mcc200.h
/rk3399_rockchip-uboot/include/configs/mcu25.h
/rk3399_rockchip-uboot/include/configs/mecp5200.h
/rk3399_rockchip-uboot/include/configs/mgcoge.h
/rk3399_rockchip-uboot/include/configs/mgsuvd.h
/rk3399_rockchip-uboot/include/configs/ml401.h
/rk3399_rockchip-uboot/include/configs/motionpro.h
/rk3399_rockchip-uboot/include/configs/mpc7448hpc2.h
/rk3399_rockchip-uboot/include/configs/mpr2.h
/rk3399_rockchip-uboot/include/configs/ms7720se.h
/rk3399_rockchip-uboot/include/configs/ms7722se.h
/rk3399_rockchip-uboot/include/configs/ms7750se.h
/rk3399_rockchip-uboot/include/configs/munices.h
/rk3399_rockchip-uboot/include/configs/mx31ads.h
/rk3399_rockchip-uboot/include/configs/ns9750dev.h
/rk3399_rockchip-uboot/include/configs/omap1510inn.h
/rk3399_rockchip-uboot/include/configs/omap2420h4.h
/rk3399_rockchip-uboot/include/configs/omap5912osk.h
/rk3399_rockchip-uboot/include/configs/p3mx.h
/rk3399_rockchip-uboot/include/configs/p3p440.h
/rk3399_rockchip-uboot/include/configs/pdnb3.h
/rk3399_rockchip-uboot/include/configs/ppmc8260.h
/rk3399_rockchip-uboot/include/configs/pxa255_idp.h
/rk3399_rockchip-uboot/include/configs/qemu-mips.h
/rk3399_rockchip-uboot/include/configs/quad100hd.h
/rk3399_rockchip-uboot/include/configs/quantum.h
/rk3399_rockchip-uboot/include/configs/r2dplus.h
/rk3399_rockchip-uboot/include/configs/r7780mp.h
/rk3399_rockchip-uboot/include/configs/sbc8349.h
/rk3399_rockchip-uboot/include/configs/sbc8548.h
/rk3399_rockchip-uboot/include/configs/sbc8560.h
/rk3399_rockchip-uboot/include/configs/sbc8641d.h
/rk3399_rockchip-uboot/include/configs/sc3.h
/rk3399_rockchip-uboot/include/configs/sc520_cdp.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/sh7763rdp.h
/rk3399_rockchip-uboot/include/configs/smmaco4.h
/rk3399_rockchip-uboot/include/configs/socrates.h
/rk3399_rockchip-uboot/include/configs/sorcery.h
/rk3399_rockchip-uboot/include/configs/spc1920.h
/rk3399_rockchip-uboot/include/configs/spieval.h
/rk3399_rockchip-uboot/include/configs/stxssa.h
/rk3399_rockchip-uboot/include/configs/stxxtc.h
/rk3399_rockchip-uboot/include/configs/svm_sc8xx.h
/rk3399_rockchip-uboot/include/configs/taishan.h
/rk3399_rockchip-uboot/include/configs/trizepsiv.h
/rk3399_rockchip-uboot/include/configs/uc100.h
/rk3399_rockchip-uboot/include/configs/uc101.h
/rk3399_rockchip-uboot/include/configs/v38b.h
/rk3399_rockchip-uboot/include/configs/virtlab2.h
/rk3399_rockchip-uboot/include/configs/voiceblue.h
/rk3399_rockchip-uboot/include/configs/yosemite.h
/rk3399_rockchip-uboot/include/configs/zeus.h
/rk3399_rockchip-uboot/include/linux/mtd/nand_ids.h
/rk3399_rockchip-uboot/include/linux/mtd/nand_legacy.h
/rk3399_rockchip-uboot/include/nand.h
/rk3399_rockchip-uboot/lib_generic/crc32.c
d438d50813-Aug-2008 Kyungmin Park <kmpark@infradead.org>

Fix OneNAND build break

Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
- fix bufferram management at erase operation
This patch includes the NAND/OneNAND st

Fix OneNAND build break

Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
- fix bufferram management at erase operation
This patch includes the NAND/OneNAND state filed too.

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>

show more ...


/rk3399_rockchip-uboot/Makefile
env_onenand.c
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/Makefile
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/config.mk
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/ether.c
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/lowlevel_init.S
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/spi.c
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/timer.c
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/u-boot.lds
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/usb.c
/rk3399_rockchip-uboot/drivers/mtd/onenand/onenand_base.c
/rk3399_rockchip-uboot/drivers/mtd/onenand/onenand_bbt.c
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91_pio.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91_pit.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91_pmc.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91_rstc.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91_spi.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91cap9.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91cap9_matrix.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9260.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9260_matrix.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9261.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9261_matrix.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9263.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9263_matrix.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9_smc.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9rl.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9rl_matrix.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/clk.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/gpio.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/hardware.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/io.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/memory-map.h
/rk3399_rockchip-uboot/include/linux/mtd/mtd.h
/rk3399_rockchip-uboot/include/linux/mtd/nand.h
/rk3399_rockchip-uboot/include/linux/mtd/nand_legacy.h
/rk3399_rockchip-uboot/include/linux/mtd/onenand.h
5a7ddf4e13-Aug-2008 Stefan Roese <sr@denx.de>

Merge branch 'master' of /home/stefan/git/u-boot/u-boot


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/board/bf537-stamp/nand.c
/rk3399_rockchip-uboot/board/dave/PPChameleonEVB/nand.c
/rk3399_rockchip-uboot/board/delta/nand.c
/rk3399_rockchip-uboot/board/esd/common/esd405ep_nand.c
/rk3399_rockchip-uboot/board/freescale/m5329evb/nand.c
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/config.mk
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/mpc8313erdb.c
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/sdram.c
/rk3399_rockchip-uboot/board/nc650/nand.c
/rk3399_rockchip-uboot/board/netstar/nand.c
/rk3399_rockchip-uboot/board/prodrive/alpr/nand.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/nand.c
/rk3399_rockchip-uboot/board/sc3/sc3nand.c
/rk3399_rockchip-uboot/board/tqc/tqm8272/tqm8272.c
/rk3399_rockchip-uboot/board/zylonite/nand.c
Makefile
cmd_doc.c
cmd_nand.c
cmd_onenand.c
cmd_yaffs2.c
env_nand.c
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/Makefile
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/config.mk
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/ether.c
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/lowlevel_init.S
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/spi.c
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/timer.c
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/u-boot.lds
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/usb.c
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/nand.c
/rk3399_rockchip-uboot/cpu/mpc83xx/nand_init.c
/rk3399_rockchip-uboot/cpu/mpc83xx/start.S
/rk3399_rockchip-uboot/cpu/ppc4xx/ndfc.c
/rk3399_rockchip-uboot/doc/README.nand
/rk3399_rockchip-uboot/drivers/mtd/nand/Makefile
/rk3399_rockchip-uboot/drivers/mtd/nand/diskonchip.c
/rk3399_rockchip-uboot/drivers/mtd/nand/fsl_elbc_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/fsl_upm.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_bbt.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_ecc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_ids.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_util.c
/rk3399_rockchip-uboot/drivers/mtd/onenand/onenand_base.c
/rk3399_rockchip-uboot/fs/Makefile
/rk3399_rockchip-uboot/fs/yaffs2/Makefile
/rk3399_rockchip-uboot/fs/yaffs2/README-linux
/rk3399_rockchip-uboot/fs/yaffs2/devextras.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_checkptrw.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_checkptrw.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_ecc.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_ecc.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_flashif.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_guts.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_guts.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_malloc.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_mtdif.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_mtdif.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_mtdif2.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_mtdif2.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_nand.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_nand.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_nandemul2k.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_packedtags1.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_packedtags1.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_packedtags2.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_packedtags2.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_qsort.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_qsort.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_ramdisk.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_tagscompat.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_tagscompat.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_tagsvalidity.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_tagsvalidity.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffscfg.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffscfg.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffsfs.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffsfs.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffsinterface.h
/rk3399_rockchip-uboot/fs/yaffs2/ydirectenv.h
/rk3399_rockchip-uboot/fs/yaffs2/yportenv.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91_pio.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91_pit.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91_pmc.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91_rstc.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91_spi.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91cap9.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91cap9_matrix.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9260.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9260_matrix.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9261.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9261_matrix.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9263.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9263_matrix.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9_smc.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9rl.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9rl_matrix.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/clk.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/gpio.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/hardware.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/io.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/memory-map.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/MPC8313ERDB.h
/rk3399_rockchip-uboot/include/linux/err.h
/rk3399_rockchip-uboot/include/linux/mtd/blktrans.h
/rk3399_rockchip-uboot/include/linux/mtd/compat.h
/rk3399_rockchip-uboot/include/linux/mtd/doc2000.h
/rk3399_rockchip-uboot/include/linux/mtd/fsl_upm.h
/rk3399_rockchip-uboot/include/linux/mtd/inftl-user.h
/rk3399_rockchip-uboot/include/linux/mtd/jffs2-user.h
/rk3399_rockchip-uboot/include/linux/mtd/mtd-abi.h
/rk3399_rockchip-uboot/include/linux/mtd/mtd.h
/rk3399_rockchip-uboot/include/linux/mtd/nand.h
/rk3399_rockchip-uboot/include/linux/mtd/nftl-user.h
/rk3399_rockchip-uboot/include/linux/mtd/nftl.h
/rk3399_rockchip-uboot/include/linux/mtd/ubi-header.h
/rk3399_rockchip-uboot/include/linux/mtd/ubi-user.h
/rk3399_rockchip-uboot/include/mpc83xx.h
/rk3399_rockchip-uboot/include/nand.h
/rk3399_rockchip-uboot/include/onenand_uboot.h
/rk3399_rockchip-uboot/lib_ppc/time.c
/rk3399_rockchip-uboot/nand_spl/board/freescale/mpc8313erdb/Makefile
/rk3399_rockchip-uboot/nand_spl/board/freescale/mpc8313erdb/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/nand_boot.c
/rk3399_rockchip-uboot/nand_spl/nand_boot_fsl_elbc.c
cc4a0cee12-Aug-2008 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

drivers/mtd/nand: Move conditional compilation to Makefile

rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>


/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/delta/nand.c
/rk3399_rockchip-uboot/board/esd/common/auto_update.c
/rk3399_rockchip-uboot/board/icecube/flash.c
/rk3399_rockchip-uboot/board/netta/netta.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/flash.c
/rk3399_rockchip-uboot/board/tqc/tqm8xx/flash.c
cmd_jffs2.c
cmd_nand.c
/rk3399_rockchip-uboot/cpu/arm920t/s3c24x0/nand.c
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/nand.c
/rk3399_rockchip-uboot/cpu/ppc4xx/ndfc.c
/rk3399_rockchip-uboot/doc/README.nand
/rk3399_rockchip-uboot/drivers/block/Makefile
/rk3399_rockchip-uboot/drivers/block/ahci.c
/rk3399_rockchip-uboot/drivers/block/ata_piix.c
/rk3399_rockchip-uboot/drivers/block/sil680.c
/rk3399_rockchip-uboot/drivers/block/sym53c8xx.c
/rk3399_rockchip-uboot/drivers/block/systemace.c
/rk3399_rockchip-uboot/drivers/dma/MCD_dmaApi.c
/rk3399_rockchip-uboot/drivers/dma/MCD_tasks.c
/rk3399_rockchip-uboot/drivers/dma/MCD_tasksInit.c
/rk3399_rockchip-uboot/drivers/dma/Makefile
/rk3399_rockchip-uboot/drivers/input/Makefile
/rk3399_rockchip-uboot/drivers/input/i8042.c
/rk3399_rockchip-uboot/drivers/input/keyboard.c
/rk3399_rockchip-uboot/drivers/input/pc_keyb.c
/rk3399_rockchip-uboot/drivers/input/ps2mult.c
/rk3399_rockchip-uboot/drivers/input/ps2ser.c
/rk3399_rockchip-uboot/drivers/misc/Makefile
/rk3399_rockchip-uboot/drivers/misc/ali512x.c
/rk3399_rockchip-uboot/drivers/misc/ns87308.c
/rk3399_rockchip-uboot/drivers/misc/status_led.c
/rk3399_rockchip-uboot/drivers/mtd/Makefile
/rk3399_rockchip-uboot/drivers/mtd/at45.c
/rk3399_rockchip-uboot/drivers/mtd/cfi_flash.c
/rk3399_rockchip-uboot/drivers/mtd/mw_eeprom.c
/rk3399_rockchip-uboot/drivers/mtd/nand/Makefile
/rk3399_rockchip-uboot/drivers/mtd/nand/diskonchip.c
/rk3399_rockchip-uboot/drivers/mtd/nand/fsl_upm.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_bbt.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_ecc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_ids.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_util.c
/rk3399_rockchip-uboot/drivers/mtd/nand_legacy/nand_legacy.c
/rk3399_rockchip-uboot/drivers/mtd/onenand/Makefile
/rk3399_rockchip-uboot/drivers/mtd/onenand/onenand_base.c
/rk3399_rockchip-uboot/drivers/mtd/onenand/onenand_bbt.c
/rk3399_rockchip-uboot/drivers/mtd/onenand/onenand_uboot.c
/rk3399_rockchip-uboot/drivers/pci/Makefile
/rk3399_rockchip-uboot/drivers/pci/fsl_pci_init.c
/rk3399_rockchip-uboot/drivers/pci/pci.c
/rk3399_rockchip-uboot/drivers/pci/pci_auto.c
/rk3399_rockchip-uboot/drivers/pci/pci_indirect.c
/rk3399_rockchip-uboot/drivers/pci/tsi108_pci.c
/rk3399_rockchip-uboot/drivers/pci/w83c553f.c
/rk3399_rockchip-uboot/drivers/qe/Makefile
/rk3399_rockchip-uboot/drivers/qe/qe.c
/rk3399_rockchip-uboot/drivers/qe/uccf.c
/rk3399_rockchip-uboot/drivers/qe/uec.c
/rk3399_rockchip-uboot/drivers/qe/uec_phy.c
/rk3399_rockchip-uboot/drivers/serial/Makefile
/rk3399_rockchip-uboot/drivers/serial/ns9750_serial.c
/rk3399_rockchip-uboot/drivers/serial/serial.c
/rk3399_rockchip-uboot/drivers/serial/serial_sh.c
/rk3399_rockchip-uboot/fs/jffs2/jffs2_1pass.c
/rk3399_rockchip-uboot/fs/jffs2/jffs2_nand_1pass.c
/rk3399_rockchip-uboot/include/configs/APC405.h
/rk3399_rockchip-uboot/include/configs/ATUM8548.h
/rk3399_rockchip-uboot/include/configs/Adder.h
/rk3399_rockchip-uboot/include/configs/BAB7xx.h
/rk3399_rockchip-uboot/include/configs/BC3450.h
/rk3399_rockchip-uboot/include/configs/BMW.h
/rk3399_rockchip-uboot/include/configs/CPCI750.h
/rk3399_rockchip-uboot/include/configs/CPU87.h
/rk3399_rockchip-uboot/include/configs/DU440.h
/rk3399_rockchip-uboot/include/configs/EP88x.h
/rk3399_rockchip-uboot/include/configs/FPS850L.h
/rk3399_rockchip-uboot/include/configs/FPS860L.h
/rk3399_rockchip-uboot/include/configs/GEN860T.h
/rk3399_rockchip-uboot/include/configs/HIDDEN_DRAGON.h
/rk3399_rockchip-uboot/include/configs/HMI10.h
/rk3399_rockchip-uboot/include/configs/IDS8247.h
/rk3399_rockchip-uboot/include/configs/ISPAN.h
/rk3399_rockchip-uboot/include/configs/IceCube.h
/rk3399_rockchip-uboot/include/configs/M52277EVB.h
/rk3399_rockchip-uboot/include/configs/M5235EVB.h
/rk3399_rockchip-uboot/include/configs/M5249EVB.h
/rk3399_rockchip-uboot/include/configs/M5253EVBE.h
/rk3399_rockchip-uboot/include/configs/M5271EVB.h
/rk3399_rockchip-uboot/include/configs/M5275EVB.h
/rk3399_rockchip-uboot/include/configs/M5282EVB.h
/rk3399_rockchip-uboot/include/configs/M5329EVB.h
/rk3399_rockchip-uboot/include/configs/M5373EVB.h
/rk3399_rockchip-uboot/include/configs/M54455EVB.h
/rk3399_rockchip-uboot/include/configs/M5475EVB.h
/rk3399_rockchip-uboot/include/configs/M5485EVB.h
/rk3399_rockchip-uboot/include/configs/MIP405.h
/rk3399_rockchip-uboot/include/configs/MPC8313ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8315ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8323ERDB.h
/rk3399_rockchip-uboot/include/configs/MPC832XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349ITX.h
/rk3399_rockchip-uboot/include/configs/MPC8360EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8360ERDK.h
/rk3399_rockchip-uboot/include/configs/MPC837XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC837XERDB.h
/rk3399_rockchip-uboot/include/configs/MPC8540ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8541CDS.h
/rk3399_rockchip-uboot/include/configs/MPC8544DS.h
/rk3399_rockchip-uboot/include/configs/MPC8548CDS.h
/rk3399_rockchip-uboot/include/configs/MPC8555CDS.h
/rk3399_rockchip-uboot/include/configs/MPC8560ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8568MDS.h
/rk3399_rockchip-uboot/include/configs/MPC8610HPCD.h
/rk3399_rockchip-uboot/include/configs/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/MVBC_P.h
/rk3399_rockchip-uboot/include/configs/MVBLM7.h
/rk3399_rockchip-uboot/include/configs/MigoR.h
/rk3399_rockchip-uboot/include/configs/NETPHONE.h
/rk3399_rockchip-uboot/include/configs/NETTA.h
/rk3399_rockchip-uboot/include/configs/NETTA2.h
/rk3399_rockchip-uboot/include/configs/NETVIA.h
/rk3399_rockchip-uboot/include/configs/NSCU.h
/rk3399_rockchip-uboot/include/configs/PCIPPC2.h
/rk3399_rockchip-uboot/include/configs/PCIPPC6.h
/rk3399_rockchip-uboot/include/configs/PIP405.h
/rk3399_rockchip-uboot/include/configs/PM520.h
/rk3399_rockchip-uboot/include/configs/PM826.h
/rk3399_rockchip-uboot/include/configs/PM828.h
/rk3399_rockchip-uboot/include/configs/PM854.h
/rk3399_rockchip-uboot/include/configs/PM856.h
/rk3399_rockchip-uboot/include/configs/PMC405.h
/rk3399_rockchip-uboot/include/configs/PMC440.h
/rk3399_rockchip-uboot/include/configs/Rattler.h
/rk3399_rockchip-uboot/include/configs/SBC8540.h
/rk3399_rockchip-uboot/include/configs/SX1.h
/rk3399_rockchip-uboot/include/configs/SXNI855T.h
/rk3399_rockchip-uboot/include/configs/Sandpoint8240.h
/rk3399_rockchip-uboot/include/configs/Sandpoint8245.h
/rk3399_rockchip-uboot/include/configs/TB5200.h
/rk3399_rockchip-uboot/include/configs/TK885D.h
/rk3399_rockchip-uboot/include/configs/TQM5200.h
/rk3399_rockchip-uboot/include/configs/TQM823L.h
/rk3399_rockchip-uboot/include/configs/TQM823M.h
/rk3399_rockchip-uboot/include/configs/TQM8272.h
/rk3399_rockchip-uboot/include/configs/TQM834x.h
/rk3399_rockchip-uboot/include/configs/TQM850L.h
/rk3399_rockchip-uboot/include/configs/TQM850M.h
/rk3399_rockchip-uboot/include/configs/TQM855L.h
/rk3399_rockchip-uboot/include/configs/TQM855M.h
/rk3399_rockchip-uboot/include/configs/TQM85xx.h
/rk3399_rockchip-uboot/include/configs/TQM860L.h
/rk3399_rockchip-uboot/include/configs/TQM860M.h
/rk3399_rockchip-uboot/include/configs/TQM862L.h
/rk3399_rockchip-uboot/include/configs/TQM862M.h
/rk3399_rockchip-uboot/include/configs/TQM866M.h
/rk3399_rockchip-uboot/include/configs/TQM885D.h
/rk3399_rockchip-uboot/include/configs/Total5200.h
/rk3399_rockchip-uboot/include/configs/VCMA9.h
/rk3399_rockchip-uboot/include/configs/ZPC1900.h
/rk3399_rockchip-uboot/include/configs/acadia.h
/rk3399_rockchip-uboot/include/configs/actux1.h
/rk3399_rockchip-uboot/include/configs/actux2.h
/rk3399_rockchip-uboot/include/configs/actux3.h
/rk3399_rockchip-uboot/include/configs/actux4.h
/rk3399_rockchip-uboot/include/configs/ads5121.h
/rk3399_rockchip-uboot/include/configs/aev.h
/rk3399_rockchip-uboot/include/configs/alpr.h
/rk3399_rockchip-uboot/include/configs/apollon.h
/rk3399_rockchip-uboot/include/configs/assabet.h
/rk3399_rockchip-uboot/include/configs/at91cap9adk.h
/rk3399_rockchip-uboot/include/configs/at91rm9200dk.h
/rk3399_rockchip-uboot/include/configs/at91sam9263ek.h
/rk3399_rockchip-uboot/include/configs/atngw100.h
/rk3399_rockchip-uboot/include/configs/atstk1002.h
/rk3399_rockchip-uboot/include/configs/atstk1003.h
/rk3399_rockchip-uboot/include/configs/atstk1004.h
/rk3399_rockchip-uboot/include/configs/atstk1006.h
/rk3399_rockchip-uboot/include/configs/bf533-stamp.h
/rk3399_rockchip-uboot/include/configs/bf537-stamp.h
/rk3399_rockchip-uboot/include/configs/bf561-ezkit.h
/rk3399_rockchip-uboot/include/configs/canmb.h
/rk3399_rockchip-uboot/include/configs/canyonlands.h
/rk3399_rockchip-uboot/include/configs/cm5200.h
/rk3399_rockchip-uboot/include/configs/csb272.h
/rk3399_rockchip-uboot/include/configs/csb472.h
/rk3399_rockchip-uboot/include/configs/csb637.h
/rk3399_rockchip-uboot/include/configs/davinci_dvevm.h
/rk3399_rockchip-uboot/include/configs/davinci_sonata.h
/rk3399_rockchip-uboot/include/configs/dbau1x00.h
/rk3399_rockchip-uboot/include/configs/delta.h
/rk3399_rockchip-uboot/include/configs/eXalion.h
/rk3399_rockchip-uboot/include/configs/ep8248.h
/rk3399_rockchip-uboot/include/configs/ep82xxm.h
/rk3399_rockchip-uboot/include/configs/gcplus.h
/rk3399_rockchip-uboot/include/configs/gr_cpci_ax2000.h
/rk3399_rockchip-uboot/include/configs/gr_ep2s60.h
/rk3399_rockchip-uboot/include/configs/gr_xc3s_1500.h
/rk3399_rockchip-uboot/include/configs/grsim.h
/rk3399_rockchip-uboot/include/configs/grsim_leon2.h
/rk3399_rockchip-uboot/include/configs/hcu4.h
/rk3399_rockchip-uboot/include/configs/hcu5.h
/rk3399_rockchip-uboot/include/configs/hmi1001.h
/rk3399_rockchip-uboot/include/configs/imx31_litekit.h
/rk3399_rockchip-uboot/include/configs/imx31_phycore.h
/rk3399_rockchip-uboot/include/configs/inka4x0.h
/rk3399_rockchip-uboot/include/configs/ixdp425.h
/rk3399_rockchip-uboot/include/configs/ixdpg425.h
/rk3399_rockchip-uboot/include/configs/jupiter.h
/rk3399_rockchip-uboot/include/configs/katmai.h
/rk3399_rockchip-uboot/include/configs/kb9202.h
/rk3399_rockchip-uboot/include/configs/kilauea.h
/rk3399_rockchip-uboot/include/configs/korat.h
/rk3399_rockchip-uboot/include/configs/kvme080.h
/rk3399_rockchip-uboot/include/configs/linkstation.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/m501sk.h
/rk3399_rockchip-uboot/include/configs/makalu.h
/rk3399_rockchip-uboot/include/configs/mcc200.h
/rk3399_rockchip-uboot/include/configs/mcu25.h
/rk3399_rockchip-uboot/include/configs/mecp5200.h
/rk3399_rockchip-uboot/include/configs/mgcoge.h
/rk3399_rockchip-uboot/include/configs/mgsuvd.h
/rk3399_rockchip-uboot/include/configs/ml401.h
/rk3399_rockchip-uboot/include/configs/motionpro.h
/rk3399_rockchip-uboot/include/configs/mpc7448hpc2.h
/rk3399_rockchip-uboot/include/configs/mpr2.h
/rk3399_rockchip-uboot/include/configs/ms7720se.h
/rk3399_rockchip-uboot/include/configs/ms7722se.h
/rk3399_rockchip-uboot/include/configs/ms7750se.h
/rk3399_rockchip-uboot/include/configs/munices.h
/rk3399_rockchip-uboot/include/configs/mx31ads.h
/rk3399_rockchip-uboot/include/configs/ns9750dev.h
/rk3399_rockchip-uboot/include/configs/omap1510inn.h
/rk3399_rockchip-uboot/include/configs/omap2420h4.h
/rk3399_rockchip-uboot/include/configs/omap5912osk.h
/rk3399_rockchip-uboot/include/configs/p3mx.h
/rk3399_rockchip-uboot/include/configs/p3p440.h
/rk3399_rockchip-uboot/include/configs/pdnb3.h
/rk3399_rockchip-uboot/include/configs/ppmc8260.h
/rk3399_rockchip-uboot/include/configs/pxa255_idp.h
/rk3399_rockchip-uboot/include/configs/qemu-mips.h
/rk3399_rockchip-uboot/include/configs/quad100hd.h
/rk3399_rockchip-uboot/include/configs/quantum.h
/rk3399_rockchip-uboot/include/configs/r2dplus.h
/rk3399_rockchip-uboot/include/configs/r7780mp.h
/rk3399_rockchip-uboot/include/configs/sbc8349.h
/rk3399_rockchip-uboot/include/configs/sbc8548.h
/rk3399_rockchip-uboot/include/configs/sbc8560.h
/rk3399_rockchip-uboot/include/configs/sbc8641d.h
/rk3399_rockchip-uboot/include/configs/sc3.h
/rk3399_rockchip-uboot/include/configs/sc520_cdp.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/sh7763rdp.h
/rk3399_rockchip-uboot/include/configs/smmaco4.h
/rk3399_rockchip-uboot/include/configs/socrates.h
/rk3399_rockchip-uboot/include/configs/sorcery.h
/rk3399_rockchip-uboot/include/configs/spc1920.h
/rk3399_rockchip-uboot/include/configs/spieval.h
/rk3399_rockchip-uboot/include/configs/stxssa.h
/rk3399_rockchip-uboot/include/configs/stxxtc.h
/rk3399_rockchip-uboot/include/configs/svm_sc8xx.h
/rk3399_rockchip-uboot/include/configs/taishan.h
/rk3399_rockchip-uboot/include/configs/trizepsiv.h
/rk3399_rockchip-uboot/include/configs/uc100.h
/rk3399_rockchip-uboot/include/configs/uc101.h
/rk3399_rockchip-uboot/include/configs/v38b.h
/rk3399_rockchip-uboot/include/configs/virtlab2.h
/rk3399_rockchip-uboot/include/configs/voiceblue.h
/rk3399_rockchip-uboot/include/configs/yosemite.h
/rk3399_rockchip-uboot/include/configs/zeus.h
/rk3399_rockchip-uboot/include/linux/mtd/nand_ids.h
/rk3399_rockchip-uboot/include/linux/mtd/nand_legacy.h
/rk3399_rockchip-uboot/include/nand.h
/rk3399_rockchip-uboot/lib_generic/crc32.c
d6e9ee9212-Aug-2008 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

common: Move conditional compilation to Makefile

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/board/freescale/mx31ads/Makefile
/rk3399_rockchip-uboot/board/freescale/mx31ads/config.mk
/rk3399_rockchip-uboot/board/freescale/mx31ads/lowlevel_init.S
/rk3399_rockchip-uboot/board/freescale/mx31ads/mx31ads.c
/rk3399_rockchip-uboot/board/freescale/mx31ads/u-boot.lds
ACEX1K.c
Makefile
altera.c
bedbug.c
cmd_onenand.c
cyclon2.c
docecc.c
fpga.c
lcd.c
lynxkdi.c
miiphybb.c
soft_i2c.c
soft_spi.c
spartan2.c
spartan3.c
stratixII.c
usb.c
usb_kbd.c
usb_storage.c
virtex2.c
xilinx.c
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/Makefile
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/config.mk
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/ether.c
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/lowlevel_init.S
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/spi.c
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/timer.c
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/u-boot.lds
/rk3399_rockchip-uboot/cpu/arm926ejs/at91/usb.c
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91_pio.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91_pit.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91_pmc.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91_rstc.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91_spi.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91cap9.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91cap9_matrix.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9260.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9260_matrix.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9261.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9261_matrix.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9263.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9263_matrix.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9_smc.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9rl.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/at91sam9rl_matrix.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/clk.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/gpio.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/hardware.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/io.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91/memory-map.h
9939ffd512-Aug-2008 Stefan Roese <sr@denx.de>

Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/board/ads5121/Makefile
/rk3399_rockchip-uboot/board/ads5121/ads5121.c
/rk3399_rockchip-uboot/board/amcc/sequoia/sequoia.c
/rk3399_rockchip-uboot/board/freescale/mpc8540ads/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8541cds/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8548cds/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8555cds/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8560ads/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8568mds/u-boot.lds
/rk3399_rockchip-uboot/board/imx31_litekit/imx31_litekit.c
/rk3399_rockchip-uboot/board/imx31_phycore/imx31_phycore.c
/rk3399_rockchip-uboot/board/mx31ads/mx31ads.c
cmd_bootm.c
cmd_load.c
cmd_mp.c
cmd_onenand.c
env_onenand.c
image.c
lcd.c
/rk3399_rockchip-uboot/cpu/arm1136/mx31/generic.c
/rk3399_rockchip-uboot/cpu/mpc512x/Makefile
/rk3399_rockchip-uboot/cpu/mpc512x/cpu.c
/rk3399_rockchip-uboot/cpu/mpc512x/iopin.c
/rk3399_rockchip-uboot/cpu/mpc8260/pci.c
/rk3399_rockchip-uboot/cpu/mpc85xx/mp.c
/rk3399_rockchip-uboot/cpu/mpc85xx/release.S
/rk3399_rockchip-uboot/cpu/mpc86xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc86xx/start.S
/rk3399_rockchip-uboot/drivers/mtd/cfi_flash.c
/rk3399_rockchip-uboot/drivers/mtd/dataflash.c
/rk3399_rockchip-uboot/drivers/mtd/onenand/onenand_base.c
/rk3399_rockchip-uboot/drivers/qe/uec.c
/rk3399_rockchip-uboot/drivers/serial/serial_xuartlite.c
/rk3399_rockchip-uboot/drivers/usb/Makefile
/rk3399_rockchip-uboot/drivers/usb/r8a66597-hcd.c
/rk3399_rockchip-uboot/drivers/usb/r8a66597.h
/rk3399_rockchip-uboot/drivers/usb/usbdcore_omap1510.c
/rk3399_rockchip-uboot/drivers/video/cfb_console.c
/rk3399_rockchip-uboot/include/asm-arm/arch-mx31/mx31-regs.h
/rk3399_rockchip-uboot/include/configs/FPS850L.h
/rk3399_rockchip-uboot/include/configs/FPS860L.h
/rk3399_rockchip-uboot/include/configs/MVBC_P.h
/rk3399_rockchip-uboot/include/configs/NSCU.h
/rk3399_rockchip-uboot/include/configs/TQM823L.h
/rk3399_rockchip-uboot/include/configs/TQM823M.h
/rk3399_rockchip-uboot/include/configs/TQM850L.h
/rk3399_rockchip-uboot/include/configs/TQM850M.h
/rk3399_rockchip-uboot/include/configs/TQM855L.h
/rk3399_rockchip-uboot/include/configs/TQM855M.h
/rk3399_rockchip-uboot/include/configs/TQM860L.h
/rk3399_rockchip-uboot/include/configs/TQM860M.h
/rk3399_rockchip-uboot/include/configs/TQM862L.h
/rk3399_rockchip-uboot/include/configs/TQM862M.h
/rk3399_rockchip-uboot/include/configs/TQM866M.h
/rk3399_rockchip-uboot/include/configs/ads5121.h
/rk3399_rockchip-uboot/include/configs/sbc8641d.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/sh7763rdp.h
/rk3399_rockchip-uboot/include/configs/virtlab2.h
/rk3399_rockchip-uboot/include/dataflash.h
/rk3399_rockchip-uboot/include/image.h
/rk3399_rockchip-uboot/include/mpc512x.h
/rk3399_rockchip-uboot/include/usb.h
/rk3399_rockchip-uboot/lib_arm/bootm.c
/rk3399_rockchip-uboot/lib_avr32/bootm.c
/rk3399_rockchip-uboot/lib_blackfin/bootm.c
/rk3399_rockchip-uboot/lib_i386/bootm.c
/rk3399_rockchip-uboot/lib_m68k/bootm.c
/rk3399_rockchip-uboot/lib_microblaze/bootm.c
/rk3399_rockchip-uboot/lib_mips/bootm.c
/rk3399_rockchip-uboot/lib_nios2/bootm.c
/rk3399_rockchip-uboot/lib_ppc/bat_rw.c
/rk3399_rockchip-uboot/lib_ppc/bootm.c
/rk3399_rockchip-uboot/lib_sh/bootm.c
/rk3399_rockchip-uboot/lib_sparc/bootm.c
195ccfc506-Aug-2008 Fathi BOUDRA <fabo@debian.org>

OneNAND: Fill in MTD function pointers for OneNAND.

onenand_print_device_info():
- Now returns a string to be placed in mtd->name,
rather than calling printf.
- Remove verbose parameter as it b

OneNAND: Fill in MTD function pointers for OneNAND.

onenand_print_device_info():
- Now returns a string to be placed in mtd->name,
rather than calling printf.
- Remove verbose parameter as it becomes useless.

Signed-off-by: Fathi Boudra <fabo@debian.org>
Signed-off-by: Scott Wood <scottwood@freescale.com>

show more ...

c3db8c6431-Jul-2008 Guennadi Liakhovetski <lg@denx.de>

NAND: Do not write or read a whole block if it is larger than the environment

Environment can be smaller than NAND block size, do not need to read a whole
block and minimum for writing is one page.

NAND: Do not write or read a whole block if it is larger than the environment

Environment can be smaller than NAND block size, do not need to read a whole
block and minimum for writing is one page. Also remove an unused variable.

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Signed-off-by: Scott Wood <scottwood@freescale.com>

show more ...

dfbf617f12-Jun-2008 Scott Wood <scottwood@freescale.com>

NAND read/write fix

Implement block-skipping read/write, based on a patch from
Morten Ebbell Hestens <morten.hestnes@tandberg.com>.

Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com

NAND read/write fix

Implement block-skipping read/write, based on a patch from
Morten Ebbell Hestens <morten.hestnes@tandberg.com>.

Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>

show more ...

984e03cd12-Jun-2008 Scott Wood <scottwood@freescale.com>

NAND: Always skip blocks on read/write/boot.

Use of the non-skipping versions was almost always (if not always)
an error, and no valid use case has been identified.

Signed-off-by: Scott Wood <scott

NAND: Always skip blocks on read/write/boot.

Use of the non-skipping versions was almost always (if not always)
an error, and no valid use case has been identified.

Signed-off-by: Scott Wood <scottwood@freescale.com>

show more ...

deac913e05-Jan-2008 Stefan Roese <sr@denx.de>

NAND: Fix compilation warning and small coding style issue

Signed-off-by: Stefan Roese <sr@denx.de>

9ad754fe14-Dec-2007 William Juul <william.juul@datarespons.no>

make nand dump and nand dump.oob work

Signed-off-by: William Juul <william.juul@tandberg.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>

90ef117b15-Nov-2007 William Juul <william.juul@datarespons.no>

Incorporate yaffs2 into U-boot

To use YAFFS2 define CONFIG_YAFFS2

Signed-off-by: William Juul <william.juul@tandberg.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>


/rk3399_rockchip-uboot/Makefile
Makefile
cmd_yaffs2.c
/rk3399_rockchip-uboot/fs/Makefile
/rk3399_rockchip-uboot/fs/yaffs2/Kconfig
/rk3399_rockchip-uboot/fs/yaffs2/Makefile
/rk3399_rockchip-uboot/fs/yaffs2/Makefile.kernel
/rk3399_rockchip-uboot/fs/yaffs2/README-linux
/rk3399_rockchip-uboot/fs/yaffs2/README-linux-patch
/rk3399_rockchip-uboot/fs/yaffs2/devextras.h
/rk3399_rockchip-uboot/fs/yaffs2/direct/Makefile
/rk3399_rockchip-uboot/fs/yaffs2/direct/dtest.c
/rk3399_rockchip-uboot/fs/yaffs2/direct/fsx_test/Makefile
/rk3399_rockchip-uboot/fs/yaffs2/direct/fsx_test/README
/rk3399_rockchip-uboot/fs/yaffs2/direct/fsx_test/yaffs_fsx.c
/rk3399_rockchip-uboot/fs/yaffs2/direct/yaffs_fileem.c
/rk3399_rockchip-uboot/fs/yaffs2/direct/yaffs_fileem2k.c
/rk3399_rockchip-uboot/fs/yaffs2/direct/yaffs_fileem2k.h
/rk3399_rockchip-uboot/fs/yaffs2/direct/yaffs_flashif.c
/rk3399_rockchip-uboot/fs/yaffs2/direct/yaffs_flashif.h
/rk3399_rockchip-uboot/fs/yaffs2/direct/yaffs_malloc.h
/rk3399_rockchip-uboot/fs/yaffs2/direct/yaffs_ramdisk.c
/rk3399_rockchip-uboot/fs/yaffs2/direct/yaffs_ramdisk.h
/rk3399_rockchip-uboot/fs/yaffs2/direct/yaffs_ramem2k.c
/rk3399_rockchip-uboot/fs/yaffs2/direct/yaffscfg.c
/rk3399_rockchip-uboot/fs/yaffs2/direct/yaffscfg.h
/rk3399_rockchip-uboot/fs/yaffs2/direct/yaffscfg2k.c
/rk3399_rockchip-uboot/fs/yaffs2/direct/yaffsfs.c
/rk3399_rockchip-uboot/fs/yaffs2/direct/yaffsfs.h
/rk3399_rockchip-uboot/fs/yaffs2/direct/ydirectenv.h
/rk3399_rockchip-uboot/fs/yaffs2/moduleconfig.h
/rk3399_rockchip-uboot/fs/yaffs2/mtdemul/Makefile
/rk3399_rockchip-uboot/fs/yaffs2/mtdemul/nandemul2k.c
/rk3399_rockchip-uboot/fs/yaffs2/patch-ker.sh
/rk3399_rockchip-uboot/fs/yaffs2/patches/README.txt
/rk3399_rockchip-uboot/fs/yaffs2/patches/yaffs_mtdif2.c
/rk3399_rockchip-uboot/fs/yaffs2/utils/Makefile
/rk3399_rockchip-uboot/fs/yaffs2/utils/mkyaffs2image.c
/rk3399_rockchip-uboot/fs/yaffs2/utils/mkyaffsimage.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_checkptrw.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_checkptrw.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_ecc.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_ecc.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_fs.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_guts.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_guts.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_mtdif.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_mtdif.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_mtdif1.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_mtdif1.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_mtdif2.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_mtdif2.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_nand.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_nand.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_nandemul2k.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_packedtags1.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_packedtags1.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_packedtags2.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_packedtags2.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_qsort.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_qsort.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_tagscompat.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_tagscompat.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_tagsvalidity.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_tagsvalidity.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffsinterface.h
/rk3399_rockchip-uboot/fs/yaffs2/yportenv.h
3043c04514-Nov-2007 William Juul <william.juul@datarespons.no>

Whitespace cleanup and marking broken code.

Changes requested by maintainer Stefan Roese after
posting patch to U-boot mailing list.

Signed-off-by: William Juul <william.juul@tandberg.com>
Signed-o

Whitespace cleanup and marking broken code.

Changes requested by maintainer Stefan Roese after
posting patch to U-boot mailing list.

Signed-off-by: William Juul <william.juul@tandberg.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>

show more ...

5e1dae5c09-Nov-2007 William Juul <william.juul@datarespons.no>

Fixing coding style issues

- Fixing leading white spaces
- Fixing indentation where 4 spaces are used instead of tab
- Removing C++ comments (//), wherever I introduced them

Signed-off-by: Willi

Fixing coding style issues

- Fixing leading white spaces
- Fixing indentation where 4 spaces are used instead of tab
- Removing C++ comments (//), wherever I introduced them

Signed-off-by: William Juul <william.juul@tandberg.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>

show more ...

4cbb651b08-Nov-2007 William Juul <william.juul@datarespons.no>

Remove white space at end.

Signed-off-by: William Juul <william.juul@tandberg.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>

cfa460ad31-Oct-2007 William Juul <william.juul@datarespons.no>

Update MTD to that of Linux 2.6.22.1

A lot changed in the Linux MTD code, since it was last ported from
Linux to U-Boot. This patch takes U-Boot NAND support to the level
of Linux 2.6.22.1 and will

Update MTD to that of Linux 2.6.22.1

A lot changed in the Linux MTD code, since it was last ported from
Linux to U-Boot. This patch takes U-Boot NAND support to the level
of Linux 2.6.22.1 and will enable support for very large NAND devices
(4KB pages) and ease the compatibility between U-Boot and Linux
filesystems.

This patch is tested on two custom boards with PPC and ARM
processors running YAFFS in U-Boot and Linux using gcc-4.1.2
cross compilers.

MAKEALL ppc/arm has some issues:
* DOC/OneNand/nand_spl is not building (I have not tried porting
these parts, and since I do not have any HW and I am not familiar
with this code/HW I think its best left to someone else.)

Except for the issues mentioned above, I have ported all drivers
necessary to run MAKEALL ppc/arm without errors and warnings. Many
drivers were trivial to port, but some were not so trivial. The
following drivers must be examined carefully and maybe rewritten to
some degree:
cpu/ppc4xx/ndfc.c
cpu/arm926ejs/davinci/nand.c
board/delta/nand.c
board/zylonite/nand.c

Signed-off-by: William Juul <william.juul@tandberg.com>
Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>

show more ...


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/board/bf537-stamp/nand.c
/rk3399_rockchip-uboot/board/dave/PPChameleonEVB/nand.c
/rk3399_rockchip-uboot/board/delta/nand.c
/rk3399_rockchip-uboot/board/esd/common/esd405ep_nand.c
/rk3399_rockchip-uboot/board/freescale/m5329evb/nand.c
/rk3399_rockchip-uboot/board/imx31_litekit/imx31_litekit.c
/rk3399_rockchip-uboot/board/imx31_phycore/imx31_phycore.c
/rk3399_rockchip-uboot/board/mx31ads/mx31ads.c
/rk3399_rockchip-uboot/board/nc650/nand.c
/rk3399_rockchip-uboot/board/netstar/nand.c
/rk3399_rockchip-uboot/board/prodrive/alpr/nand.c
/rk3399_rockchip-uboot/board/prodrive/pdnb3/nand.c
/rk3399_rockchip-uboot/board/sc3/sc3nand.c
/rk3399_rockchip-uboot/board/tqc/tqm8272/tqm8272.c
/rk3399_rockchip-uboot/board/zylonite/nand.c
cmd_doc.c
cmd_nand.c
/rk3399_rockchip-uboot/cpu/arm1136/mx31/generic.c
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/nand.c
/rk3399_rockchip-uboot/cpu/mpc512x/cpu.c
/rk3399_rockchip-uboot/cpu/mpc512x/iopin.c
/rk3399_rockchip-uboot/cpu/mpc8260/pci.c
/rk3399_rockchip-uboot/cpu/ppc4xx/ndfc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/diskonchip.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_base.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_bbt.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_ecc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_ids.c
/rk3399_rockchip-uboot/drivers/mtd/nand/nand_util.c
/rk3399_rockchip-uboot/drivers/mtd/onenand/onenand_base.c
/rk3399_rockchip-uboot/drivers/usb/r8a66597.h
/rk3399_rockchip-uboot/include/asm-arm/arch-mx31/mx31-regs.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/FPS850L.h
/rk3399_rockchip-uboot/include/configs/FPS860L.h
/rk3399_rockchip-uboot/include/configs/MVBC_P.h
/rk3399_rockchip-uboot/include/configs/TQM823L.h
/rk3399_rockchip-uboot/include/configs/TQM823M.h
/rk3399_rockchip-uboot/include/configs/TQM850L.h
/rk3399_rockchip-uboot/include/configs/TQM850M.h
/rk3399_rockchip-uboot/include/configs/TQM855L.h
/rk3399_rockchip-uboot/include/configs/TQM855M.h
/rk3399_rockchip-uboot/include/configs/TQM860L.h
/rk3399_rockchip-uboot/include/configs/TQM860M.h
/rk3399_rockchip-uboot/include/configs/TQM862L.h
/rk3399_rockchip-uboot/include/configs/TQM862M.h
/rk3399_rockchip-uboot/include/configs/TQM866M.h
/rk3399_rockchip-uboot/include/configs/virtlab2.h
/rk3399_rockchip-uboot/include/linux/err.h
/rk3399_rockchip-uboot/include/linux/mtd/blktrans.h
/rk3399_rockchip-uboot/include/linux/mtd/compat.h
/rk3399_rockchip-uboot/include/linux/mtd/doc2000.h
/rk3399_rockchip-uboot/include/linux/mtd/inftl-user.h
/rk3399_rockchip-uboot/include/linux/mtd/jffs2-user.h
/rk3399_rockchip-uboot/include/linux/mtd/mtd-abi.h
/rk3399_rockchip-uboot/include/linux/mtd/mtd.h
/rk3399_rockchip-uboot/include/linux/mtd/nand.h
/rk3399_rockchip-uboot/include/linux/mtd/nftl-user.h
/rk3399_rockchip-uboot/include/linux/mtd/nftl.h
/rk3399_rockchip-uboot/include/linux/mtd/ubi-header.h
/rk3399_rockchip-uboot/include/linux/mtd/ubi-user.h
/rk3399_rockchip-uboot/include/nand.h
902ca09211-Aug-2008 Kumar Gala <galak@kernel.crashing.org>

85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS

Use CONFIG_NUM_CPUS to match existing define used by 86xx.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Jon Loeliger <jdl@freescale

85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS

Use CONFIG_NUM_CPUS to match existing define used by 86xx.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Jon Loeliger <jdl@freescale.com>

show more ...

3216ca9611-Aug-2008 Kumar Gala <galak@kernel.crashing.org>

Fix fallout from autostart revert

The autostart revert caused a bit of duplicated code as well as
code that was using images->autostart that needs to get removed so
we can build again.

Signed-off-b

Fix fallout from autostart revert

The autostart revert caused a bit of duplicated code as well as
code that was using images->autostart that needs to get removed so
we can build again.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

1...<<171172173174175176177178179180>>...211