[ptxdist] DistroKit Raspberry 2

2017-06-24 Thread Fritz Emboli
Hi, i tried DistroKit. ptxdist go; ptxdist images went through. But when i try to boot, i get this: barebox 2016.05.0-20160610-1 #1 Sat Jun 24 14:46:36 CEST 2017 Board: Raspberry Pi 2 Model B bcm2835-cs 3f003000.timer: probe failed: Device or resource busy bcm2835-gpio 3f20.gpio: probed

[ptxdist] [PATCH 3/3] gnutls: add cryptodev support

2017-06-24 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/gnutls.in | 7 +++ rules/gnutls.make | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/rules/gnutls.in b/rules/gnutls.in index 73e610fe6..cf44ef126 100644 --- a/rules/gnutls.in +++ b/rules/gnutls.in @@ -6,6

[ptxdist] [PATCH 2/3] openssl: add cryptodev support

2017-06-24 Thread Ladislav Michl
For OpenSSL_1_0_2-stable branch two patches mentioned in cryptodev's README were forward-ported. That's safe to do as they are no-op until cryptodev support is enabled. These patches were also merged to master branch in 2014 to be finally removed altogether in commit

[ptxdist] [PATCH 1/3] cryptodev: new package

2017-06-24 Thread Ladislav Michl
Cryptodev-linux is a device that allows access to Linux kernel cryptographic drivers; thus allowing of userspace applications to take advantage of hardware accelerators. Cryptodev-linux is implemented as a standalone module that requires no dependencies other than a stock linux kernel. Its API is

[ptxdist] [RFC/PATCH 0/3] cryptodev

2017-06-24 Thread Ladislav Michl
Hi there! This serie adds support for cryptodev hardware acceleration. However, there's one issue unresolved: cryptodev module loading. As we have three different modutils implementations available and also supporting systemd and sysv init it is a bit messy to generate proper config to load