From 9f29687692f6194cf341c53f3da0a1389ef2d46c Mon Sep 17 00:00:00 2001 From: Ian Leonard Date: Wed, 29 Aug 2018 01:03:11 +0000 Subject: [PATCH] rpi: project housekeeping Signed-off-by: Ian Leonard --- projects/RPi/options | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/projects/RPi/options b/projects/RPi/options index 6d2804cabb..d77c883390 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -8,7 +8,6 @@ arm) # Valid TARGET_CPU for Raspberry Pi based devices are: # arm1176jzf-s cortex-a7 cortex-a53 - if [ "$DEVICE" = "RPi" -o "$DEVICE" = "Slice" ]; then TARGET_CPU="arm1176jzf-s" elif [ "$DEVICE" = "RPi2" -o "$DEVICE" = "Slice3" ]; then @@ -24,18 +23,16 @@ # This specifies what floating point hardware (or hardware emulation) is # available on the target. Permissible names are: # vfp neon-vfpv4 neon-fp-armv8 - if [ "$DEVICE" = "RPi" -o "$DEVICE" = "Slice" ]; then TARGET_FPU="vfp" elif [ "$DEVICE" = "RPi2" -o "$DEVICE" = "Slice3" ]; then TARGET_FPU="neon-vfpv4" fi TARGET_FEATURES="32bit" - ;; esac - # Bootloader to use (syslinux / u-boot / bcm2835-bootloader) + # Bootloader to use (bcm2835-bootloader) BOOTLOADER="bcm2835-bootloader" # u-boot version to use (default) @@ -91,7 +88,6 @@ fi # SquashFS compression method (gzip / lzo / xz / zstd) SQUASHFS_COMPRESSION="lzo" - ################################################################################ # setup project defaults ################################################################################ @@ -102,7 +98,7 @@ fi # OpenGL(X) implementation to use (no / mesa) OPENGL="no" - # OpenGL-ES implementation to use (no / bcm2835-driver / gpu-viv-bin-mx6q) + # OpenGL-ES implementation to use (no / bcm2835-driver / mesa) OPENGLES="bcm2835-driver" # include uvesafb support (yes / no) @@ -114,15 +110,15 @@ fi # Windowmanager to use (fluxbox / none) WINDOWMANAGER="none" - # Xorg Graphic drivers to use (all / i915,i965,r200,r300,r600,nvidia) + # Xorg Graphic drivers to use (all / vc4 / none) # Space separated list is supported, - # e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeonsi nvidia" + # e.g. GRAPHIC_DRIVERS="vc4" GRAPHIC_DRIVERS="" # Use a vendor specific KODI repo KODI_VENDOR="raspberrypi" - # KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap) + # KODI Player implementation to use (default / bcm2835-driver / mesa) KODIPLAYER_DRIVER="bcm2835-driver" # Modules to install in initramfs for early boot