am335x-baltos got broken between 2022.06 and the current master. The symptoms: no barebox console output at all i.e. the system freezes. Here is git bisect log but I don't really see the reason for the failure: git bisect start # bad: [269dc4d7eb891dee25d4fb07b693a36ab37c7472] ARM: dts: am335x: update cpsw nodes git bisect bad 269dc4d7eb891dee25d4fb07b693a36ab37c7472 # good: [4708257d5e1345088aa2b3f2f76bb8bb37f7368d] Merge branch 'for-next/earlycon' git bisect good 4708257d5e1345088aa2b3f2f76bb8bb37f7368d # bad: [bd0e1e5dde37cb927ad9e5d225d55d0cb636a53d] Merge branch 'for-next/misc' git bisect bad bd0e1e5dde37cb927ad9e5d225d55d0cb636a53d # good: [949bc82e530381eab565b95e5bf1bbc0021d2c89] fastboot: always try barebox_update handler for bbu- partitions git bisect good 949bc82e530381eab565b95e5bf1bbc0021d2c89 # good: [ea162825a013c29823fed9e7d77c9671684cf247] state: don't report error for -ENOMEDIUM git bisect good ea162825a013c29823fed9e7d77c9671684cf247 # good: [32f05fa24bb481906ff23e496d3a09260c8959dd] ARM: i.MX: Make sure *_get_boot_source always assignes *src git bisect good 32f05fa24bb481906ff23e496d3a09260c8959dd # good: [3367ebc55ebe92e21c9a9045e1eab35593cfcf57] scripts: imx-usb-loader: simplify code flow for file size calculations git bisect good 3367ebc55ebe92e21c9a9045e1eab35593cfcf57 # good: [370f346bca176a93d034af2c0021b5da9a6101ad] ddr: imx8m: remove header including itself git bisect good 370f346bca176a93d034af2c0021b5da9a6101ad # bad: [8828e1226981b6a31b12a643768cac63fae3576e] Merge branch 'for-next/imx' git bisect bad 8828e1226981b6a31b12a643768cac63fae3576e # first bad commit: [8828e1226981b6a31b12a643768cac63fae3576e] Merge branch 'for-next/imx' Best regards, Yegor