Skip to content
Snippets Groups Projects
  1. Jun 06, 2024
  2. Jun 04, 2024
  3. Jun 03, 2024
  4. Jun 02, 2024
  5. Jun 01, 2024
  6. May 30, 2024
  7. May 29, 2024
  8. May 28, 2024
    • Sam Protsenko's avatar
      arm: exynos: Map iRAM APM area for Exynos850 SoC · 7045c4dd
      Sam Protsenko authored and Minkyu Kang's avatar Minkyu Kang committed
      
      This iRAM APM area is needed for I3C access to PMIC via APM block.
      Without this mapping any access to APM iRAM leads to "Synchronous Abort"
      exception.
      
      Signed-off-by: default avatarSam Protsenko <semen.protsenko@linaro.org>
      Signed-off-by: Minkyu Kang's avatarMinkyu Kang <mk7.kang@samsung.com>
      7045c4dd
    • Sam Protsenko's avatar
      arm: dts: e850-96: Remove not needed bootph-all flags · 11b9219d
      Sam Protsenko authored and Minkyu Kang's avatar Minkyu Kang committed
      
      Most of the nodes in e850-96 appended device tree that add bootph-all
      flags are not necessary. All those nodes are instantiated as
      dependencies of other nodes anyway. Remove those nodes to avoid
      cluttering the appended dts. 'bdinfo' reports 768 bytes reduction for
      "Early malloc usage", and 'dm tree' output doesn't change. Keep only
      pmu_system_controller changes, which are actually needed for serial to
      work properly.
      
      Signed-off-by: default avatarSam Protsenko <semen.protsenko@linaro.org>
      Signed-off-by: Minkyu Kang's avatarMinkyu Kang <mk7.kang@samsung.com>
      11b9219d
    • Sam Protsenko's avatar
      arm: exynos: Migrate E850-96 board to OF_UPSTREAM · 88c5d76d
      Sam Protsenko authored and Minkyu Kang's avatar Minkyu Kang committed
      
      Use upstream device tree files and bindings. To do so:
       - imply (enable) OF_UPSTREAM option for E850-96 target
       - point DEFAULT_DEVICE_TREE in E850-96 config to upstream dts
       - remove now not needed local dts files, binding docs and headers
       - update MAINTAINERS and board/samsung/e850-96/MAINTAINERS
         correspondingly
      
      Upstream device tree files for Exynos850 SoC and E850-96 board are
      pretty much the same as local (removed) ones, so the conversion is
      rather straightforward and painless in this case. The appended dts file
      (arch/arm/dts/exynos850-e850-96-u-boot.dtsi) stays unchanged.
      
      The only remaining local dt-bindings doc for E850-96 board is
      exynos-pmu.yaml. It wasn't removed as it's quite different from Linux
      kernel version. Particularly U-Boot local version of exynos-pmu.yaml
      describes "samsung,uart-debug-1" property, which is not present in Linux
      kernel binding. Later it might be upstreamed to Linux kernel, and once
      it's done the U-Boot exynos-pmu.yaml binding can be removed.
      
      No functional change.
      
      Acked-by: default avatarSumit Garg <sumit.garg@linaro.org>
      Signed-off-by: default avatarSam Protsenko <semen.protsenko@linaro.org>
      Signed-off-by: Minkyu Kang's avatarMinkyu Kang <mk7.kang@samsung.com>
      88c5d76d
  9. May 27, 2024
  10. May 25, 2024
  11. May 24, 2024
Loading