From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Langsdorf Date: Tue, 10 Sep 2013 15:19:14 -0500 Subject: [U-Boot] ahci: add support for LBA48 data reads Message-ID: <1378844357-15389-1-git-send-email-mark.langsdorf@calxeda.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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.