@ moscar
I just tried WarheadSEs suggestion on official repo kernel (3.4.79-3) without luck. I'm getting no VGA/HDMI output at all, regardless of uEnv entries or module load order.
EDIT:
I compared kernel configs before and after merging with alarm repo and found the following, potentially relevant changes:
Before merge:
$this->bbcode_second_pass_code('', 'CONFIG_VIDEO_SUNXI_CEDAR=m
CONFIG_VIDEO_DECODER_SUNXI=m
[..]
CONFIG_FB_SUNXI=y
CONFIG_FB_SUNXI_RESERVED_MEM=y
CONFIG_FB_SUNXI_UMP=y
CONFIG_FB_SUNXI_LCD=y
CONFIG_FB_SUNXI_HDMI=y
CONFIG_HDMI_CEC=m')
After merge:
$this->bbcode_second_pass_code('', 'CONFIG_VIDEO_SUNXI_CEDAR=y
CONFIG_VIDEO_DECODER_SUNXI=y
[..]
CONFIG_FB_SUNXI=m
CONFIG_FB_SUNXI_RESERVED_MEM=y
CONFIG_FB_SUNXI_UMP=y
CONFIG_FB_SUNXI_LCD=m
CONFIG_FB_SUNXI_HDMI=m
# CONFIG_HDMI_CEC is not set')
I am currently trying to build alarm repo kernel with only the above mentioned config changes reverted, I'll let you know how it goes.
EDIT 2:
After my changes the kernel runs flawless on my Cubietruck with VGA & HDMI working properly. I submitted a pull request for this:
https://github.com/archlinuxarm/PKGBUILDs/pull/766