64 lines
1.3 KiB
TOML
64 lines
1.3 KiB
TOML
|
[[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]]
|
||
|
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]]
|
||
|
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]]
|
||
|
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.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'
|
||
|
|
||
|
[[featureset]]
|
||
|
name = 'none'
|
||
|
|
||
|
[build]
|
||
|
kernel_file = 'vmlinuz'
|
||
|
kernel_stem = 'vmlinuz'
|