I wish Apple would make a sort of Raspberry Pi like board with an A series chip, ethernet, HDMI, GPIO, SD Card, etc... for $50-$100 that runs Linux. I would also like a flying unicorn. Seriously, a high power SBC at a reasonable price point would be insanely useful for projects like portable MAME cabinets, video transcoders, scene displays, etc... I love the Pi but it's so old tech, especially the video cores, that i…
The upboard fits that description perfectly - http://www.up-board.org/up/
The CPU is an Intel Atom which turns out to perform very well. The internal storage is blazingly fast eMMC. It has an Intel GPU which means complete open source driver support. (I can't comment on the GPU performance as I use the serial console.)
They also put a 40 pin connector on it that is hardware compatible with the raspberry pi - ie the same pins, voltages, and functions. You do need kernel patches for full support of the pins because the pins are specced at 3.3V while the Atom is 1.8V. There is level shifter hardware that fixes that, which the patches control. The patches are public from Emutex (in github) and there is also a PPA if you just want to play with Ubuntu and not worry about it.
It uses an AMI UEFI BIOS. You can compile the kernel with efi stub support and the upboard can boot straight into your code.