u-boot/arch/arm
Nitin Yadav 4ba5f22ce6 arm: mach-k3: Workaround errata ID i2331
Errata doc: https://www.ti.com/lit/pdf/sprz457
Errata ID i2331 CPSW: Device lockup when reading CPSW registers

Details: A device lockup can occur during the second read of any CPSW
subsystem register after any MAIN domain power on reset (POR). A MAIN
domain POR occurs using the hardware MCU_PORz signal, or via software
using CTRLMMR_RST_CTRL.SW_MAIN_POR or CTRLMMR_MCU_RST_CTRL.SW_MAIN_POR.
After these resets, the processor and internal bus structures may get
into a state which is only recoverable with full device reset using
MCU_PORz.
Due to this errata, Ethernet boot should not be used on this device.

Workaround(s): To avoid the lockup, a warm reset should be issued after
a MAIN domain POR and before any access to the CPSW registers. The warm
reset realigns internal clocks and prevents the lockup from happening.
Workaround above errata by calling do_reset() in case of cold boot in
order to trigger warm reset. This needs enabling SYSRESET driver in R5
SPL to enable TI SCI reset driver.

Signed-off-by: Nitin Yadav <n-yadav@ti.com>
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
2023-04-06 10:24:35 -05:00
..
cpu
dts am62a7: dts: Enable full 4GB LPDDR4 2023-04-04 17:52:59 -05:00
include arm: rockchip: Add RK3588 arch core support 2023-02-28 18:07:28 +08:00
lib console: Use flush() before panic and reset 2023-03-22 12:51:08 -04:00
mach-apple
mach-aspeed
mach-at91
mach-bcm283x mmc: bcm2835-host: let firmware manage the clock divisor 2023-03-24 14:43:20 +00:00
mach-bcmbca
mach-bcmstb
mach-cortina
mach-davinci
mach-exynos
mach-highbank
mach-hpe
mach-imx
mach-integrator
mach-ipq40xx
mach-k3 arm: mach-k3: Workaround errata ID i2331 2023-04-06 10:24:35 -05:00
mach-keystone
mach-kirkwood
mach-lpc32xx
mach-mediatek
mach-meson
mach-mvebu
mach-nexell
mach-npcm
mach-octeontx
mach-octeontx2
mach-omap2
mach-orion5x
mach-owl
mach-qemu
mach-rmobile
mach-rockchip rockchip: rk3588: Add boot device detection 2023-03-19 13:20:21 +08:00
mach-s5pc1xx
mach-snapdragon
mach-socfpga
mach-sti
mach-stm32
mach-stm32mp
mach-sunxi
mach-tegra
mach-u8500
mach-uniphier
mach-versal
mach-versal-net
mach-versatile
mach-zynq
mach-zynqmp
mach-zynqmp-r5
thumb1/include/asm/proc-armv
Kconfig rockchip: Use BOOTSTD_DEFAULTS if not DISTRO_DEFAULTS 2023-03-27 11:16:04 -04:00
Kconfig.debug
Makefile
config.mk