summaryrefslogtreecommitdiff
path: root/api/api_platform.c
AgeCommit message (Collapse)Author
2025-02-04API: system info adds FLASH and clk fetchesLiya Huang
Refer to api/api platform-powerpc.c implementation Signed-off-by: Liya Huang <[email protected]>
2025-01-05API: unify platform_sys_info() implementationsHeinrich Schuchardt
ARM, MIPS, and RISCV can use the same implementation of platform_sys_info(). PPC provides some extra information. So keep it separate. Signed-off-by: Heinrich Schuchardt <[email protected]>