Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Oct 21, 2022
    • Andrew Davis's avatar
      ti_config_fragments: baseport: Trim out defaults · b98cab7b
      Andrew Davis authored
      
      All carried changes to the upstream kernel that are needed to boot it on
      TI platforms should be considered tech debt. Changes to the default ARMv8
      configuration are no different. We need to reduced these over time by
      working to get these options in the upstream defconfig. To start to see
      where we stand today, lets remove all the options that do not change the
      upstream default. Then anything remaining in this file should be
      investigated for appropriateness in upstream and sent accordingly.
      
      Signed-off-by: default avatarAndrew Davis <afd@ti.com>
      b98cab7b
    • Andrew Davis's avatar
      ti_config_fragments: baseport: Move option pruning into prune.cfg · 8096123b
      Andrew Davis authored
      
      While pruning is useful for making small and fast-building kernels for
      our SDK releases, these are not so useful for general purpose or distro
      kernels where these options might still be needed.
      
      For these cases one would only want to apply our additions to gain
      support for our platforms but not trim out support for others. To make
      this separation clean, move all the pruning from baseport.cfg into
      multi_v7_prune.cfg.
      
      Signed-off-by: default avatarAndrew Davis <afd@ti.com>
      8096123b
    • Andrew Davis's avatar
      ti_config_fragments: real_time: Remove explicit page size setting · 803d14d1
      Andrew Davis authored
      
      4K pages are now the default, no need to explicitly set the same.
      
      Signed-off-by: default avatarAndrew Davis <afd@ti.com>
      803d14d1
  2. Oct 18, 2022
  3. Oct 12, 2022
    • Vignesh Raghavendra's avatar
      Merge tag 'v5.10.145' of... · 76979ae4
      Vignesh Raghavendra authored
      Merge tag 'v5.10.145' of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux into ti-linux-5.10.y-cicd
      
      This is the 5.10.145 stable release
      
      * tag 'v5.10.145' of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux: (260 commits)
        Linux 5.10.145
        ALSA: hda/sigmatel: Fix unused variable warning for beep power change
        cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
        video: fbdev: pxa3xx-gcu: Fix integer overflow in pxa3xx_gcu_write
        mksysmap: Fix the mismatch of 'L0' symbols in System.map
        MIPS: OCTEON: irq: Fix octeon_irq_force_ciu_mapping()
        afs: Return -EAGAIN, not -EREMOTEIO, when a file already locked
        net: usb: qmi_wwan: add Quectel RM520N
        ALSA: hda/tegra: Align BDL entry to 4KB boundary
        ALSA: hda/sigmatel: Keep power up while beep is enabled
        wifi: mac80211_hwsim: check length for virtio packets
        rxrpc: Fix calc of resend age
        rxrpc: Fix local destruction being repeated
        regulator: pfuze100: Fix the global-out-of-bounds access in pfuze100_regulator_pro...
      76979ae4
  4. Oct 11, 2022
  5. Oct 06, 2022
  6. Sep 30, 2022