summary refs log tree commit diff stats
path: root/hw/arm/aspeed_eeprom.h
diff options
context:
space:
mode:
authorEd Tanous <etanous@nvidia.com>2025-07-03 07:42:48 -0700
committerCédric Le Goater <clg@redhat.com>2025-07-03 17:36:45 +0200
commitbecfaa10a2b554ac619fdd9ae0aa9cacdba73d67 (patch)
treeb941164fad230fc2a5429cc954808eeadc8a1ffc /hw/arm/aspeed_eeprom.h
parentad8e0e8a0088b8e30582c65b739a7ee8bb0d71ee (diff)
downloadfocaccia-qemu-becfaa10a2b554ac619fdd9ae0aa9cacdba73d67.tar.gz
focaccia-qemu-becfaa10a2b554ac619fdd9ae0aa9cacdba73d67.zip
hw/arm/aspeed: Add GB200 BMC target
GB200nvl72 is a system for for accelerated compute.  This is a model for
the BMC target within the system.

This is based on the device tree aspeed-bmc-nvidia-gb200nvl-bmc.dts
from:

[1] https://github.com/openbmc/linux/blob/dev-6.6/arch/arm/boot/dts/aspeed/aspeed-bmc-nvidia-gb200nvl-bmc.dts

Signed-off-by: Ed Tanous <etanous@nvidia.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250703144249.3348879-4-etanous@nvidia.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
Diffstat (limited to 'hw/arm/aspeed_eeprom.h')
-rw-r--r--hw/arm/aspeed_eeprom.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/arm/aspeed_eeprom.h b/hw/arm/aspeed_eeprom.h
index f08c16ef50..3ed9bc1d9a 100644
--- a/hw/arm/aspeed_eeprom.h
+++ b/hw/arm/aspeed_eeprom.h
@@ -26,4 +26,7 @@ extern const size_t rainier_bb_fruid_len;
 extern const uint8_t rainier_bmc_fruid[];
 extern const size_t rainier_bmc_fruid_len;
 
+extern const uint8_t gb200nvl_bmc_fruid[];
+extern const size_t gb200nvl_bmc_fruid_len;
+
 #endif