]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r275779, r275963, r276101, r276161, r276297:
authorian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 12 Feb 2015 00:25:33 +0000 (00:25 +0000)
committerian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 12 Feb 2015 00:25:33 +0000 (00:25 +0000)
commit20fa35656e6ac496bacd0a1843fa085aae475ffb
tree4b63f16e622c0410b9f0fbccb6a78ef13bf10c01
parentaedbb0b40b47f787db0cb60b9c79b3dd78599b66
MFC r275779, r275963, r276101, r276161, r276297:

  Move ofw_cpu.c to sys/dev/ofw so that it can be used by other
  architectures.

  Add driver for CPU frequency/voltage control on the Raspberry Pi.

  On initialization, do not use bcm_mbox_intr() to read the pending messages.
  This fixes the hang that happens on boot while initializing the cpufreq on
  Raspberry Pi.

git-svn-id: svn://svn.freebsd.org/base/stable/10@278608 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/arm/broadcom/bcm2835/bcm2835_cpufreq.c [new file with mode: 0644]
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
sys/arm/broadcom/bcm2835/bcm2835_mbox.h
sys/arm/broadcom/bcm2835/bcm2835_mbox_prop.h [new file with mode: 0644]
sys/arm/broadcom/bcm2835/files.bcm2835
sys/boot/fdt/dts/arm/rpi.dts
sys/conf/files.powerpc
sys/dev/ofw/ofw_cpu.c [moved from sys/powerpc/ofw/ofw_cpu.c with 100% similarity]