1. 12 8月, 2017 4 次提交
  2. 11 8月, 2017 2 次提交
  3. 05 8月, 2017 1 次提交
    • A
      GPT: provide commands to selectively rename partitions · 203f9b48
      Alison Chaiken 提交于
      This patch provides support in u-boot for renaming GPT
      partitions.  The renaming is accomplished via new 'gpt swap'
      and 'gpt rename' commands.
      
      The 'swap' mode returns an error if no matching partition names
      are found, or if the number of partitions with one name does not equal
      the number with the second name.   The 'rename' variant always
      succeeds as long as a partition with the provided number exists.
      
      Rewriting the partition table has the side-effect that all partitions
      end up with "msftdata" flag set.  The reason is that partition type
      PARTITION_BASIC_DATA_GUID is hard-coded in the gpt_fill_pte()
      function.  This does not appear to cause any harm.
      Signed-off-by: NAlison Chaiken <alison@peloton-tech.com>
      203f9b48
  4. 25 7月, 2017 1 次提交
  5. 24 7月, 2017 3 次提交
  6. 12 7月, 2017 2 次提交
  7. 04 7月, 2017 1 次提交
  8. 16 6月, 2017 1 次提交
  9. 10 6月, 2017 1 次提交
  10. 04 6月, 2017 1 次提交
  11. 01 6月, 2017 1 次提交
  12. 23 5月, 2017 11 次提交
  13. 22 5月, 2017 9 次提交
  14. 01 5月, 2017 2 次提交