> From: Cédric Le Goater <[email protected]> > Sent: Friday, January 16, 2026 12:21 AM > To: Nabih Estefan <[email protected]>; Jamin Lin > <[email protected]> > Cc: [email protected]; [email protected]; Troy Lee > <[email protected]>; [email protected]; [email protected] > Subject: Re: [PATCH v1 1/1] pc-bios: Update vbootrom image to commit > 1c8e9510b22c > > hmm, I didn't receive the initial email. >
Cédric, I used the following command to generate a patch to update the pre-built vbootrom images: git format-patch -o ../v1-patch HEAD~1 However, when I ran get_maintainer.pl, it could not find any maintainers and printed the following message: ./scripts/get_maintainer.pl -f ../v1-patch/v1-0001-pc-bios-Update-vbootrom-image-to-commit-1c8e9510b.patch get_maintainer.pl: No maintainers found, printing recent contributors. get_maintainer.pl: Do not blindly cc: them on patches! Use common sense. fatal: ../v1-patch/v1-0001-pc-bios-Update-vbootrom-image-to-commit-1c8e9510b.patch: '../v1-patch/v1-0001-pc-bios-Update-vbootrom-image-to-commit-1c8e9510b.patch' is outside repository at '/home/jamin_lin/upstream/qemu/vbootrom/qemu' [email protected] (open list:All patches CC here) As a result, only the mailing list was suggested: Eventually, I sent the patch using the following command git send-email -cc [email protected] -cc [email protected] -cc --to [email protected] --to [email protected] --to [email protected] ../v1-patch/*.patch --no-smtp-auth --smtp-domain=mail.aspeedtech.com It seems that I included you in the --to list. Do I need to resend the patch? https://lore.kernel.org/qemu-devel/[email protected]/ Thanks-Jamin > On 1/15/26 17:19, Nabih Estefan wrote: > > On Wed, Jan 14, 2026 at 6:38 PM Jamin Lin <[email protected]> > wrote: > >> > >> Full changelog since last update (183c9ff8056b) : > >> > >> Joe Komlodi (1): > >> npcm8xx: Fix u-boot copy size > >> > >> Jamin Lin (3): > >> ast27x0: refactor FIT boot loader into fmc_image.c for future > Caliptra Manifest support > >> ast27x0: Add Caliptra Manifest boot support and MCU runtime > loader framework > >> ast27x0: Fix compilation issues on Ubuntu 22.04 > >> > >> Compiled with gcc version 13.3.0 > >> > >> Signed-off-by: Jamin Lin <[email protected]> > > > > Signed-off-by: Nabih Estefan <[email protected]> > > Reviewed-by ? > > > Thanks, > > C. > > > > > Thank you for updating the QEMU binaries for the bootroms Jamin!
