summaryrefslogtreecommitdiffstats
path: root/package/rpi-firmware
Commit message (Collapse)AuthorAgeFilesLines
* package/rpi-firmware: bump versionYann E. MORIN2013-07-071-1/+1
| | | | | | | | | | | | | | | | Fixes for: - sound volume - GL deadlock - ressources leak - compressed audio streams - audio sampling up to 192kHz - display scaling - cache flush for mailbox Switch to using a 7-char cset, instead of the long one. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/rpi-firmware: version bump for HDMI and audio fixesYann E. MORIN2013-06-271-1/+1
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/rpi-firmware: updateYann E. MORIN2013-06-073-2/+5
| | | | | | | | | | | | | | | Updating brings in a new bootloader that enables more free codecs: MJPEG, VP6, VP8, Ogg Theora and Ogg Vorbis Also, the command-line definition has moved to its own file, now. Although the legacy 'cmdline' variable seems to still be supported for a little while, better switch now than forget when we upgrade later. Update the RPi board readme accordingly. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rpi-firmware: fix github tarball to use commit idSpenser Gilliland2013-06-061-1/+1
| | | | | Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* various packages: fix license informationSimon Dawson2013-05-081-1/+1
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rpi-firmware: Fixup config.txtMaxime Hadjinlian2013-05-021-1/+2
| | | | | | | | | | | | | The default name of the kernel binary for the RaspberryPi is kernel.img, it's only a zImage kernel renamed. Since Buildroot will build a zImage, the default config should use the zImage name instead of forcing the user to rename a file. This patch also remove the cmdline argument rootfstype. There is no point forcing the user to use ext4 for its root partition. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rpi-firmware: New packageMaxime Hadjinlian2013-01-063-0/+44
Introducing a package to install pre-built binaries for the bootloader and the GPU firmware for the RaspberryPi board. [Peter: rename to rpi-firmware, add link to http://elinux.org/RPiconfig] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>