9
0
Fork 0
barebox/common/partitions
Sascha Hauer b27af5cdf3 partition: DOS: Add parameter for the NT disk Signature
The NT disk Signature is a unique 32-bit value in the MBR allowing
to identify a MSDOS partitioned disk. The signature can be used to
specify the Linux rootfs.
This patch adds support for the NT disk Signature in the form of a
device parameter which can both be read and written.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-06-02 12:35:13 +02:00
..
Kconfig partitions: Add missing depends on BLOCK 2013-06-02 12:35:13 +02:00
Makefile disk: partitions: add EFI GUID Partition Table 2013-02-18 09:11:37 +01:00
dos.c partition: DOS: Add parameter for the NT disk Signature 2013-06-02 12:35:13 +02:00
efi.c block: implement block_read/block_write functions 2013-05-31 09:34:48 +02:00
efi.h disk: partitions: add EFI GUID Partition Table 2013-02-18 09:11:37 +01:00
parser.h disk: introduce partition name 2013-02-16 23:39:08 +01:00