9
0
Fork 0
barebox/common/partitions
Andrey Smirnov 84dc21e185 partitions/efi: Fix off-by-one error in 'last_lba'
LBAs are numbered starting from zero so the last LBA # would be equal
to total number of blocks minus one.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-11-11 15:02:23 +01: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 partitions: dos: parse extended partition 2013-11-08 15:38:27 +01:00
efi.c partitions/efi: Fix off-by-one error in 'last_lba' 2014-11-11 15:02:23 +01:00
efi.h Move efi.h to include/ 2014-07-14 08:01:11 +02:00
parser.h cdev: store dos partition type in struct cdev 2013-10-14 14:04:20 +02:00