Commit e51b91b
committed
edk2-pytool-library: Add LoongArch64 host architecture support
The current GetHostInfo() does not recognize 'loongarch64' returned by
platform.machine(). This causes stuart_setup and other edk2 tools to fail
on LoongArch systems.
This patch adds basic detection for LoongArch64 and treats it as a 64-bit
ARM-like architecture, which allows edk2 Python tools to run on LoongArch.
Signed-off-by: Dongyan Qian <qiandongyan@loongson.cn>1 parent a36394e commit e51b91b
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
| |||
0 commit comments