Re: Broadcom BCM2709, ARMv8, and missing CPU features

2016-07-26 Thread Paul Wise
On Wed, Jul 27, 2016 at 11:28 AM, Jeffrey Walton wrote: > I recently purchased a Raspberry Pi 3. Its got a Broadcom SoC, and its > ARMv8. ... > model name: ARMv7 Processor rev 4 (v7l) Looks like you are running it in ARMv7 32-bit mode, perhaps that disables the ARMv8 features. I recently wat

Re: ARM64 (was: Summary of the ARM ports BoF at DC16)

2016-07-26 Thread Jeffrey Walton
>> The Mustang board is a nice test platform because its an early ARMv8 >> board. While its ARMv8, it lacks CRC and Crypto extensions. > > That's interesting. Having almost given up on any AMD ARM > hardware ever appearing, I've been considering getting a > Gigabyte MP30-AR0 (which I thought for a

Broadcom BCM2709, ARMv8, and missing CPU features

2016-07-26 Thread Jeffrey Walton
Hi Everyone, I recently purchased a Raspberry Pi 3. Its got a Broadcom SoC, and its ARMv8. Its running a Debian-lite kernel, which I believe is a modified 4.4 kernel. Below is the output from cpuinfo. I see ARMv8's crc32 is available, but I don't see pmull, aes or sha. At the moment, I'm not sure