summaryrefslogtreecommitdiffstats
path: root/configs/rpi_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* config/rpi: bump kernelYann E. MORIN2013-07-071-1/+1
| | | | | | | | | | | Misc fixes and enhancements: - faster image blitting in framebuffer - USB fixes, and use of FIQ instead of plain IRQ - generic ARM fixes for memset - BT l2cap fix Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs: bump kernel in rpi_defconfig for misc fixesYann E. MORIN2013-06-271-1/+1
| | | | | | | | | | Fixes in GPIOs, I2C and DMA. And since the RPi git tree fork has a non-upstream driver for rtl8192c WiFi USB stick, there's a fix for that, too. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* boards/rpi: bump kernelYann E. MORIN2013-06-031-1/+1
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* configs: add RaspberryPi defconfigMaxime Hadjinlian2013-03-261-0/+23
This is a default configuration for the RaspberryPi, tested and functional. The kernel used is the one developped by the RaspberryPi foundation as it's not fully supported currently in mainline kernel. The configuration used for the kernel is the default bcmrpi. For more info, please find board/raspberrypi/readme.txt [Peter: minor README tweaks, rename to readme.txt] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> [yann.morin.1998@free.fr: use correct kernel headers, update kernel cset] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>