A new uboot patch to support >2TB HDD? May 24, 2013 10:35PM |
Registered: 12 years ago Posts: 12 |
Re: A new uboot patch to support >2TB HDD? May 31, 2013 01:12AM |
Admin Registered: 13 years ago Posts: 18,900 |
Re: A new uboot patch to support >2TB HDD? June 09, 2013 07:12PM |
Admin Registered: 13 years ago Posts: 18,900 |
Re: A new uboot patch to support >2TB HDD? June 10, 2013 08:40AM |
Registered: 12 years ago Posts: 12 |
Re: A new uboot patch to support >2TB HDD? June 17, 2013 01:19AM |
Admin Registered: 13 years ago Posts: 18,900 |
/* * Problems with CONFIG_SYS_64BIT_LBA: * * struct disk_partition.start in include/part.h is sized as ulong. * When CONFIG_SYS_64BIT_LBA is activated, lbaint_t changes from ulong to uint64_t. * For now, it is cast back to ulong at assignment. * * This limits the maximum size of addressable storage to < 2 Terra Bytes */
Re: A new uboot patch to support >2TB HDD? July 02, 2013 12:03PM |
Registered: 12 years ago Posts: 12 |
Re: A new uboot patch to support >2TB HDD? July 03, 2013 12:24AM |
Admin Registered: 13 years ago Posts: 18,900 |
Re: A new uboot patch to support >2TB HDD? July 05, 2013 05:26AM |
Registered: 14 years ago Posts: 6 |
Re: A new uboot patch to support >2TB HDD? July 05, 2013 10:30AM |
Registered: 12 years ago Posts: 12 |
Re: A new uboot patch to support >2TB HDD? July 05, 2013 01:13PM |
Admin Registered: 13 years ago Posts: 18,900 |