commit | 2ebc22c224c1938399e3a957ba671bf2f251e8e6 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Sep 19 07:55:35 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 14 11:16:34 2020 -0400 |
tree | ae78806b029028f7991ddff7aec328bfb024a67f | |
parent | adee5dfae5dfd215b2b7a8c4b0c77dce8a3d97be [diff] |
arm: enable DM_RNG on QEMU by default The EFI_RNG_PROTOCOL is needed for address randomization in Linux. We should provide it by default on QEMU. Reported-by: François Ozog <francois.ozog@linaro.org> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>