1. 08 Jul, 2019 10 commits
  2. 03 Jul, 2019 3 commits
  3. 24 Jun, 2019 1 commit
  4. 18 Jun, 2019 4 commits
  5. 17 Jun, 2019 12 commits
  6. 10 Jun, 2019 8 commits
  7. 04 Jun, 2019 2 commits
    • Anton Midyukov's avatar
      bootloader: add GRUB_ARCHES variable · aea4ceaa
      Anton Midyukov authored
      $GRUB_ARCHES is the list of GRUB 2 supported architectures
      aea4ceaa
    • Anton Midyukov's avatar
      bootloader: major refactoring · 760c09c3
      Anton Midyukov authored
      Add target use/bootloader/uboot. Das U-Boot -- the Universal Boot
      Loader, used on single board PCs (also in qemu).
      
      Use bootloader lists to provide better portability and to avoid
      overcomplicating bootloader switch.
      
      Added restriction for alterator-$$(BASE_BOOTLOADER)) only for
      ISO images. Since the new uboot bootloader is not supported in
      Alterator and is not used when building ISO images.
      760c09c3