summaryrefslogtreecommitdiffstats
path: root/conf/machine/raspberrypi3-64.conf
Commit message (Collapse)AuthorAgeFilesLines
* raspberrypi3-64.conf: Use more appropriate tuneKhem Raj2019-02-071-1/+1
| | | | | | | | rpi3 is based on cortex-a53 implementation which is armv8+crc+simd now that OE-Core has the appropriate tunes, switch to using the new tune file, bonus, is that chromium will be more optimized now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-firmware: replace machine override with new recipesPeter A. Bigot2018-11-231-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Raspberry Pi hardware requires firmware that supersedes or is not present in the standard linux-firmware distribution. These files are maintained in the RPi-Distro project on github. Several attempts have been made to reconcile conflicts between what's in linux-firmware and what the hardware needs. The existing approach is functional but not maintainable since it combines material from three repositories into a single package that claims to be linux-firmware. Remove the appends that change the content of linux-firmware for rpi hardware. Add two new recipes that follow the RPi-Distro repositories: * firmware-nonfree which forked from linux-firmware and replaces content is provided as linux-firmware-rpidistro; * bluez-firmware which forked from (very old) bluez and adds content is provided as bluez-firmware-rpidistro. The packages are named to make clear that these come from RPi-Distro, rather than generic sources. Licensing attempts to record the state of licensing as documented in RPi-Distro. Resolves: #298 Signed-off-by: Peter A. Bigot <pab@pabigot.com>
* machines: Drop VC4_CMA_SIZEKhem Raj2018-11-071-1/+0
| | | | | | setting cma is not required with latest vc4 driver Signed-off-by: Khem Raj <raj.khem@gmail.com>
* machines: use new format for SERIAL_CONSOLESHugo Hromic2018-08-161-1/+1
| | | | | | | | | | | | | | From the documentation: SERIAL_CONSOLES - Provide a value that specifies the baud rate followed by the TTY device name separated by a semicolon. Use spaces to separate multiple devices Fixes build error of `systemd-serialgetty` after recent commit 8218bec. See: <https://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-SERIAL_CONSOLES> Signed-off-by: Hugo Hromic <hhromic@gmail.com>
* machines: Replace obsolete SERIAL_CONSOLE with SERIAL_CONSOLESKhem Raj2018-08-161-1/+1
| | | | | | Fix #302 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* raspberrypi3-64.conf: Define only the dtb files that are available for arch64Andrei Gherzan2018-07-261-23/+1
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
* raspberrypi3-64.conf: Include cm3 dtbAndrei Gherzan2018-07-161-0/+1
| | | | | | | Add the CM3 dtb in the boot partition so we can boot this board as well with this machine. Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
* rpi-base.inc: install at86rf233 overlayAnton Gerasimov2018-06-041-0/+1
| | | | | | Controlled with ENABLE_AT86RF variable Signed-off-by: Anton Gerasimov <tossel@gmail.com>
* raspberrypi3-64.conf: add 3B+ device treePeter A. Bigot2018-05-141-0/+1
| | | | | | Closes #253 Signed-off-by: Peter A. Bigot <pab@pabigot.com>
* linux-firmware: restore and merge bluez-firmwarePeter A. Bigot2018-05-141-1/+6
| | | | | | | | | | | | The attempt to Raspbian updated firmware blobs in packages separate from linux-firmware introduced unresolvable conflicts with the standard linux-firmware roll-up package. Revert to using an augmented linux-firmware recipe that overrides and adds firmware from two Raspbian repositories that have up-to-date images. Closes #244 Signed-off-by: Peter A. Bigot <pab@pabigot.com>
* raspberrypi3-64.conf: Use linux-firmware-raspbian packages and add bcm43455Andrei Gherzan2018-03-291-1/+1
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
* rpi-base.inc: Fix KERNEL_IMAGETYPE assignmentPaul Barker2017-11-271-1/+1
| | | | | | | | | | We can't just override KERNEL_IMAGETYPE in machine-specific conf files without breaking the implementation of RPI_USE_U_BOOT. Instead we need to define a new KERNEL_IMAGETYPE_DIRECT variable which will control the value when u-boot is not in use. This new variable may then be overridden as needed without breaking our u-boot support. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
* raspberrypi3-64: set default kernel to ImageLoys Ollivier2017-11-101-0/+2
| | | | | | | | | | | | Fixes: 50fd319205d8 for raspberrypi3-64. Fixes: #153 For raspberrypi3-64 set default kernel image to "Image". "zImage" are not supported by arm64 platforms. And ".gz" images are not handled by bootloader yet. Signed-off-by: Loys Ollivier <lollivier@baylibre.com>
* Support using u-boot with Image format for raspberrypi3-64Paul Barker2017-09-241-0/+5
| | | | | | | | For raspberrypi3-64 we need to use the Image or Image.gz format with u-boot instead of the legacy uImage format. We also need to issue the 'booti' command to boot the kernel instead of 'bootm'. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
* raspberrypi3-64: Use vc4-fkms-v3d overlay for rpi64Khem Raj2017-09-201-0/+1
| | | | | | | | | Use correct overlay for enabled vc4 accelaration This enable 3D accelaration over dispmanx on vc4/rpi64 Enable audio over HDMI Disable overscan to avoid graphics glitches Signed-off-by: Khem Raj <raj.khem@gmail.com>
* raspberrypi3-64.conf: Don't use raspberrypi as MACHINEOVERRIDESMichal Mazurek2017-06-261-1/+1
| | | | | | | The current setup broke the build for rpi3-64 when we wanted to port some changes from rpi3 to rpi0. Signed-off-by: Michal Mazurek <michal@resin.io>
* raspberrypi3-64.conf: Make SERIAL_CONSOLE overwritableAndrei Gherzan2017-04-211-1/+1
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* pitft: Include the pitft35r dtbo filesRob Woolley2017-04-171-0/+1
| | | | | | Include the pitft35r device tree blobs in the filesystem of the image. Signed-off-by: Rob Woolley <rob.woolley@windriver.com>
* linux-raspberrypi: Default to 4.9 kernelKhem Raj2017-03-111-2/+0
| | | | | | 4.9 is now declared stable for raspberrypi Signed-off-by: Khem Raj <raj.khem@gmail.com>
* raspberrypi3-64.conf: Add vc4graphics to MACHINE_FEATURESKhem Raj2017-02-161-0/+1
| | | | | | Userland wont work in 64bit mode Signed-off-by: Khem Raj <raj.khem@gmail.com>
* raspberrypi3-64.conf: Specifiy rpi3-64bit dtbsKhem Raj2017-02-161-0/+23
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* raspberrypi3-64.conf: Use 4.9 as default kernelKhem Raj2017-02-161-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add raspberrypi3-64.confHerve Jourdain2017-02-161-0/+15
Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>