File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ def do_test_aarch64_aspeed_sdk_start(self, image):
31
31
'https://github.com/AspeedTech-BMC/openbmc/releases/download/v09.05/ast2700-a0-default-obmc.tar.gz' ,
32
32
'cfbbd1cce72f2a3b73b9080c41eecdadebb7077fba4f7806d72ac99f3e84b74a' )
33
33
34
+ ASSET_SDK_V905_AST2700A1 = Asset (
35
+ 'https://github.com/AspeedTech-BMC/openbmc/releases/download/v09.05/ast2700-default-obmc.tar.gz' ,
36
+ 'c1f4496aec06743c812a6e9a1a18d032f34d62f3ddb6956e924fef62aa2046a5' )
37
+
34
38
def start_ast2700_test (self , name ):
35
39
num_cpu = 4
36
40
uboot_size = os .path .getsize (self .scratch_file (name ,
@@ -95,6 +99,12 @@ def test_aarch64_ast2700_evb_sdk_v09_05(self):
95
99
self .archive_extract (self .ASSET_SDK_V905_AST2700 )
96
100
self .start_ast2700_test ('ast2700-a0-default' )
97
101
102
+ def test_aarch64_ast2700a1_evb_sdk_v09_05 (self ):
103
+ self .set_machine ('ast2700a1-evb' )
104
+
105
+ self .archive_extract (self .ASSET_SDK_V905_AST2700A1 )
106
+ self .start_ast2700_test ('ast2700-default' )
107
+
98
108
99
109
if __name__ == '__main__' :
100
110
QemuSystemTest .main ()
You can’t perform that action at this time.
0 commit comments