mtd/drivers/mtd/maps scb2_flash.c,NONE,1.1 Config.in,1.35,1.36 Makefile,1.30,1.31
thockin at infradead.org
thockin at infradead.org
Mon Sep 23 14:25:54 EDT 2002
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv2786/maps
Modified Files:
Config.in Makefile
Added Files:
scb2_flash.c
Log Message:
fix indent snafu in cfi_cmdset_0001.c
remove extraneous MOD_INC_USE_COUNT in cfi_cmdset_0001.c
add maps/scb2_flash.c for Intel SCB2 motherboards' flash BIOS
-- OK'ed by dwmw2
***** Error reading new file: [Errno 2] No such file or directory: 'scb2_flash.c'
Index: Config.in
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Config.in,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- Config.in 13 Sep 2002 13:41:31 -0000 1.35
+++ Config.in 23 Sep 2002 18:25:52 -0000 1.36
@@ -34,6 +34,7 @@
dep_tristate ' ROM connected to AMD766 southbridge' CONFIG_MTD_AMD766ROM $CONFIG_MTD_GEN_PROBE
dep_tristate ' ROM connected to Intel Hub Controller 2' CONFIG_MTD_ICH2ROM $CONFIG_MTD_JEDECPROBE
dep_tristate ' CFI Flash device mapped on SnapGear/SecureEdge' CONFIG_MTD_NETtel $CONFIG_MTD_PARTITIONS
+ dep_tristate ' BIOS flash chip on Intel SCB2 boards' CONFIG_MTD_SCB2_FLASH $CONFIG_MTD_GEN_PROBE
fi
if [ "$CONFIG_PPC" = "y" ]; then
Index: Makefile
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Makefile,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- Makefile 13 Sep 2002 13:53:53 -0000 1.30
+++ Makefile 23 Sep 2002 18:25:52 -0000 1.31
@@ -52,5 +52,6 @@
obj-$(CONFIG_MTD_REDWOOD) += redwood.o
obj-$(CONFIG_MTD_UCLINUX) += uclinux.o
obj-$(CONFIG_MTD_NETtel) += nettel.o
+obj-$(CONFIG_MTD_SCB2_FLASH) += scb2_flash.o
include $(TOPDIR)/Rules.make
More information about the linux-mtd-cvs
mailing list