Add Riscv64 related blobs that got lost during merge (#4902)

This commit is contained in:
Igor Pečovnik
2023-03-04 16:29:33 +01:00
committed by GitHub
parent 0370f3c8de
commit 724e05e92a
5 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Section "Device"
Identifier "Default Device"
Driver "modesetting"
Option "AccelMethod" "none" ### "glamor" to enable 3D acceleration, "none" to disable.
EndSection
Section "ServerFlags"
Option "AutoAddGPU" "off"
Option "Debug" "dmabuf_capable"
EndSection

View File

@@ -0,0 +1,19 @@
fdt_high=0xffffffffffffffff
initrd_high=0xffffffffffffffff
scriptaddr=0x88100000
script_offset_f=0x1fff000
script_size_f=0x1000
kernel_addr_r=0x84000000
kernel_comp_addr_r=0x90000000
kernel_comp_size=0x10000000
ramdisk_addr_r=0x88300000
fdt_addr_r=0x88000000
efi_fdtfile=/boot/dtb/starfive/jh7100-starfive-visionfive-v1.dtb
devtype=mmc
devnum=0
distro_bootpart=1
uenvcmd=load ${devtype} ${devnum}:2 ${fdt_addr_r} ${prefix}${efi_fdtfile}; run boot_efi_binary

Binary file not shown.

Binary file not shown.

16
packages/blobs/riscv64/uEnv.txt Executable file
View File

@@ -0,0 +1,16 @@
fdt_high=0xffffffffffffffff
initrd_high=0xffffffffffffffff
scriptaddr=0x88100000
script_offset_f=0x1fff000
script_size_f=0x1000
kernel_addr_r=0x84000000
kernel_comp_addr_r=0x90000000
kernel_comp_size=0x10000000
fdt_addr_r=0x88000000
ramdisk_addr_r=0x88300000
distro_bootpart=2
uenvcmd=run mmc_boot