Tested on CuBox-i4Pro, BeagleBone Black, PandaBoard ES and
Raspberry Pi 3 Model B.
This corrects a regression on rpi3 when booting off USB where the EFI
loader would stop iterating over block devices when loading from SD card
failed reported by 'R0me0' on bugs@.
ok jca@
Tarsnapper is a wrapper around tarsnap which:
- Lets you define "backup jobs" (tarsnap invocations) in a config file, though
on it's own this has little advantage over just using a a shell script.
- Lets you expire old backups using a Grandfather-father-son backup scheme.
This feature can be used in conjunction with tarsnapper backup jobs, or
standalone, to be applied to any existing set of tarsnap backup archives,
regardless of how they have been created.
virt-what is a shell script which can be used to detect if the program
is running in a virtual machine.
virt-what supports a very large number of different hypervisor types,
including common open source hypervisors (KVM, Xen, QEMU, VirtualBox,
VMM), mainframe systems like IBM Systemz, LPAR, z/VM, hardware
partitioning schemes like Hitachi Virtage, proprietary hypervisors like
VMWare, Microsoft Hyper-V and much more.
patches to add support for detecting vmm were merged upstream already
ok landry@
There's no good reason to restrict this to only a few tested
architectures, the package is fast to build and might be useful
elsewhere. If it doesn't build on some architectures, we can fix it or
use NOT_FOR_ARCHS. ok giovanni@ (maintainer)
Revert commit 25877d4e4c45451c5398aec3de50e0d5befe0e9f to add
CONFIG_OF_EMBED=y back to rpi configs so rpi3 will continue to work.
Tracked down by kettenis@
While Allwinner A64/H5 targets are built an Allwinner specific build of
ARM Trusted Firmware will need to become a build prequisite in future,
so U-Boot can build complete images after a BL31 environment variable is
set at build time with the path to a prebuilt bl31.bin.