initial commit
imported from https://salsa.debian.org/kernel-team/linux.git commit 9d5cc9d9d6501d7f1dd7e194d4b245bd0b6c6a22 version 6.11.4-1
This commit is contained in:
11
debian/config/mips64el/config
vendored
Normal file
11
debian/config/mips64el/config
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
##
|
||||
## file: arch/mips/Kconfig
|
||||
##
|
||||
## choice: Endianness selection
|
||||
# CONFIG_CPU_BIG_ENDIAN is not set
|
||||
CONFIG_CPU_LITTLE_ENDIAN=y
|
||||
## end choice
|
||||
## choice: CPU type
|
||||
# CONFIG_CPU_MIPS64_R1 is not set
|
||||
CONFIG_CPU_MIPS64_R2=y
|
||||
## end choice
|
73
debian/config/mips64el/defines.toml
vendored
Normal file
73
debian/config/mips64el/defines.toml
vendored
Normal file
@@ -0,0 +1,73 @@
|
||||
[[flavour]]
|
||||
name = '5kc-malta'
|
||||
[flavour.build]
|
||||
config = [
|
||||
'kernelarch-mips/config.malta',
|
||||
'kernelarch-mips/config.mips64r2',
|
||||
]
|
||||
[flavour.description]
|
||||
hardware = 'MIPS Malta'
|
||||
hardware_long = 'MIPS Malta boards'
|
||||
[flavour.packages]
|
||||
installer = true
|
||||
|
||||
[[flavour]]
|
||||
name = 'mips64r2el'
|
||||
[flavour.build]
|
||||
config = [
|
||||
'kernelarch-mips/config.boston',
|
||||
'kernelarch-mips/config.mips64r2',
|
||||
]
|
||||
[flavour.description]
|
||||
hardware = 'MIPS Generic (mips64r2el)'
|
||||
hardware_long = 'MIPS Generic platform (mips64r2el)'
|
||||
[flavour.packages]
|
||||
installer = true
|
||||
|
||||
[[flavour]]
|
||||
name = 'mips64r6el'
|
||||
[flavour.build]
|
||||
config = [
|
||||
'kernelarch-mips/config.boston',
|
||||
'kernelarch-mips/config.mips64r6',
|
||||
]
|
||||
[flavour.description]
|
||||
hardware = 'MIPS Generic (mips64r6el)'
|
||||
hardware_long = 'MIPS Generic platform (mips64r6el)'
|
||||
[flavour.packages]
|
||||
installer = true
|
||||
|
||||
[[flavour]]
|
||||
name = 'loongson-3'
|
||||
[flavour.build]
|
||||
config = [
|
||||
'kernelarch-mips/config.loongson-3',
|
||||
]
|
||||
[flavour.description]
|
||||
hardware = 'Loongson 3A/3B'
|
||||
hardware_long = 'Loongson 3A or 3B based systems (e.g. from Loongson or Lemote)'
|
||||
[flavour.packages]
|
||||
installer = true
|
||||
[flavour.relations.image]
|
||||
recommends = ['pmon-update']
|
||||
|
||||
[[flavour]]
|
||||
name = 'octeon'
|
||||
[flavour.build]
|
||||
config = [
|
||||
'kernelarch-mips/config.octeon',
|
||||
]
|
||||
kernel_file = 'vmlinux'
|
||||
kernel_stem = 'vmlinux'
|
||||
[flavour.description]
|
||||
hardware = 'Octeon'
|
||||
hardware_long = 'Cavium Networks Octeon'
|
||||
[flavour.packages]
|
||||
installer = true
|
||||
|
||||
[[featureset]]
|
||||
name = 'none'
|
||||
|
||||
[build]
|
||||
kernel_file = 'vmlinuz'
|
||||
kernel_stem = 'vmlinuz'
|
Reference in New Issue
Block a user