diff options
author | Peter Delevoryas | 2022-07-14 16:24:38 +0200 |
---|---|---|
committer | Cédric Le Goater | 2022-07-14 16:24:38 +0200 |
commit | d5829a29207b29a7b5d64e449e58db2e40544b74 (patch) | |
tree | 2c0d2d931b1674e9a2904f643b787aa925581365 /hw/gpio/imx_gpio.c | |
parent | aspeed: fby35: Add a bootrom for the BMC (diff) | |
download | qemu-d5829a29207b29a7b5d64e449e58db2e40544b74.tar.gz qemu-d5829a29207b29a7b5d64e449e58db2e40544b74.tar.xz qemu-d5829a29207b29a7b5d64e449e58db2e40544b74.zip |
aspeed: Add AST1030 (BIC) to fby35
With the BIC, the easiest way to run everything is to create two pty's
for each SoC and reserve stdin/stdout for the monitor:
wget https://github.com/facebook/openbmc/releases/download/openbmc-e2294ff5d31d/fby35.mtd
wget https://github.com/peterdelevoryas/OpenBIC/releases/download/oby35-cl-2022.13.01/Y35BCL.elf
qemu-system-arm -machine fby35 \
-drive file=fby35.mtd,format=raw,if=mtd \
-device loader,file=fby35.mtd,addr=0,cpu-num=0 \
-serial pty -serial pty -serial mon:stdio -display none -S
screen /dev/ttys0
screen /dev/ttys1
(qemu) c
This commit only adds the the first server board's Bridge IC, but in the
future we'll try to include the other three server board Bridge IC's
too.
Signed-off-by: Peter Delevoryas <peter@pjd.dev>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20220705191400.41632-9-peter@pjd.dev>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'hw/gpio/imx_gpio.c')
0 files changed, 0 insertions, 0 deletions