mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 11:31:43 +00:00
Drop the initramfs, bump kernel and enable splash screen
This commit is contained in:
parent
d05ad6fddd
commit
7832236b10
5 changed files with 6 additions and 18 deletions
|
@ -15,7 +15,7 @@ UBOOT_MACHINE = "pine64_pinetabv_defconfig"
|
|||
UBOOT_DTB_BINARY = "pine64_pinetabv.dtb"
|
||||
|
||||
IMAGE_BOOT_FILES = " \
|
||||
fitImage-star64-image-initramfs-pinetabv-pinetabv;${KERNEL_IMAGETYPE} \
|
||||
${KERNEL_IMAGETYPE} \
|
||||
uEnv.txt \
|
||||
"
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ UBOOT_MACHINE = "pine64_star64_defconfig"
|
|||
UBOOT_DTB_BINARY = "pine64_star64.dtb"
|
||||
|
||||
IMAGE_BOOT_FILES = " \
|
||||
fitImage-star64-image-initramfs-star64-star64;${KERNEL_IMAGETYPE} \
|
||||
${KERNEL_IMAGETYPE} \
|
||||
vf2_uEnv.txt \
|
||||
"
|
||||
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS:remove = "vdec-module"
|
||||
|
|
|
@ -1,16 +1,10 @@
|
|||
# This is the sample jh7110_uEnv.txt file for starfive visionfive U-boot
|
||||
# The current convention (SUBJECT TO CHANGE) is that this file
|
||||
# will be loaded from the third partition on the
|
||||
# MMC card.
|
||||
#devnum=1
|
||||
partnum=3
|
||||
|
||||
# The FIT file to boot from
|
||||
fitfile=fitImage
|
||||
|
||||
# for debugging boot
|
||||
bootargs_ext=if test ${devnum} = 0; then setenv bootargs "earlyprintk console=tty1 console=ttyS0,115200 rootwait earlycon=sbi root=/dev/mmcblk0p4 quiet splash"; else setenv bootargs "earlyprintk console=tty1 console=ttyS0,115200 rootwait earlycon=sbi root=/dev/mmcblk1p4 quiet splash"; fi;
|
||||
#bootargs=earlyprintk console=ttyS0,115200 debug rootwait earlycon=sbi root=/dev/mmcblk1p4
|
||||
bootargs_ext=if test ${devnum} = 0; then setenv bootargs "earlyprintk console=tty1 console=ttyS0,115200 rootwait splash quiet earlycon=sbi root=/dev/mmcblk0p4"; else setenv bootargs "earlyprintk console=tty1 console=ttyS0,115200 rootwait splash quiet earlycon=sbi root=/dev/mmcblk1p4"; fi;
|
||||
|
||||
# for addr info
|
||||
fileaddr=0xa0000000
|
||||
|
|
|
@ -1,16 +1,10 @@
|
|||
# This is the sample jh7110_uEnv.txt file for starfive visionfive U-boot
|
||||
# The current convention (SUBJECT TO CHANGE) is that this file
|
||||
# will be loaded from the third partition on the
|
||||
# MMC card.
|
||||
#devnum=1
|
||||
partnum=3
|
||||
|
||||
# The FIT file to boot from
|
||||
fitfile=fitImage
|
||||
|
||||
# for debugging boot
|
||||
bootargs_ext=if test ${devnum} = 0; then setenv bootargs "earlyprintk console=tty1 console=ttyS0,115200 rootwait earlycon=sbi root=/dev/mmcblk0p4 quiet splash"; else setenv bootargs "earlyprintk console=tty1 console=ttyS0,115200 rootwait earlycon=sbi root=/dev/mmcblk1p4 quiet splash"; fi;
|
||||
#bootargs=earlyprintk console=ttyS0,115200 debug rootwait earlycon=sbi root=/dev/mmcblk1p4
|
||||
bootargs_ext=if test ${devnum} = 0; then setenv bootargs "earlyprintk console=tty1 console=ttyS0,115200 rootwait splash quiet earlycon=sbi root=/dev/mmcblk0p4"; else setenv bootargs "earlyprintk console=tty1 console=ttyS0,115200 rootwait splash quiet earlycon=sbi root=/dev/mmcblk1p4"; fi;
|
||||
|
||||
# for addr info
|
||||
fileaddr=0xa0000000
|
||||
|
|
|
@ -10,8 +10,8 @@ SRCREV = "${AUTOREV}"
|
|||
# pin srcrev for now to have a fixed target
|
||||
# release VF2_v2.11.5
|
||||
SRCREV:visionfive2 = "d9eee31aaec51ade1641391836c1f07dd2151a4a"
|
||||
SRCREV:star64 = "a37452d91cd8ed50041459b85e6395b42a8efbd3"
|
||||
SRCREV:pinetabv = "a37452d91cd8ed50041459b85e6395b42a8efbd3"
|
||||
SRCREV:star64 = "1456c984f15e21e28fb8a9ce96d0ca10e61a71c4"
|
||||
SRCREV:pinetabv = "1456c984f15e21e28fb8a9ce96d0ca10e61a71c4"
|
||||
|
||||
BRANCH = "visionfive"
|
||||
BRANCH:visionfive2 = "JH7110_VisionFive2_devel"
|
||||
|
|
Loading…
Add table
Reference in a new issue