All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Marko Mäkelä" <marko.makela@iki.fi>
To: rs@ti.com
Cc: robertcnelson@gmail.com, ayush@beagleboard.org,
	Erik.Welsh@octavosystems.com, anshuld@ti.com, bb@ti.com,
	trini@konsulko.com, afd@ti.com, xypron.glpk@gmx.de,
	ilias.apalodimas@linaro.org, sjg@chromium.org,
	u-boot@lists.denx.de
Subject: Re: [PATCHv2 0/5] k3-am62-pocketbeagle2: add board and variant support
Date: Wed, 24 Jun 2026 20:23:30 +0300	[thread overview]
Message-ID: <ajwSkh6Pa97LPVi5@kehys.lan> (raw)
In-Reply-To: <20260619231719.3823195-1-rs@ti.com>

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

      parent reply	other threads:[~2026-06-24 17:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-19 23:17 [PATCHv2 0/5] k3-am62-pocketbeagle2: add board and variant support rs
2026-06-19 23:17 ` [PATCHv2 1/5] board_f: add a board_setup_dest_addr function rs
2026-06-22  8:12   ` Ilias Apalodimas
2026-06-22 19:15     ` Randolph Sapp
2026-06-23  7:37       ` Ilias Apalodimas
2026-06-23 19:26         ` Randolph Sapp
2026-06-24  7:04           ` Ilias Apalodimas
2026-06-19 23:17 ` [PATCHv2 2/5] arm: mach-k3: am62: add &main_uart6 to clock and pwr tree rs
2026-06-19 23:17 ` [PATCHv2 3/5] k3-am62-pocketbeagle2: add initial board support rs
2026-06-19 23:17 ` [PATCHv2 4/5] k3-am62-pocketbeagle2: add support for 1GB variant rs
2026-06-19 23:17 ` [PATCHv2 5/5] k3-am62-pocketbeagle2: add support for efi capsules rs
2026-06-24 17:23 ` Marko Mäkelä [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ajwSkh6Pa97LPVi5@kehys.lan \
    --to=marko.makela@iki.fi \
    --cc=Erik.Welsh@octavosystems.com \
    --cc=afd@ti.com \
    --cc=anshuld@ti.com \
    --cc=ayush@beagleboard.org \
    --cc=bb@ti.com \
    --cc=ilias.apalodimas@linaro.org \
    --cc=robertcnelson@gmail.com \
    --cc=rs@ti.com \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.