Hi Andre, On Sat, Jun 13, 2015 at 10:10 AM, Tom Rini <tr...@konsulko.com> wrote: > On Fri, Jun 05, 2015 at 12:58:45AM +0100, Andre Przywara wrote: > >> From: Mark Langsdorf <mark.langsd...@gmail.com> >> >> Enable full 48-bit LBA48 data reads by passing the upper word of the >> LBA block pointer in bytes 9 and 10 of the FIS. >> >> This allows uboot to load data from any arbitrary sector on a drive >> with 2 or more TB of available data connected to an AHCI controller. >> >> Signed-off-by: Mark Langsdorf <mark.langsd...@gmail.com> >> Signed-off-by: Andre Przywara <o...@andrep.de> > > With some changes to make use of CONFIG_SYS_64BIT_LBA in a few areas to > allow the common parts to compile without warning on systems that > don't set this: > > Applied to u-boot/master, thanks! >
This commit creates a warning when CONFIG_SYS_64BIT_LBA is defined. Please check below. common/cmd_scsi.c: In function ‘scsi_read’: common/cmd_scsi.c:410:3: warning: ‘smallblks’ may be used uninitialized in this function [-Wmaybe-uninitialized] Regards, Bin _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot