[U-Boot] [PATCH] LaCie kirkwood boards: allow disk > 2TB
Simon Guinot
simon.guinot at sequanux.org
Mon Jun 10 15:44:03 CEST 2013
On Mon, Jun 10, 2013 at 03:30:53PM +0200, Frederic Leroy wrote:
> From: Frédéric Leroy <fredo at starox.org>
>
> For big disk support, we need LBA addressing on 64 bits
> ---
> include/configs/lacie_kw.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/lacie_kw.h b/include/configs/lacie_kw.h
> index 09b5798..847afcd 100644
> --- a/include/configs/lacie_kw.h
> +++ b/include/configs/lacie_kw.h
> @@ -111,6 +111,7 @@
> #define CONFIG_ENV_SPI_MAX_HZ 20000000 /* 20Mhz */
> #define CONFIG_SYS_IDE_MAXBUS 1
> #define CONFIG_SYS_IDE_MAXDEVICE 1
> +#define CONFIG_SYS_64BIT_LBA /* Allow disk > 2.1TB */
Hi Frederic,
I see a comment at disk/part_efi.c:25. It claims that maximum size of
addressable storage is limited to 2TB even with CONFIG_SYS_64BIT_LBA
enabled. Is that not true anymore ?
Regards,
Simon
> #if defined(CONFIG_D2NET_V2)
> #define CONFIG_SYS_PROMPT "d2v2> "
> #elif defined(CONFIG_NET2BIG_V2)
> --
> 1.8.1.2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130610/3fde4311/attachment.pgp>
More information about the U-Boot
mailing list