Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf/machine/include/phytec-imx8mm.inc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ APPEND += "console=ttymxc2,115200"
APPEND += "clk-imx8mm.mcore_booted"

# next APPEND options are only needed for reboot reason support
APPEND:append:omnect_pstore = " ramoops.dump_oops=1 ramoops.ecc=1 printk.always_kmsg_dump=Y crash_kexec_post_notifiers=Y"
APPEND:append:omnect_pstore = " ramoops.dump_oops=1 printk.always_kmsg_dump=Y crash_kexec_post_notifiers=Y"

# u-boot boot.scr config
KERNEL_BOOTCMD = "booti"
Expand Down
2 changes: 1 addition & 1 deletion conf/machine/include/rpi-pstore.inc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CMDLINE:append:pn-rpi-cmdline:omnect_pstore = " ramoops.dump_oops=1 printk.always_kmsg_dump=Y crash_kexec_post_notifiers=Y"
APPEND:append:omnect_pstore = " ramoops.dump_oops=1 printk.always_kmsg_dump=Y crash_kexec_post_notifiers=Y"
3 changes: 1 addition & 2 deletions conf/machine/include/rpi.inc
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ OMNECT_BOOTLOADER_RECIPE_PATH = "${LAYERDIR_core}/recipes-bsp/u-boot/u-boot_2024
# OMNECT_BOOTLOADER_CHECKSUM_EXPTECTED:pn-bootloader-versioned - build will fail, if the
# computed checksum is different to this; set to <oldchecksum> when
# OMNECT_BOOTLOADER_CHECKSUM_COMPATIBLE:pn-bootloader-versioned is set
OMNECT_BOOTLOADER_CHECKSUM_EXPECTED:pn-bootloader-versioned = "30dcf10a4ad6bea2e2a483a663f17b4cdca31a62c66c7812766c02eabecc3046"
OMNECT_BOOTLOADER_CHECKSUM_COMPATIBLE:pn-bootloader-versioned = "e121b510c263a56cf42f9c2c08cc8fc9a109c6d4c4bc9255565e0d5eab7454ab 30dcf10a4ad6bea2e2a483a663f17b4cdca31a62c66c7812766c02eabecc3046"
OMNECT_BOOTLOADER_CHECKSUM_EXPECTED:pn-bootloader-versioned = "54427f35455ec78e480e7d2407a9c510cd975159d76c125fd82e66f17f5848bf"
Loading