Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP

Firmware files for the Raspberry Pi

branch: master

kernel: Bump to 3.12.30

kernel: bcm2708: Eliminate i2s debugfs directory error
Qualify the two regmap ranges uses by bcm2708-i2s ('-i2s' and '-clk')
to avoid the name clash when registering debugfs entries.

kernel: Improve __copy_to_user and __copy_from_user performance
Provide a __copy_from_user that uses memcpy. On BCM2708, use
optimised memcpy/memmove/memcmp/memset implementations.

kernel: bcm2708-dmaengine: nobble peak throughput to prevend SD host lockups
Artificially throttling DMA throughput to/from the SD host prevents errors
seen on very high-spec UHS-1 cards.See: http://www.raspberrypi.org/forums/viewtopic.php?f=63&t=5057&start=275#p626694

firmware: dpi: Add options to alter dpi settings through dpi_output_format
See: http://www.raspberrypi.org/forums/viewtopic.php?f=100&t=86658&p=628061#p628061

firmware: arm_loader: Avoid gpioman spam when POWER_LOW is not defined
latest commit 11bfdffaca
popcornmix popcornmix authored

README.md

rpi-firmware

Firmware files for the Raspberry Pi. These are mirrored in a seperate repo from the official one, because for updating the firmware, we're only interested in the files in the boot folder of the official repo. Git doesn't provide a way to clone only a single subfolder of a repo, and downloading the entire repo including the sample code and VC libs would take too long.

If the boot firmware files are split off into a seperate repo, then the tool could be pointed at that repo instead of this one, as long as the firmware files are in the root of the repo.

Something went wrong with that request. Please try again.