summary refs log tree commit diff stats
path: root/hw/arm/aspeed_eeprom.h
diff options
context:
space:
mode:
authorKarthikeyan Pasupathi <pkarthikeyan1509@gmail.com>2023-03-02 13:57:50 +0100
committerCédric Le Goater <clg@kaod.org>2023-03-02 13:57:50 +0100
commit34f73a81e6cb84b2f7fca740887d59504173d2a0 (patch)
treecbc87eb63e611208259663262d8abdda87aa467e /hw/arm/aspeed_eeprom.h
parent82e94da587b2c09f5b98dae5265962ae5b24ab5f (diff)
downloadfocaccia-qemu-34f73a81e6cb84b2f7fca740887d59504173d2a0.tar.gz
focaccia-qemu-34f73a81e6cb84b2f7fca740887d59504173d2a0.zip
hw/arm/aspeed: Adding new machine Yosemitev2 in QEMU
This patch support Yosemitev2 in QEMU environment.
and introduced EEPROM BMC FRU data support "add fbyv2_bmc_fruid data"
along with the machine support.

Signed-off-by: Karthikeyan Pasupathi <pkarthikeyan1509@gmail.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
[ clg: - commit log topic update
       - Documentation update ]
Message-Id: <20230216133326.216017-1-pkarthikeyan1509@gmail.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
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 a0f848fa6e..edf18e9685 100644
--- a/hw/arm/aspeed_eeprom.h
+++ b/hw/arm/aspeed_eeprom.h
@@ -16,4 +16,7 @@ extern const size_t fby35_nic_fruid_len;
 extern const size_t fby35_bb_fruid_len;
 extern const size_t fby35_bmc_fruid_len;
 
+extern const uint8_t yosemitev2_bmc_fruid[];
+extern const size_t yosemitev2_bmc_fruid_len;
+
 #endif