diff --git a/debian/reform-tools.install b/debian/reform-tools.install index 57587eaeeb26d51fff4a39cd4abb396d5f33829b..7964235f7d1e36635fe80e2681766d659f2cd3ab 100644 --- a/debian/reform-tools.install +++ b/debian/reform-tools.install @@ -15,4 +15,5 @@ share/* /usr/share systemd/*.service /usr/lib/systemd/system/ systemd/reform-poweroff /usr/lib/systemd/system-shutdown systemd/reform-sleep.conf /usr/lib/systemd/sleep.conf.d +u-boot-menu/reform.conf /usr/share/u-boot-menu/conf.d xorg/10-reform-etnaviv.conf /usr/share/X11/xorg.conf.d diff --git a/u-boot-menu/reform.conf b/u-boot-menu/reform.conf new file mode 100644 index 0000000000000000000000000000000000000000..76565a3de18bfa4168bdf3e994d17ecd7a71e6d6 --- /dev/null +++ b/u-boot-menu/reform.conf @@ -0,0 +1,14 @@ +# Using u-boot-menu requires a recent version of u-boot for your platform +# so that device specific ${bootargs} are set. +# To overwrite the contents of this file, use /etc/default/u-boot and fill +# it with the board-specific parameters: +# +# imx8mq: +# U_BOOT_PARAMETERS="ro no_console_suspend cma=512M@3G console=ttymxc0,115200 pci=nomsi console=ttymxc0,115200 console=tty1" +# a311d: +# U_BOOT_PARAMETERS="ro no_console_suspend cma=512M@3G console=ttyAML0,115200 pci=pcie_bus_perf libata.force=noncq nvme_core.default_ps_max_latency_us=0 console=tty1" +# ls1028a: +# U_BOOT_PARAMETERS="ro no_console_suspend cma=512M@3G console=ttyS0,115200 iommu.passthrough=1 arm-smmu.disable_bypass=0 console=tty1" +# +U_BOOT_ROOT=" " +U_BOOT_PARAMETERS="ro no_console_suspend cma=512M@3G cryptomgr.notests \${bootargs} console=tty1"