Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Feb 18, 2021
  2. Feb 17, 2021
  3. Feb 16, 2021
  4. Feb 11, 2021
  5. Feb 10, 2021
  6. Feb 08, 2021
    • LCPD Auto Merger's avatar
      Merged TI feature rpmsg into ti-linux-5.4.y · cabf941a
      LCPD Auto Merger authored
      TI-Feature: rpmsg
      TI-Branch: rpmsg-ti-linux-5.4.y-intg
      
      * 'rpmsg-ti-linux-5.4.y-intg' of git://git.ti.com/rpmsg/rpmsg
      
      :
        arm64: dts: ti: k3-am642-sk: Reserve some on-chip SRAM for R5Fs
        arm64: dts: ti: k3-am642-sk: Reserve memory for IPC between RTOS cores
        arm64: dts: ti: k3-am642-sk: Add DDR carveout memory nodes for R5Fs
        arm64: dts: ti: k3-am642-sk: Add mailboxes to R5Fs
        arm64: dts: ti: k3-am642-sk: Add IPC sub-mailbox nodes
      
      Signed-off-by: default avatarLCPD Auto Merger <lcpd_integration@list.ti.com>
      cabf941a
    • Suman Anna's avatar
      arm64: dts: ti: k3-am642-sk: Reserve some on-chip SRAM for R5Fs · 6e4cc3a1
      Suman Anna authored
      Reserve some portions of the MAIN domain on-chip SRAM for use by
      various R5F cores on AM642 SK board. A bank (256 KB) each is reserved
      from the on-chip SRAM for each R5F core. This is done through specific
      child SRAM nodes in the board dts file.
      
      The memory regions are also assigned to each R5F remoteproc node using
      the sram property. The reserved SRAM banks are as follows for each core:
        Main R5FSS0 Core0 : OCSRAM1
        Main R5FSS0 Core1 : OCSRAM2
        Main R5FSS1 Core0 : OCSRAM3
        Main R5FSS1 Core1 : OCSRAM4
      
      The addresses chosen are the same as the respective processors on the
      AM64x EVM board to maintain firmware compatibility between the two boards.
      Please also see commit d4175486
      
       ("arm64: dts: ti: k3-am642-evm:
      Reserve some on-chip SRAM for R5Fs").
      
      Tested-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
      Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
      6e4cc3a1
    • Suman Anna's avatar
      arm64: dts: ti: k3-am642-sk: Reserve memory for IPC between RTOS cores · c3ad8fa9
      Suman Anna authored
      Add a reserved memory node to reserve a portion of the DDR memory to be
      used for performing inter-processor communication between all the remote
      processors running RTOS or baremetal on the TI K3 AM642 SK board. 8 MB of
      memory is reserved for this purpose, and this accounts for all the vrings
      and vring buffers between all the possible pairs of remote processors.
      
      The reserved memory set aside is the same as the respective carveout on
      the AM64x EVM board to maintain firmware compatibility between the two
      boards. Please see commit bfe19680
      
       ("arm64: dts: ti: k3-am642-evm:
      Reserve memory for IPC between RTOS cores").
      
      Tested-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
      Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
      c3ad8fa9