From: Tom Rini <trini@konsulko.com>
To: Bryan Brattlof <bb@ti.com>
Cc: Jaehoon Chung <jh80.chung@samsung.com>,
Lukasz Majewski <lukma@denx.de>,
Sean Anderson <seanga2@gmail.com>,
Vignesh Raghavendra <vigneshr@ti.com>,
U-Boot Mailing List <u-boot@lists.denx.de>,
Simon Glass <sjg@chromium.org>,
Sumit Garg <sumit.garg@linaro.org>, Nishanth Menon <nm@ti.com>,
Neha Malcom Francis <n-francis@ti.com>, Andrew Davis <afd@ti.com>,
Igor Opaniuk <igor.opaniuk@foundries.io>,
Hari Nagalla <hnagalla@ti.com>,
Ravi Gunasekaran <r-gunasekaran@ti.com>,
Vaishnav Achath <vaishnav.a@ti.com>,
Jayesh Choudhary <j-choudhary@ti.com>
Subject: Re: [PATCH v3 00/13] Hello Again Everyone!
Date: Tue, 5 Mar 2024 11:11:47 -0500 [thread overview]
Message-ID: <20240305161147.GA2810225@bill-the-cat> (raw)
In-Reply-To: <20240205-am62px-wip-rebasing-v3-0-04cbb42eaa6f@ti.com>
[-- Attachment #1: Type: text/plain, Size: 2573 bytes --]
On Mon, Feb 26, 2024 at 03:19:06PM -0600, Bryan Brattlof wrote:
> **Note:** This series depends on the v6 OF_UPSTREAM work from Sumit[0].
> Patch #11 was added to fix some Makefile.spl targets to allow SPL builds
> to complete with the OF_UPSTREAM series.
>
> The AM62Px is an extension of the existing Sitara AM62x low-cost family
> of application processors built for Automotive and Linux Application
> development. Scalable Arm Cortex-A53 performance and embedded features,
> such as: multi high-definition display support, 3D-graphics
> acceleration, 4K video acceleration, and extensive peripherals make the
> AM62Px well-suited for a broad range of automation and industrial
> application, including automotive digital instrumentation, automotive
> displays, industrial HMI, and more.
>
> Some highlights of AM62P SoC are:
>
> * Quad-Cortex-A53s (running up to 1.4GHz) in a single cluster.
> Dual/Single core variants are provided in the same package to allow HW
> compatible designs.
>
> * One Device manager Cortex-R5F for system power and resource
> management, and one Cortex-R5F for Functional Safety or
> general-purpose usage.
>
> * One 3D GPU up to 50 GLFOPS
>
> * H.264/H.265 Video Encode/Decode.
>
> * Display support: 3x display support over OLDI/LVDS (1x OLDI-DL, 1x or
> 2x OLDI-SL), DSI, or DPI. Up to 3840x1080 @ 60fps resolution
>
> * Integrated Giga-bit Ethernet switch supporting up to a total of two
> external ports (TSN capable).
>
> * 9xUARTs, 5xSPI, 6xI2C, 2xUSB2, 3xCAN-FD, 3xMMC and SD, GPMC for
> NAND/FPGA connection, OSPI memory controller, 3xMcASP for audio,
> 1xCSI-RX-4L for Camera, eCAP/eQEP, ePWM, among other peripherals.
>
> * Dedicated Centralized Hardware Security Module with support for secure
> boot, debug security and crypto acceleration and trusted execution
> environment.
>
> * One 32-bit DDR Subsystem that supports LPDDR4, DDR4 memory types.
>
> * Multiple low power modes support, ex: Deep sleep, Standby, MCU-only,
> enabling battery powered system design.
>
> For those interested, more details about this SoC can be found in the
> Technical Reference Manual here: https://www.ti.com/lit/pdf/spruj83
>
> Proof-of-Life: https://paste.sr.ht/~bryanb/af2ac108a9362549aa326f182e87918d52bf2d71
>
> Currently, while more peripherals are being added in Linux[0], this
> series will only support UART boot.
Please rebase this on top of current -next, there's conflicts with other
TI patches I've merged now, thanks.
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
prev parent reply other threads:[~2024-03-05 16:11 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-26 21:19 [PATCH v3 00/13] Hello Again Everyone! Bryan Brattlof
2024-02-26 21:19 ` [PATCH v3 01/13] soc: add info to identify the am62p SoC family Bryan Brattlof
2024-02-27 4:18 ` Neha Malcom Francis
2024-02-26 21:19 ` [PATCH v3 02/13] power: domain: ti: use IS_ENABLED macro Bryan Brattlof
2024-02-26 21:19 ` [PATCH v3 03/13] arm: mach-k3: am62px: introduce clock and device files for wkup spl Bryan Brattlof
2024-02-27 4:23 ` Neha Malcom Francis
2024-02-26 21:19 ` [PATCH v3 04/13] ram: k3-ddrss: enable the am62ax's DDR controller for am62px Bryan Brattlof
2024-02-27 4:24 ` Neha Malcom Francis
2024-02-26 21:19 ` [PATCH v3 05/13] arm: mach-k3: invert logic for split DM firmware config Bryan Brattlof
2024-02-27 4:26 ` Neha Malcom Francis
2024-02-26 21:19 ` [PATCH v3 06/13] arch: mach-k3: introduce basic files to support the am62px SoC family Bryan Brattlof
2024-02-26 21:19 ` [PATCH v3 07/13] board: ti: introduce basic board files for the am62px family Bryan Brattlof
2024-02-28 23:31 ` Tom Rini
2024-02-26 21:19 ` [PATCH v3 08/13] firmware: ti_sci_static_data: add static DMA channel data Bryan Brattlof
2024-02-26 21:19 ` [PATCH v3 09/13] dma: ti: k3-udma: Add DMA PSIL mappings for AM62P and J722S Bryan Brattlof
2024-02-26 21:19 ` [PATCH v3 10/13] arm: dts: introduce am62p5 U-Boot dts files Bryan Brattlof
2024-02-26 21:19 ` [PATCH v3 11/13] Makefile: remove hardcoded device tree source directory Bryan Brattlof
2024-02-27 8:23 ` Neha Malcom Francis
2024-02-27 8:59 ` Sumit Garg
2024-02-27 9:16 ` Neha Malcom Francis
2024-03-04 6:40 ` Sumit Garg
2024-03-04 12:26 ` Sumit Garg
2024-02-26 21:19 ` [PATCH v3 12/13] configs: introduce configs needed for the am62px Bryan Brattlof
2024-02-26 21:19 ` [PATCH v3 13/13] doc: board: ti: introduce am62px documentation Bryan Brattlof
2024-03-05 16:11 ` Tom Rini [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240305161147.GA2810225@bill-the-cat \
--to=trini@konsulko.com \
--cc=afd@ti.com \
--cc=bb@ti.com \
--cc=hnagalla@ti.com \
--cc=igor.opaniuk@foundries.io \
--cc=j-choudhary@ti.com \
--cc=jh80.chung@samsung.com \
--cc=lukma@denx.de \
--cc=n-francis@ti.com \
--cc=nm@ti.com \
--cc=r-gunasekaran@ti.com \
--cc=seanga2@gmail.com \
--cc=sjg@chromium.org \
--cc=sumit.garg@linaro.org \
--cc=u-boot@lists.denx.de \
--cc=vaishnav.a@ti.com \
--cc=vigneshr@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox