Lines Matching +full:single +full:- +full:board
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
7 * The NetSc520 is a demonstration board for the Elan Sc520 processor available
8 * from AMD. It has a single back of 16 megs of 32-bit Flash ROM and another
23 ** The single, 16 megabyte flash bank is divided into four virtual
34 ** not be touched - it is possible to corrupt the BIOS image by
35 ** mounting these partitions, and potentially the board will not be
40 * single flash device into. If the size if zero we use up to the end of the
89 return -EIO; in init_netsc520()
102 return -ENXIO; in init_netsc520()
105 mymtd->owner = THIS_MODULE; in init_netsc520()
127 MODULE_DESCRIPTION("MTD map driver for AMD NetSc520 Demonstration Board");