Jamin,
On 7/30/25 03:47, Jamin Lin wrote:
Hi Cédric, Michael
From: Cédric Le Goater <c...@kaod.org>
Sent: Tuesday, July 29, 2025 5:12 PM
To: Jamin Lin <jamin_...@aspeedtech.com>; Michael Tokarev
<m...@tls.msk.ru>; Peter Maydell <peter.mayd...@linaro.org>; Steven Lee
<steven_...@aspeedtech.com>; Troy Lee <leet...@gmail.com>; Andrew
Jeffery <and...@codeconstruct.com.au>; Joel Stanley <j...@jms.id.au>; open
list:ASPEED BMCs <qemu-...@nongnu.org>; open list:All patches CC here
<qemu-devel@nongnu.org>
Cc: Troy Lee <troy_...@aspeedtech.com>; Hao Wu <wuhao...@google.com>;
Havard Skinnemoen <hskinnem...@google.com>
Subject: Re: [PATCH v1 19/21] pc-bios: Update AST27x0 vBootrom with SSP/TSP
SCU initialization support
Michael, Jamin,
On 7/28/25 09:41, Jamin Lin wrote:
Hi Michael, Cédric
From: Michael Tokarev <m...@tls.msk.ru>
Sent: Monday, July 28, 2025 3:12 PM
To: Jamin Lin <jamin_...@aspeedtech.com>; Cédric Le Goater
<c...@kaod.org>; Peter Maydell <peter.mayd...@linaro.org>; Steven Lee
<steven_...@aspeedtech.com>; Troy Lee <leet...@gmail.com>; Andrew
Jeffery <and...@codeconstruct.com.au>; Joel Stanley <j...@jms.id.au>;
open list:ASPEED BMCs <qemu-...@nongnu.org>; open list:All patches CC
here <qemu-devel@nongnu.org>
Cc: Troy Lee <troy_...@aspeedtech.com>; Hao Wu
<wuhao...@google.com>;
Havard Skinnemoen <hskinnem...@google.com>
Subject: Re: [PATCH v1 19/21] pc-bios: Update AST27x0 vBootrom with
SSP/TSP SCU initialization support
On 28.07.2025 10:02, Jamin Lin wrote:
It seems this patch fix this issue,
https://patchwork.kernel.org/project/qemu-devel/patch/607a943a587248
fb e0ff0897de80aee98a093caa.1753654515.git....@tls.msk.ru/
Yeah, I posted that patch yesterday after realizing our roms/vbootrom
submodule is outdated.
Do I need to update vbootrom/ast27x0/Makefile?
I set "?=" to make user able to set variables in the command line.
The prob with `CC ?=` construct is that CC variable is always set by
make, so this line becomes useless. The question mark should be removed,
that's all.
1.
export CC=aarch64-linux-gnu-gcc
make
2. make CC=aarch64-linux-gnu-gcc
3. Update Make file and user only need to issue "make"
See how it's done in other subdirs of vbootrom. You only need to remove ?
from CC variable assignment.
Distinction between 1 and 2 is `make -e` command-line switch.
Thanks
Thanks for your help and support.
I created a new pull request in google/vbootrom and waiting for google team
review.
Hao,
Could you please help to review it?
https://github.com/google/vbootrom/pull/10
The vbootrom PR was merged (commit 183c9ff8056b).
Could you please update and resend :
https://lore.kernel.org/qemu-devel/2a89ad4c8f5665d07952a4f1749caa6ec0cd
3d9c.1753654515.git....@tls.msk.ru/
Resend patch here,
https://patchwork.kernel.org/project/qemu-devel/patch/20250730013406.3847667-1-jamin_...@aspeedtech.com/
I had sent a larger update already. I copied you on v3.
Thanks,
C.