Comment 0 for bug 1411062

Revision history for this message
Ming Lei (tom-leiming) wrote :

I found the utopic kernel can't boot on Samsung exynos5440, finally figured out at least the following
three patches are needed:

1) [PATCH] ARM: EXYNOS: do not try to map PMU for exynos5440
http://marc.info/?l=linux-arm-kernel&m=141950370711871&w=2

2) ARM: SAMSUNG: fix the CPU_ID for EXYNOS5440
http://kernel.ubuntu.com/git?p=ppisati/ubuntu-utopic.git;a=commit;h=37d0388baf4026917ee67176e735d9ac2215cb3b

3) [PATCH] ARM: EXYNOS: fix booting oops on exynos5440
http://marc.info/?l=linux-arm-kernel&m=142060141812695&w=2

The upstream has little activity about maintaining exynos5440 now, and looks there isn't any
progress about merging these patches even the feedback is quite positive, so hope utopic
kernel can ship these patches and make exyno5440 supported.

Thanks,