U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] ahci: add support for LBA48 data reads
@ 2013-09-10 20:19 Mark Langsdorf
  2013-09-10 20:19 ` [U-Boot] [PATCH 1/3] cmd_scsi: fix formatting before making additional changes Mark Langsdorf
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Mark Langsdorf @ 2013-09-10 20:19 UTC (permalink / raw)
  To: u-boot

The ext4 fs currently supports drive partitions greater that 2TB in size,
but the ahci driver in u-boot can't read data past the first 2TB. Add
support for lba48 reads by modifying the calls to use the lbaint_t 
type, so that lba48 block addresses can be sent to the functions, and
then add support for reading those offsets.

--Mark Langsdorf
Calxeda, Inc.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-11-08 20:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-10 20:19 [U-Boot] ahci: add support for LBA48 data reads Mark Langsdorf
2013-09-10 20:19 ` [U-Boot] [PATCH 1/3] cmd_scsi: fix formatting before making additional changes Mark Langsdorf
2013-09-10 20:19 ` [U-Boot] [PATCH 2/3] cmd_scsi: use lbaint_t for LBA values instead of u32 Mark Langsdorf
2013-09-10 20:19 ` [U-Boot] [PATCH 3/3] ahci: support LBA48 data reads for 2+TB drives Mark Langsdorf
2013-11-08 20:11   ` Anatolij Gustschin
2013-11-08 20:12   ` [U-Boot] [U-Boot, " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox