]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
OneNAND support (take #2)
authorKyungmin Park <kmpark@infradead.org>
Mon, 10 Sep 2007 08:15:14 +0000 (17:15 +0900)
committerStefan Roese <sr@denx.de>
Mon, 17 Sep 2007 06:19:08 +0000 (08:19 +0200)
commitd7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1
tree96b870839f8381a5e5a56600e663a8a2c37fdad3
parent17aa2800457df0c06b41516f46f126712c196219
OneNAND support (take #2)

[PATCH 3/3] OneNAND support (take #2)

OneNAND support at U-Boot

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Makefile
common/Makefile
common/cmd_nvedit.c
common/cmd_onenand.c [new file with mode: 0644]
common/env_onenand.c [new file with mode: 0644]
include/config_cmd_all.h
include/linux/mtd/bbm.h [new file with mode: 0644]
include/linux/mtd/onenand.h [new file with mode: 0644]
include/linux/mtd/onenand_regs.h [new file with mode: 0644]
include/onenand_uboot.h [new file with mode: 0644]
lib_arm/board.c