switch-coreboot/util/mtd
Ronald G. Minnich 8ae6034784 better script
2002-06-11 19:16:52 +00:00
..
burn_mtd Kernels are getting big! So erase all 8M of the MTD. 2002-02-02 15:46:42 +00:00
burn_mtd.old burn_mtd.old is the old dumb script that does insmod by hand. 2001-12-07 00:50:15 +00:00
burn_mtd2 better script 2002-06-11 19:16:52 +00:00
burn_mtd_asus_cua Support for ASUS CUA and other M1631 mainboards. 2001-10-25 03:15:52 +00:00
erase.c added README and erase.c 2002-02-01 17:09:25 +00:00
README added instructions for compiling erase 2002-02-01 17:10:23 +00:00
setpci.piix4e These are used to enable PIIX4E high flash addressing and flash write. 2002-02-01 17:13:08 +00:00

These are scripts for burning DoC. The DoC support as of 2.4.7 and 
later should be fine. Be sure to set up (in drivers/mtd/devices/docprobe.c)
#undef DOC_SINGLE_DRIVER

Also use the millenium-only driver when you config your kernel. 

Also I'm including the mtd erase.c here for those who don't have it.
CC -O2 -Wall -o erase erase.c

ron