]> git.dujemihanovic.xyz Git - u-boot.git/commit
mach-ipq40xx: add CPU specific code
authorRobert Marko <robert.marko@sartura.hr>
Tue, 14 May 2024 10:17:50 +0000 (12:17 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Fri, 5 Jul 2024 10:04:46 +0000 (12:04 +0200)
commite8e39d6cd542672ab2d6897f84f5f6d66383e69e
tree6a11418cd44cb3209ab8a9adc2886c4c5a906a4e
parent86cc0122072a771163e0dfe0cc957714674bcc27
mach-ipq40xx: add CPU specific code

Provide basic DRAM info population from DT, cache setting and the
board_init stub.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Acked-by: Caleb Connolly <caleb.connolly@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
arch/arm/mach-ipq40xx/Makefile [new file with mode: 0644]
arch/arm/mach-ipq40xx/cpu.c [new file with mode: 0644]