On Tue, 15 Apr 2025 15:50:34 -0600, Tom Rini wrote: > This adds support for the vexpress_fvp platforms. In order to do that we > need to add support for calling fiptool to update an existing "fip" file > with our U-Boot build. We also need to support launching the FVP > emulator itself. This is a little tricky in that we need to use "telnet" > to reach the created serial ports and cannot just use an existing > file descriptor for our needs. Finally, we add in conf files for > vexpress_fvp to make use of this, and a symlink for the > vexpress_fvp_bloblist platform. > > [...]
Applied to u-boot/u-boot-test-hooks.git/master, thanks! [1/1] Add support for FVP emulator and fiptool commit: 0d8c51967901ae52c79ebe5180ad36fcac23b705 -- Tom