aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/raspberrypi4.conf
AgeCommit message (Collapse)Author
2021-11-19conf/machine: add variant Wi-Fi/BT drivers for CM4 and Pi 400Peter A. Bigot
These boards use a slightly different chip which requires additional firmware to be present. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2021-08-25raspberrypi4: Use full kms (vc4-kms-v3d) DT overlayKhem Raj
With latest 5.10 kernel fkms version fails to bring up VC4 and we do not get dri device initialized ( /dev/dri ) is empty, which means we can not launch wayland componsitors. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-20machines: Use tune files from new location in oe-coreKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-07conf/machine: add pci to MACHINE_FEATURES for Pi4Allen Wild
This pulls in the pciutils package (including `lspci`) via packagegroup-base. Signed-off-by: Allen Wild <allenwild93@gmail.com>
2019-09-16raspberrypi*.conf: Remove vc4 configuration as we already default to itAndrei Gherzan
As of late[1], we defaulted to enabling vc4graphics in MACHINE_FEATURES. Let's cleanup the machine configurations as per this change. [1] https://github.com/agherzan/meta-raspberrypi/pull/417 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2019-07-19raspberrypi*: Define ARMSTUB for all machinesAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2019-07-16raspberrypi4.conf: The firmware uses kernel7l.img when LPAE is supportedAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2019-07-16raspberrypi4.conf: Define uboot defconfigAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2019-06-30raspberrypi4: Use vc4-fkms-v3dAndrei Gherzan
Currently, we use vc4-kms-v3d as the default overlay for VC4 but this seems to break vc4 at runtime on RPi4. Change this to vc4-fkms-v3d for now as this is the default Raspbian ons as well. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2019-06-30raspberrypi4.conf: Add initial machine 32 bit configurationAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>