libpayload/storage: Enable STORAGE_64BIT_LBA

32-bit LBA limits drives, that have or emulate 512B sectors, to 2TiB
capacity. Therefore, enable the 64-bit support.

Change-Id: I663029a2137c5af3c77d576fe27db0b8fa7488a9
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46534
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
Felix Singer 2020-10-17 21:06:48 +00:00 committed by Nico Huber
parent 70d73a85bf
commit e92c84050b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ config STORAGE
config STORAGE_64BIT_LBA config STORAGE_64BIT_LBA
bool "Use 64-bit integers to address sectors" bool "Use 64-bit integers to address sectors"
depends on STORAGE depends on STORAGE
default n default y
help help
If this is selected, sectors will be addressed by an 64-bit integer. If this is selected, sectors will be addressed by an 64-bit integer.
Select this to support LBA-48 for ATA drives. Select this to support LBA-48 for ATA drives.