Re: [U-Boot] [PATCH v2 5/6] rename GPT partitions to detect boot failure

2017-08-27 Thread Chaiken, Alison
On 2017-05-31 01:12, Lukasz Majewski wrote: [ . . . ] And another request -> Could you consider adding tests for those new gpt commands to the 'sandbox' (sandbox_defconfig) ? Then you can 'mount' some gpt test image ('host' command) and use it with: gpt host X . The GPT functionality re

Re: [U-Boot] [PATCH v2 5/6] rename GPT partitions to detect boot failure

2017-06-01 Thread Chaiken, Alison
Lukasz Majewski wrote: > Maybe it would be better to have > > gpt flip mmc 0 > > (By default we have "primary" and "backup") > > In that way we could set other names to GPT partitions without the > need to modify the code. I answered: >> Another possibility is to support >> >> gpt flip mmc

Re: [U-Boot] [PATCH v2 5/6] rename GPT partitions to detect boot failure

2017-06-01 Thread Chaiken, Alison
On 2017-05-31 01:12, Lukasz Majewski wrote: [ SNIP ] Maybe it would be better to have gpt flip mmc 0 (By default we have "primary" and "backup") In that way we could set other names to GPT partitions without the need to modify the code. Another possibility is to support gpt flip mmc

Re: [U-Boot] [PATCH v2 4/6] GPT: read partition table from device into a data structure

2017-06-01 Thread Chaiken, Alison
On 2017-05-30 00:37, Lothar Waßmann wrote: [ SNIP] +#define MAX_SEARCH_PARTITIONS 16 Why the hard limit to 16 partitions? A standard Android system will jump right in your face with this limit. Lothar, I'm working on making the other changes you suggested. Meanwhile, the answer to this ques