aboutsummaryrefslogtreecommitdiff
path: root/target/linux/armsr/armv7
Commit message (Collapse)AuthorAge
* armsr: drop 6.6 supportHauke Mehrtens2025-07-19
| | | | | | | Drop configs and patches for Linux 6.6. Link: https://github.com/openwrt/openwrt/pull/19413 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* armsr: 6.12: add new KConfigs and refreshMathew McBride2025-06-04
| | | | | | | | | | | | | | | | | | | | This includes both new additions to 6.12 and an attempted "refresh" of the config to remove duplicates from target/generic/config-6.12. (The OpenWrt kernel_makeoldconfig does not work well with the armv8 subtarget for reasons I am yet to determine, so that file has been pruned manually) Most new options are in armv8, where the KConfig relates to a platform that will likely be armsr compatible (like the i.MX91/93/95), it has been enabled. Signed-off-by: Mathew McBride <matt@traverse.com.au> Link: https://github.com/openwrt/openwrt/pull/18849 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* kernel/armsr: Restore kernel files for v6.6Mathew McBride2025-06-04
| | | | | | | | | | | | | This is an automatically generated commit which aids following Kernel patch history, as git will see the move and copy as a rename thus defeating the purpose. For the original discussion see: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html Signed-off-by: Mathew McBride <matt@traverse.com.au> Link: https://github.com/openwrt/openwrt/pull/18849 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* kernel/armsr: Create kernel files for v6.12 (from v6.6)Mathew McBride2025-06-04
| | | | | | | | | | This is an automatically generated commit. When doing `git bisect`, consider `git bisect --skip`. Signed-off-by: Mathew McBride <matt@traverse.com.au> Link: https://github.com/openwrt/openwrt/pull/18849 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* armsr: Remove kernel 6.1 configurationHauke Mehrtens2024-05-30
| | | | | | | Armsr is using kernel 6.6 by default now, remove configuration for kernel 6.1. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* kernel/armsr: add config stubs and changes needed for 6.6Mathew McBride2024-05-07
| | | | | | | | Introduce new configuration options prompted by 6.6 (relative to 6.1). The kernel arm64 defconfig is used as guide for 'core' options, while video/camera/other media drivers are turned off by default. Signed-off-by: Mathew McBride <matt@traverse.com.au>
* kernel/armsr: Restore kernel files for v6.1Mathew McBride2024-05-07
| | | | | | | | | | This is an automatically generated commit which aids following Kernel patch history, as git will see the move and copy as a rename thus defeating the purpose. See: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html for the original discussion. Signed-off-by: Mathew McBride <matt@traverse.com.au>
* kernel/armsr: Add configuration files and patches for v6.6Mathew McBride2024-05-07
| | | | | | Based on the 6.1 files, but without any 6.6 additions. Signed-off-by: Mathew McBride <matt@traverse.com.au>
* armsr: rename from armvirtMathew McBride2023-06-10
Now that the armvirt target supports real hardware, not just VMs, thanks to the addition of EFI, rename it to something more appropriate. 'armsr' (Arm SystemReady) was chosen after the name of the Arm standards program. The 32 and 64 bit targets have also been renamed armv7 and armv8 respectively, to allow future profiles where required (such as armv9). See https://developer.arm.com/documentation/102858/0100/Introduction for more information. Signed-off-by: Mathew McBride <matt@traverse.com.au>