Should/will OpenBSD support ODROID-C4 board? (ARM A55)

2020-08-06 Thread cipher-hearts
Hardkernel, a Korean company, make an alternative to the Raspberry Pi, the latest being the 'Odroid C4', CPU manufactured by Amlogic (American). Unlike the Pi 4 which uses an A72, the C4 uses a CPU without Spectre bugs - the A55. This is an iteration onwards from the A53 which was used in the Pi

Full disk encryption including /boot, excluding bootloader?

2020-02-13 Thread cipher-hearts
On Linux you can do the following: Hard drive: { [1MB unencrypted GRUB bootloader partition] [Rest of hard drive entirely encrypted] } Then the only parts of the (x64) computer that are unencrypted are the BIOS and GRUB. You can then move the GRUB offline if you wish, execute it externally.