summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizard.hh
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-07-22 18:27:33 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-07-22 18:27:33 -0500
commit21dff37461c8a7655b176b15f6dd7b55deac131f (patch)
tree7df5a3c98bf60fe1bdb0981d5b5d0cc3a7e0eb4c /ui/qt5/horizonwizard.hh
parent427e8ea3ef15a61f25551ffb3aa55867d56d3330 (diff)
downloadhorizon-21dff37461c8a7655b176b15f6dd7b55deac131f.tar.gz
horizon-21dff37461c8a7655b176b15f6dd7b55deac131f.tar.bz2
horizon-21dff37461c8a7655b176b15f6dd7b55deac131f.tar.xz
horizon-21dff37461c8a7655b176b15f6dd7b55deac131f.zip
Add initial MIPS port, sans automatic partitioner
Help with the automatic partitioner by parties interested in the MIPS ports of Adélie (and/or Alpine and/or postmarketOS) would be very desirable. I'm only currently aware myself of how to partition SGI MIPS64 machines. My gut tells me we probably need the `subarch` system like for PPC64, but I am not sure how non-SGI MIPS64 machines need to be partitioned.
Diffstat (limited to 'ui/qt5/horizonwizard.hh')
-rw-r--r--ui/qt5/horizonwizard.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/qt5/horizonwizard.hh b/ui/qt5/horizonwizard.hh
index bf53ae0..8af9df7 100644
--- a/ui/qt5/horizonwizard.hh
+++ b/ui/qt5/horizonwizard.hh
@@ -96,6 +96,10 @@ public:
enum Arch {
aarch64,
armv7,
+ mips,
+ mips64,
+ mipsel,
+ mips64el,
pmmx,
ppc,
ppc64,