Skip to content

Commit e18eafd

Browse files
committed
Move BCM2836 content to its own page
1 parent 28bcb9b commit e18eafd

File tree

3 files changed

+22
-17
lines changed

3 files changed

+22
-17
lines changed

hardware/raspberrypi/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
The hardware in the Raspberry Pi
44

55
- [Schematics](schematics/README.md)
6-
- Schematics for the Raspberry Pi Model A, B and B+
7-
- [BCM2835/BCM2836](bcm2835/README.md)
8-
- The Broadcom processors used in Raspberry Pi
6+
- Schematics for the Raspberry Pi Model A, B, A+ and B+
7+
- [BCM2835](bcm2835/README.md)
8+
- The Broadcom processor used in Raspberry Pi 1
9+
- [BCM2836](bcm2836/README.md)
10+
- The Broadcom processor used in Raspberry Pi 2
911
- [Mechanical Drawings](mechanical/README.md)
1012
- Mechanical drawings of the Raspberry Pi Model B+
1113
- [Power](power/README.md)

hardware/raspberrypi/bcm2835/README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,9 @@ The Broadcom chip used in the Raspberry Pi Model A, B, B+ and Compute Module
44

55
Please refer to:
66

7-
* [Peripheral specification](BCM2835-ARM-Peripherals.pdf)
8-
* [GPU documentation and open source driver](http://www.broadcom.com/support/)
9-
* [ARM1176 Processor](http://www.arm.com/products/processors/classic/arm11/arm1176.php)
10-
* [ARM1176JZF-S](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0301h/index.html)
7+
- [Peripheral specification](BCM2835-ARM-Peripherals.pdf)
8+
- [GPU documentation and open source driver](http://www.broadcom.com/support/)
9+
- [ARM1176 Processor](http://www.arm.com/products/processors/classic/arm11/arm1176.php)
10+
- [ARM1176JZF-S](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0301h/index.html)
1111

12-
# BCM2836
13-
14-
The Broadcom chip used in the Raspberry Pi 2 Model B
15-
16-
The underlying architecture in BCM2836 is identical to BCM2835. The only significant difference is the removal of the ARM1176JZF-S processor and replacement with a quad-core Cortex-A7 cluster.
17-
18-
Please refer to:
19-
20-
* [BCM2836 ARM-local peripherals](../bcm2836/QA7_rev3.4.pdf)
21-
* [Cortex-A7 MPcore Processor Reference Manual](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0464f/index.html)
12+
Also see the Raspberry Pi 2's chip [BCM2836](../bcm2836/README.md)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# BCM2836
2+
3+
The Broadcom chip used in the Raspberry Pi 2 Model B
4+
5+
The underlying architecture in BCM2836 is identical to BCM2835. The only significant difference is the removal of the ARM1176JZF-S processor and replacement with a quad-core Cortex-A7 cluster.
6+
7+
Please refer to:
8+
9+
- [BCM2836 ARM-local peripherals](QA7_rev3.4.pdf)
10+
- [Cortex-A7 MPcore Processor Reference Manual](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0464f/index.html)
11+
12+
Also see the Raspberry Pi 1's chip [BCM2835](../bcm2835/README.md)

0 commit comments

Comments
 (0)