Skip to content
  1. May 19, 2024
  2. May 17, 2024
    • Fiona Klute's avatar
      Init virtio before loading ENV from EXT4 or FAT · 3be9f399
      Fiona Klute authored and Tom Rini's avatar Tom Rini committed
      Specifying a file in an EXT4 or FAT partition on a virtio device as
      environment location failed because virtio hadn't been initialized by
      the time the environment was loaded. This patch mirrors commit
      54ee5ae8
      
       ("Add SCSI scan for ENV in EXT4 or FAT") in issue and
      fix, just for a different kind of block device.
      
      The additional include in include/virtio.h is needed so all functions
      called there are defined, the alternative would have been to include
      dm/device.h separately in the env/ sources.
      
      Checkpatch suggests using "if (IS_ENABLED(CONFIG...))" instead of
      "#if defined(CONFIG_...)", I'm sticking to the style of the existing
      code here.
      
      Signed-off-by: default avatarFiona Klute <fiona.klute@gmx.de>
      CC: Joe Hershberger <joe.hershberger@ni.com>
      CC: Bin Meng <bmeng.cn@gmail.com>
      CC: Rogier Stam <rogier@unrailed.org>
      3be9f399
  3. May 16, 2024
  4. May 14, 2024
  5. May 13, 2024
  6. May 12, 2024
  7. May 11, 2024
  8. May 10, 2024