Document r/o and r/w PRserv and HASHserv in the templates
[AGL/meta-agl.git] / meta-agl-bsp / conf / include / agl_raspberrypi5.inc
1 # Maximum memory allowed to be assigned
2 GPU_MEM = "256"
3
4 # Add CMA to the kernel arguments for SOTA
5 OSTREE_KERNEL_ARGS:sota:append = " cma=256M"
6
7 # use u-boot always
8 RPI_USE_U_BOOT = "1"
9
10 # Re-enable U-Boot for raspberrypi5 here until upstream is fixed.
11 # Note that this assumes the use of scarthgap/u-boot meta-lts-mixins
12 # branch.
13 UBOOT_MACHINE = "rpi_arm64_config"
14 COMPATIBLE_MACHINE:pn-u-boot:forcevariable = ""
15 KERNEL_IMAGETYPE_UBOOT ?= "Image"
16 KERNEL_BOOTCMD ?= "booti"
17
18 # Use UART for serial console
19 ENABLE_UART ?= "1"
20
21 # For libomxil
22 #LICENSE_FLAGS_ACCEPTED = "commercial"
23
24 # For linux-firmware-rpidistro
25 LICENSE_FLAGS_ACCEPTED += "synaptics-killswitch"
26
27 IMAGE_INSTALL:append = " kernel-modules create-combined-dtb "
28
29 # Psplash causes crash on first boot on RPi
30 IMAGE_FEATURES:remove = "splash"
31
32 #DISPLAY CONFIGURATION
33 WESTON_DISPLAYS:raspberrypi5 = " hdmi-a-1-90 hdmi-a-2-90"