Update On Thu Oct 16 20:51:18 CEST 2025

This commit is contained in:
github-action[bot]
2025-10-16 20:51:18 +02:00
parent 7ff1f8080e
commit 89e51be8ac
42 changed files with 2062 additions and 502 deletions
@@ -29,7 +29,7 @@ Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
#include <misc.h>
#include <spl.h>
#include <asm/armv8/mmu.h>
@@ -192,6 +193,16 @@ int arch_cpu_init(void)
@@ -200,6 +201,16 @@ int arch_cpu_init(void)
#define RK3588_OTP_CPU_CODE_OFFSET 0x02
#define RK3588_OTP_SPECIFICATION_OFFSET 0x06
@@ -46,7 +46,7 @@ Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
int checkboard(void)
{
@@ -237,3 +248,213 @@ int checkboard(void)
@@ -245,3 +256,213 @@ int checkboard(void)
return 0;
}