1. 27 5月, 2022 1 次提交
  2. 18 5月, 2022 1 次提交
  3. 13 5月, 2022 1 次提交
  4. 09 5月, 2022 1 次提交
  5. 06 5月, 2022 9 次提交
  6. 03 5月, 2022 1 次提交
    • L
      ARM: config: Refresh IXP4xx config after multiplatform · 0af2de76
      Linus Walleij 提交于
      After converting to multiplatform the old IXP4xx defconfig
      doesn't even activate the ethernet driver anymore, we need
      to refresh this thoroughly.
      
      - Drop options that ARCH_MULTI_V5 selects for us.
      - Some options moved around because of multiplatform and
        because generic Kconfig movements.
      - Drop all MACH_* that do not exist anymore.
      - Compress the kernel and initramfs with XZ as the memory
        is often limited for these machines.
      - Make sure IXP4XX_QMGR and IXP4XX_NPE is selected.
      - Make sure the MTD_PHYSMAP_IXP4XX is selected and not
        the old MTD_IXP4XX (will be deleted).
      - Activate CRYPTO_DEV_IXP4XX
      - Add some very basic default drivers such as AT24 EEPROMs
        used in many routers.
      - Add some kernel configs needed to bring up OpenWrt
        which is the only userspace for these devices:
        CGROUPS, DEVTMPFS, INOTIFY_USER, SIGNALFD, TIMERFD,
        EPOLL, OVERLAY_FS and SQUASHFS.
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Cc: Arnd Bergmann <arnd@kernel.org>
      Cc: Krzysztof Halasa <khalasa@piap.pl>
      Cc: Imre Kaloz <kaloz@openwrt.org>
      Link: https://lore.kernel.org/r/20220407204502.2470560-1-linus.walleij@linaro.org'
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      0af2de76
  7. 23 4月, 2022 2 次提交
  8. 21 4月, 2022 2 次提交
  9. 19 4月, 2022 1 次提交
  10. 18 4月, 2022 1 次提交
  11. 15 4月, 2022 1 次提交
    • L
      ARM: config: Update Gemini defconfig · 24a4351e
      Linus Walleij 提交于
      The Gemini defconfig needs to be updated due to DSA driver
      Kconfig changes in the v5.18 merge window:
      CONFIG_NET_DSA_REALTEK_SMI is now behind
      CONFIG_NET_DSA_REALTEK and the desired DSA switch need
      to be selected explicitly with
      CONFIG_NET_DSA_REALTEK_RTL8366RB.
      
      Take this opportunity to update some other minor config
      options:
      
      - CONFIG_MARVELL_PHY moved around because of Kconfig
        changes.
      
      - CONFIG_SENSORS_DRIVETEMP should be selected since is
        regulates the system critical alert temperature on
        some devices, which is nice if it is handled even
        if initramfs or root fails to mount.
      
      Fixes: 319a70a5 ("net: dsa: realtek-smi: move to subdirectory")
      Fixes: 765c39a4 ("net: dsa: realtek: convert subdrivers into modules")
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Cc: Hans Ulli Kroll <ulli.kroll@googlemail.com>
      Cc: Luiz Angelo Daros de Luca <luizluca@gmail.com>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      24a4351e
  12. 08 4月, 2022 5 次提交
  13. 07 4月, 2022 1 次提交
  14. 06 4月, 2022 5 次提交
  15. 05 4月, 2022 1 次提交
  16. 04 4月, 2022 3 次提交
  17. 23 3月, 2022 1 次提交
    • A
      ARM: configs: multi_v5: Enable Allwinner F1C100 · cf383260
      Andre Przywara 提交于
      The Kconfig symbols required for the Allwinner F1C100 (MACH_SUNIV) are
      currently not selected by any defconfig. sunxi_defconfig only covers the
      v7 SoCs, but the F1C100s is ARMv5, so we cannot share a single image.
      
      Add the required symbols to multi_v5_defconfig, to give people some sane
      default config when playing around with this chip. This is probably more
      important as there are surely not many distros out there supporting
      ARMv5 out of the box.
      
      This allows my LicheePi Nano board to boot to a busybox prompt.
      
      The zImage size grows by about 50 KB, in detail:
      
          text    data     bss     dec     hex   filename
      10510000  4400700  687740 15598440 ee0368 vmlinux-old
      10588592  4469096  686812 15744500 f03df4 vmlinux-new
      
      14922908			arch/arm/boot/Image-old
      15067388			arch/arm/boot/Image-new
      6388016				arch/arm/boot/zImage-old
      6440064				arch/arm/boot/zImage-new
      Signed-off-by: NAndre Przywara <andre.przywara@arm.com>
      Link: https://lore.kernel.org/r/20220317183043.948432-6-andre.przywara@arm.com'
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      cf383260
  18. 20 3月, 2022 3 次提交