Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

Seagate

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    user avatar
    Benoît Thébaudeau authored
    Overwriting an empty file not created by U-Boot did not work, and it
    could even corrupt the FAT. Moreover, creating empty files or emptying
    existing files allocated a cluster, which is not standard.
    
    Fix this by always keeping empty files clusterless as specified by
    Microsoft (the start cluster must be set to 0 in the directory entry in
    that case), and by supporting overwriting such files.
    
    Signed-off-by: default avatarBenoît Thébaudeau <benoit@wsystem.com>
    1254b44a
    History
    Name Last commit Last update
    ..