Skip to content
  1. Jan 27, 2022
  2. Jan 26, 2022
  3. Jan 25, 2022
  4. Jan 24, 2022
    • Madhukar Pappireddy's avatar
      Merge changes from topic "st_syscfg_updates" into integration · 24dc0a28
      Madhukar Pappireddy authored
      * changes:
        feat(stm32mp1): add helper to enable high speed mode in low voltage
        refactor(stm32mp1): add helpers for IO compensation cells
        feat(stm32mp1): use clk_enable/disable functions
        feat(stm32mp1): add timeout in IO compensation
      24dc0a28
    • Chris Kay's avatar
      build(npm): mandate Node.js engine version · 0501d48b
      Chris Kay authored
      
      
      This change mandates a particular version of Node.js when running
      `npm install`. When using a version of Node.js that does not meet these
      expectations, a warning will be emitted to the user to let them know
      that they are using an unsupported version of Node.js
      
      Change-Id: I3f9bcf8be483a80b5882d65b034c6655013df19f
      Signed-off-by: Chris Kay's avatarChris Kay <chris.kay@arm.com>
      0501d48b
    • Chris Kay's avatar
      docs(changelog): fix broken version bumping · ba748f3c
      Chris Kay authored
      Standard Version was not bumping the package metadata files as it
      should have been. It's not clear to me why, but there is an open
      [GitHub issue][1] for documenting this behaviour.
      
      [1]: https://github.com/conventional-changelog/standard-version/issues/506
      
      
      
      Change-Id: Ie89a81272fe507a3d2e1cd33c6ac1bdcc8ac3d75
      Signed-off-by: Chris Kay's avatarChris Kay <chris.kay@arm.com>
      ba748f3c
    • Chris Kay's avatar
      docs(changelog): fix version tag links · c503b42c
      Chris Kay authored
      
      
      The Standard Version tool will not recognize a release header as a
      release header without the minor version, and will overwrite them when
      generating the next release changelog.
      
      Additionally, it will not generate a link to the tag diff unless a tag
      of the form `vX.Y.Z` exists. We ought to generate tags with this version
      format in the future to ensure the diff links are generated.
      
      Change-Id: I7864ab7a5822f83ddb7a7917208d2d029ae34729
      Signed-off-by: Chris Kay's avatarChris Kay <chris.kay@arm.com>
      c503b42c
    • Chris Kay's avatar
      refactor(hooks): replace cz-conventional-changelog with cz-commitlint · f64c5582
      Chris Kay authored
      
      
      This change replaces cz-conventional-changelog with cz-commitlint, which
      automatically configures Commitizen using our commitlint configuration
      file. Currently, we use some manual Javascript magic to load our
      Commitizen configuration into commitlint (the opposite of what's
      introduced by this change), which can be removed.
      
      With this change, we also move our commitlint configuration into a
      new `changelog.yaml` file. This file holds the same data as `.cz.json`
      previously did.
      
      Change-Id: I14ff2308f1a0b2b293c2128b28ca2df578ce9c1c
      Signed-off-by: Chris Kay's avatarChris Kay <chris.kay@arm.com>
      f64c5582
  5. Jan 20, 2022
    • Manish Pandey2's avatar
      Merge changes from topic "new_ls1043a" into integration · b57d9d6f
      Manish Pandey2 authored
      * changes:
        docs(maintainers): update nxp layerscape maintainers
        docs(plat/nxp/layerscape): add ls1043a soc and board support
        feat(plat/nxp/ls1043ardb): add ls1043ardb board support
        feat(plat/nxp/ls1043a): add ls1043a soc support
        refactor(plat/ls1043): remove old implementation for platform ls1043
        feat(nxp/driver/dcfg): add some macro definition
        fix(nxp/common/setup): increase soc name maximum length
        feat(nxp/common/errata): add SoC erratum a008850
        feat(nxp/driver/tzc380): add tzc380 platform driver support
        feat(tzc380): add sub-region register definition
        feat(nxp/common/io): add ifc nor and nand as io devices
        feat(nxp/driver/ifc_nand): add IFC NAND flash driver
        feat(nxp/driver/ifc_nor): add IFC nor flash driver
        feat(nxp/driver/csu): add bypass bit mask definition
        feat(nxp/driver/dcfg): add gic address align register definition
        feat(nxp/common/rcpm): add RCPM2 registers definition
        fix(nxp/common/setup): fix total dram size checking
        feat(nxp/common): add CORTEX A53 helper functions
      b57d9d6f
    • Jiafei Pan's avatar
      docs(maintainers): update nxp layerscape maintainers · d9bb9779
      Jiafei Pan authored
      
      
      Added myself to be NXP common code and ls1028a, ls1043a platforms
      maintainer.
      
      Signed-off-by: default avatarJiafei Pan <Jiafei.Pan@nxp.com>
      Change-Id: Iadffc5600e9bb2e94b1d545b8dd1a819358cabcb
      d9bb9779
Loading