diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 10:06:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 10:06:00 +0000 |
commit | b15a952c52a6825376d3e7f6c1bf5c886c6d8b74 (patch) | |
tree | 1500f2f8f276908a36d8126cb632c0d6b1276764 /debian/config/mipsel | |
parent | Adding upstream version 5.10.209. (diff) | |
download | linux-b15a952c52a6825376d3e7f6c1bf5c886c6d8b74.tar.xz linux-b15a952c52a6825376d3e7f6c1bf5c886c6d8b74.zip |
Adding debian version 5.10.209-2.debian/5.10.209-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/config/mipsel')
-rw-r--r-- | debian/config/mipsel/config | 8 | ||||
-rw-r--r-- | debian/config/mipsel/defines | 49 |
2 files changed, 57 insertions, 0 deletions
diff --git a/debian/config/mipsel/config b/debian/config/mipsel/config new file mode 100644 index 000000000..7f124deb6 --- /dev/null +++ b/debian/config/mipsel/config @@ -0,0 +1,8 @@ +## +## file: arch/mips/Kconfig +## +## choice: Endianness selection +# CONFIG_CPU_BIG_ENDIAN is not set +CONFIG_CPU_LITTLE_ENDIAN=y +## end choice + diff --git a/debian/config/mipsel/defines b/debian/config/mipsel/defines new file mode 100644 index 000000000..9fcf2d43b --- /dev/null +++ b/debian/config/mipsel/defines @@ -0,0 +1,49 @@ +[base] +flavours: + 4kc-malta + 5kc-malta + loongson-3 + octeon +kernel-arch: mips + +[build] +image-file: vmlinuz + +[image] +install-stem: vmlinuz + +[4kc-malta_description] +hardware: MIPS Malta +hardware-long: MIPS Malta boards + +[4kc-malta_image] +configs: + kernelarch-mips/config.malta + kernelarch-mips/config.mips32r2 + +[5kc-malta_description] +hardware: MIPS Malta (64-bit) +hardware-long: MIPS Malta boards (64-bit) + +[5kc-malta_image] +configs: + kernelarch-mips/config.malta + kernelarch-mips/config.mips64r2 + +[loongson-3_description] +hardware: Loongson 3A/3B +hardware-long: Loongson 3A or 3B based systems (e.g. from Loongson or Lemote) + +[loongson-3_image] +configs: kernelarch-mips/config.loongson-3 + +[octeon_description] +hardware: Octeon +hardware-long: Cavium Networks Octeon + +[octeon_build] +image-file: vmlinux + +[octeon_image] +install-stem: vmlinux +configs: kernelarch-mips/config.octeon |