[loong64] Build kernel image and udebs
The configuration file(config.loongson-3) comes from the Linux source code and was processed using the kconfigurator tool.
Merge request reports
Activity
added 1 commit
- e15e77af - [loong64] Build kernel image and udebs for loong64.
added 1 commit
- 34d7323d - [loong64] Build kernel image and udebs for loong64.
Hi maintainers,
The support for loong64 in Debian salsa lintian has been merged, please see 1.
Request to support loong64 in lintian, please see 2.
BTW, we have sent a mail to lintain maintainer, please see debian-loongarch@lists.debian.org list.
Could anyone help us move this forward? Alternatively, if the lintian check in the kernel pipeline is a required option, could we test the linux's lintian locally and submit a report?
Thanks
added 88 commits
-
34d7323d...52349e98 - 87 commits from branch
kernel-team:master
- 3cd8a3a5 - [loong64] Build kernel image and udebs for loong64
-
34d7323d...52349e98 - 87 commits from branch
- debian/config/loong64/config 0 → 100644
15 ## file: drivers/acpi/Kconfig 16 ## 17 CONFIG_ACPI=y 18 CONFIG_ACPI_SPCR_TABLE=y 19 CONFIG_ACPI_FAN=m 20 CONFIG_ACPI_DOCK=y 21 CONFIG_ACPI_IPMI=m 22 CONFIG_ACPI_THERMAL=y 23 CONFIG_ACPI_PCI_SLOT=y 24 CONFIG_ACPI_HOTPLUG_MEMORY=y 25 26 ## 27 ## file: drivers/ata/Kconfig 28 ## 29 CONFIG_ATA=y 30 CONFIG_SATA_AHCI=y changed this line in version 7 of the diff
added 1 commit
- c2314d8a - [loong64] Build kernel image and udebs for loong64
added 3 commits
-
c2314d8a...12f7fc7a - 2 commits from branch
kernel-team:master
- 98ebce8b - [loong64] Build kernel image and udebs for loong64
-
c2314d8a...12f7fc7a - 2 commits from branch
added 14 commits
-
98ebce8b...2ba1bb6c - 13 commits from branch
kernel-team:master
- e53027e1 - [loong64] Build kernel image and udebs for loong64
-
98ebce8b...2ba1bb6c - 13 commits from branch
- debian/config/loong64/config 0 → 100644
130 131 ## 132 ## file: drivers/net/ethernet/stmicro/stmmac/Kconfig 133 ## 134 CONFIG_STMMAC_ETH=m 135 136 ## 137 ## file: drivers/pci/hotplug/Kconfig 138 ## 139 CONFIG_HOTPLUG_PCI=y 140 CONFIG_HOTPLUG_PCI_SHPC=y 141 142 ## 143 ## file: drivers/pcmcia/Kconfig 144 ## 145 CONFIG_PCCARD=m changed this line in version 10 of the diff
I suggest the following configs should be added:
CONFIG_SECCOMP=y CONFIG_ARCH_MMAP_RND_BITS=12 CONFIG_16KB_3LEVEL=y CONFIG_ARCH_FORCE_MAX_ORDER=12 CONFIG_CPU_HAS_LSX=y CONFIG_CPU_HAS_LASX=y CONFIG_CPU_HAS_LBT=y
and since grub2 is releasing its loongarch support, I also suggest including
bootloaders: grub-efi-loong64
in the[image]
section.