This website requires JavaScript.
Explore
Help
Register
Sign In
hardenedbsd
/
HardenedBSD
Watch
1
Star
0
Fork
0
You've already forked HardenedBSD
mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced
2024-11-24 00:41:06 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
cd2e908669
HardenedBSD
/
sys
/
arm
/
broadcom
/
bcm2835
/
files.bcm2836
5 lines
103 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add support for the Raspberry Pi 2. As the chip is based on the bcm2835 in the Raspberry Pi B we support most of the devices are already supported, however the base address has changed. A few items are not working, or missing. The main ones are: * DMA doesn't work in the sdhci driver. * Enabling vchiq halts the boot, may be interrupt related. * There is no U-Boot port yet so the DTB is embedded in the kernel. The last point will make it difficult to boot FreeBSD, however there is support for the Raspberry Pi 2 in the U-Boot git repo. As I have not tested this it is left as an open task to create a port to build. X-MFC: When the above issues are fixed Sponsored by: ABT Systems Ltd
2015-03-25 11:59:42 +01:00
# $FreeBSD$
arm/broadcom/bcm2835/bcm2836.c standard
Add the SMP support for Raspberry Pi 2 (BCM2836). Tested with the build of some ports and a buildworld. Submitted by: Daisuke Aoyama <aoyama@peach.ne.jp>
2015-05-08 00:11:44 +02:00
arm/broadcom/bcm2835/bcm2836_mp.c optional smp
Reference in New Issue
Copy Permalink