On Wed, 12 Feb 2025 15:09:13 +0100, Sascha Hauer wrote: > This series has some updates for the TI K3 architecture. > > We add support for bootstrapping boards via USB DFU. This has been sent > earlier, this time booting from eMMC is added as well. > > On K3 SoCs we need a bunch of images after the first stage has been > loaded: OP-TEE, ti-dm firmware, TF-A binary and finally a barebox > binary. Until now these are expected as distinct images on the SD cards > FAT partition. This is impractical for booting from eMMC boot partitions > and also DFU boot, so this series adds support for handling a FIP image > containing these binaries. > > [...] Applied, thanks! [01/20] ARM: k3: Add function to enable 32k crystal https://git.pengutronix.de/cgit/barebox/commit/?id=f8488603862b (link may not be stable) [02/20] ARM: k3: add function to detect eMMC boot https://git.pengutronix.de/cgit/barebox/commit/?id=4a3eac7dbaa1 (link may not be stable) [03/20] ARM: k3: do not mount /boot when booting from eMMC https://git.pengutronix.de/cgit/barebox/commit/?id=def806a40287 (link may not be stable) [04/20] fip: drop typedefs https://git.pengutronix.de/cgit/barebox/commit/?id=30c35fedb7ba (link may not be stable) [05/20] fip: use linux list implementation https://git.pengutronix.de/cgit/barebox/commit/?id=bc79141e65cc (link may not be stable) [06/20] fip: use uuid_equal() and uuid_is_null() https://git.pengutronix.de/cgit/barebox/commit/?id=e8074b140a14 (link may not be stable) [07/20] fiptool: do not typedef structs https://git.pengutronix.de/cgit/barebox/commit/?id=d58d0997b8b7 (link may not be stable) [08/20] fip: add fip_ prefix https://git.pengutronix.de/cgit/barebox/commit/?id=33ac1e970bc0 (link may not be stable) [09/20] fip: add fip_image_open() https://git.pengutronix.de/cgit/barebox/commit/?id=72d281a4711b (link may not be stable) [10/20] ARM: k3: r5: add USB DFU and eMMC boot support https://git.pengutronix.de/cgit/barebox/commit/?id=9124e7c0b563 (link may not be stable) [11/20] ARM: am625-sk: enable 32k crystal https://git.pengutronix.de/cgit/barebox/commit/?id=63a39df42e94 (link may not be stable) [12/20] mci: am654: parse generic mmc node properties https://git.pengutronix.de/cgit/barebox/commit/?id=10870f73f2fe (link may not be stable) [13/20] ARM: k3: limit eMMC frequency to 26MHz https://git.pengutronix.de/cgit/barebox/commit/?id=b6099d814075 (link may not be stable) [14/20] ARM: k3: add eMMC barebox update handler https://git.pengutronix.de/cgit/barebox/commit/?id=e7fc40adf484 (link may not be stable) [15/20] ARM: am625-sk: put environment on eMMC when booting from it https://git.pengutronix.de/cgit/barebox/commit/?id=4458a181046d (link may not be stable) [16/20] serial: omap: Use ttyS as Linux console name https://git.pengutronix.de/cgit/barebox/commit/?id=6ed7c03d3fb3 (link may not be stable) [17/20] ARM: k3: remove beagleplay FIT image https://git.pengutronix.de/cgit/barebox/commit/?id=874477b04d02 (link may not be stable) [18/20] ARM: am625-sk: cleanup board entry https://git.pengutronix.de/cgit/barebox/commit/?id=57e67d421450 (link may not be stable) [19/20] ARM: beagleplay: cleanup board entry https://git.pengutronix.de/cgit/barebox/commit/?id=b4f14eebf1ec (link may not be stable) [20/20] ARM: k3: Add k3-r5_defconfig https://git.pengutronix.de/cgit/barebox/commit/?id=49556447bca7 (link may not be stable) Best regards, -- Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>