Lines Matching +full:partition +full:- +full:file +full:- +full:system
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /* netsc520.c -- MTD map driver for AMD NetSc520 Demonstration Board
5 * based on sc520cdp.c by Sysgo Real-Time Solutions GmbH
8 * from AMD. It has a single back of 16 megs of 32-bit Flash ROM and another
24 ** partitions. The first partition is 768 KiB and is intended to
26 ** partition is 256 KiB and holds the BIOS image. The third
27 ** partition is 14.5 MiB and is intended for the flash file system
28 ** image. The last partition is 512 KiB and contains another copy
31 ** Only the third partition should be mounted. The first partition
34 ** not be touched - it is possible to corrupt the BIOS image by
54 .name = "NetSc520 file system",
89 return -EIO; in init_netsc520()
102 return -ENXIO; in init_netsc520()
105 mymtd->owner = THIS_MODULE; in init_netsc520()