Home
last modified time | relevance | path

Searched hist:c4ea1edb70f79762a9810e73025d13df239e3f3c (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/board/raspberrypi/rpi/
H A Drpi.cc4ea1edb70f79762a9810e73025d13df239e3f3c Sat Dec 05 05:07:45 UTC 2015 Stephen Warren <swarren@wwwdotorg.org> rpi: fix revision scheme parsing

The RPi has two different schemes for encoding board revision values.
When adding RPi 2 support, I thought that the conflicting type field
values were to be interpreted based on bcm2835-vs-bcm2836. In fact, the
scheme bit determines the encoding. The RPi Zero uses the bcm2835 yet
uses the new encoding scheme. Fix the code to cater for this correctly.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>