| 7443a9c4 | 29-Jan-2016 |
Lubomir Rintel <lkundrak@v3.sk> |
rpi: fix up Model B entries
The P5 header was not present on "Model B" any board prior to Revision 2.0, there's no need for a separate device tree.
Also, it looks like "rev2" is incorrectly used to
rpi: fix up Model B entries
The P5 header was not present on "Model B" any board prior to Revision 2.0, there's no need for a separate device tree.
Also, it looks like "rev2" is incorrectly used to only cover the 512MiB memory models; there also were 256MiB 2.0 boards.
I don't have all of the boards to check this, I'm following this table: http://elinux.org/RPi_HardwareHistory#Board_Revision_History
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
show more ...
|
| c4ea1edb | 05-Dec-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 interpre
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>
show more ...
|
| 914627fe | 24-Dec-2014 |
Stephen Warren <swarren@wwwdotorg.org> |
ARM: rpi: consolidate board rev error checking
Create a fake model table entry with default values, so we can error check the board rev value once when querying it from the firmware, rather than err
ARM: rpi: consolidate board rev error checking
Create a fake model table entry with default values, so we can error check the board rev value once when querying it from the firmware, rather than error-checking for invalid board rev values every time the model table is used.
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
show more ...
|