Hi Randolph, all,

Add initial board support for the PocketBeagle 2 from BeagleBoard.org.

Thank you, this is very small, and best of all, it works for me, on top of master d57ea0d9edf5e5babffd280f7352f23a33a00948 from last Sunday. I slightly adjusted the board_setup_dest_addr() injection in the first patch in order to resolve a code conflict:

@@ -356,6 +361,8 @@ static int setup_dest_addr(void)
        gd->relocaddr = gd->ram_top;
        debug("Ram top: %08llX\n", (unsigned long long)gd->ram_top);
+ if (board_setup_dest_addr()) return board_setup_dest_addr();
+
        return arch_setup_dest_addr();
 }
I successfully booted this together with a version of the software ECDSA patch, but did not try to load a signed FIT image yet.

        Marko

Reply via email to