Re: [PATCH v5 1/2] arm: mediatek: add mt8195 SOC support

2024-06-20 Thread Shengyu Qu
Hello, What happened to this series? Has it been abandoned? Also, is it possible to get memory size installed to the board dynamically? Best regards, Shengyu 在 2023/8/4 19:04, Macpaul Lin 写道: From: Fabien Parent The MediaTek MT8195 is a ARM64-based SoC with a quad-core Cortex-A73 and a quad-

Re: [PATCH v5 1/2] arm: mediatek: add mt8195 SOC support

2023-11-18 Thread Simon Glass
Hi, On Fri, 4 Aug 2023 at 05:05, Macpaul Lin wrote: > > From: Fabien Parent > > The MediaTek MT8195 is a ARM64-based SoC with a quad-core Cortex-A73 and > a quad-core Cortex-A53. It is including UART, SPI, USB3.0 device and hosts, > SD and MMC cards, UFS, PWM, I2C, I2S, S/PDIF, and several LPDDR

Re: [PATCH v5 1/2] arm: mediatek: add mt8195 SOC support

2023-11-11 Thread Macpaul Lin
Marcel Ziswiler 於 2023年11月11日 週六 上午4:24寫道: > [snip] > > Changes for v5: > > - Fix Copyright year to 2023. > > - Fix memory map in dram_init() to support 8GB onboard memory. > > - Add '#if !IS_ENABLED(CONFIG_SYSRESET)' with reset_cpu(). > > - Correct reset_cpu() function prototype. > > - rebas

Re: [PATCH v5 1/2] arm: mediatek: add mt8195 SOC support

2023-11-10 Thread Marcel Ziswiler
Hi guys On Fri, 2023-08-04 at 19:04 +0800, Macpaul Lin wrote: > From: Fabien Parent > > The MediaTek MT8195 is a ARM64-based SoC with a quad-core Cortex-A73 and > a quad-core Cortex-A53. It is including UART, SPI, USB3.0 device and hosts, > SD and MMC cards, UFS, PWM, I2C, I2S, S/PDIF, and sever

[PATCH v5 1/2] arm: mediatek: add mt8195 SOC support

2023-08-04 Thread Macpaul Lin
From: Fabien Parent The MediaTek MT8195 is a ARM64-based SoC with a quad-core Cortex-A73 and a quad-core Cortex-A53. It is including UART, SPI, USB3.0 device and hosts, SD and MMC cards, UFS, PWM, I2C, I2S, S/PDIF, and several LPDDR3 and LPDDR4 options. Signed-off-by: Fabien Parent Signed-off-b