Does any version of uboot support EFI and GPT? November 21, 2012 01:35AM |
Registered: 12 years ago Posts: 20 |
Re: Does any version of uboot support EFI and GPT? November 21, 2012 08:37AM |
Registered: 12 years ago Posts: 232 |
Re: Does any version of uboot support EFI and GPT? November 21, 2012 06:31PM |
Registered: 12 years ago Posts: 20 |
Re: Does any version of uboot support EFI and GPT? November 21, 2012 08:28PM |
Admin Registered: 13 years ago Posts: 19,192 |
Re: Does any version of uboot support EFI and GPT? November 21, 2012 11:52PM |
Registered: 12 years ago Posts: 20 |
Re: Does any version of uboot support EFI and GPT? November 22, 2012 05:05PM |
Admin Registered: 13 years ago Posts: 19,192 |
Re: Does any version of uboot support EFI and GPT? November 22, 2012 07:10PM |
Registered: 12 years ago Posts: 20 |
Re: Does any version of uboot support EFI and GPT? November 28, 2012 06:59PM |
Registered: 12 years ago Posts: 232 |
Re: Does any version of uboot support EFI and GPT? November 28, 2012 07:47PM |
Admin Registered: 13 years ago Posts: 19,192 |
Re: Does any version of uboot support EFI and GPT? November 29, 2012 01:54AM |
Registered: 12 years ago Posts: 20 |
Re: Does any version of uboot support EFI and GPT? November 29, 2012 03:56AM |
Admin Registered: 13 years ago Posts: 19,192 |
Re: Does any version of uboot support EFI and GPT? December 03, 2012 07:46PM |
Registered: 13 years ago Posts: 502 |
Quote
- Partition Support:
CONFIG_MAC_PARTITION and/or CONFIG_DOS_PARTITION
and/or CONFIG_ISO_PARTITION and/or CONFIG_EFI_PARTITION
Re: Does any version of uboot support EFI and GPT? December 09, 2012 12:26PM |
Registered: 12 years ago Posts: 20 |
/* * 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: Does any version of uboot support EFI and GPT? December 09, 2012 09:32PM |
Registered: 13 years ago Posts: 502 |
Re: Does any version of uboot support EFI and GPT? December 09, 2012 09:42PM |
Registered: 12 years ago Posts: 20 |
Re: Does any version of uboot support EFI and GPT? December 10, 2012 07:17PM |
Registered: 13 years ago Posts: 502 |
Re: Does any version of uboot support EFI and GPT? December 22, 2012 09:10PM |
Registered: 12 years ago Posts: 20 |
Re: Does any version of uboot support EFI and GPT? December 23, 2012 05:56PM |
Registered: 12 years ago Posts: 378 |
Re: Does any version of uboot support EFI and GPT? December 23, 2012 06:15PM |
Admin Registered: 13 years ago Posts: 19,192 |
Re: Does any version of uboot support EFI and GPT? December 25, 2012 06:10PM |
Registered: 12 years ago Posts: 378 |
Quote
yeah, 1GB is just overkilled, but it is a dont-care really on a 3TB disk, isnt't it?
Quote
in my personal preference, I'd trade whatever minor performance degradation, if any, for the substantial convenience of the swapfile
s11erm
Re: Does any version of uboot support EFI and GPT? May 31, 2020 03:00AM |
Re: Does any version of uboot support EFI and GPT? May 31, 2020 03:40AM |
Admin Registered: 13 years ago Posts: 19,192 |
Quote
2017.07 U-Boot for FDT and Non-FDT Kirkwood Kernel - GoFlexNet, GoFlexHome, PogoE02, Dockstar, iConnect, NetgearStora, PogoV4/Mobile, Sheevaplug, NSA325, NSA320, NSA310S/320S, NSA310, HP-T5325, Dreamplug.
These images support the following latest U-Boot features (among others):
- both FDT and non-FDT kernel booting
- supports EFI/GPT partition > 2TB (SATA and USB) either for booting or just attached.
- boot Ext4 rootfs
- SNTP (Simple NTP to set date time during U-Boot booting)
- bootz (boot with zImage).
- Ability to customize u-boot envs in a script (uEnv.txt) during boot, without committing changes to NAND (see section C for instruction). This feature also can be used for rescue purpose where the u-boot envs were messed up, or when the NAND envs block is bad.