Re: [PATCH 1/3] mach-ipq40xx: add CPU specific code

2024-04-24 Thread Caleb Connolly
On 24/04/2024 13:13, Robert Marko wrote: Provide basic DRAM info population from DT, cache setting and the board_init stub. Signed-off-by: Robert Marko Acked-by: Caleb Connolly --- arch/arm/mach-ipq40xx/Makefile | 7 ++ arch/arm/mach-ipq40xx/cpu.c| 44 +

[PATCH 1/3] mach-ipq40xx: add CPU specific code

2024-04-24 Thread Robert Marko
Provide basic DRAM info population from DT, cache setting and the board_init stub. Signed-off-by: Robert Marko --- arch/arm/mach-ipq40xx/Makefile | 7 ++ arch/arm/mach-ipq40xx/cpu.c| 44 ++ 2 files changed, 51 insertions(+) create mode 100644 arch/arm/ma