aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-05-11 22:55:31 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-05-11 22:55:31 +0300
commit27ffa747f36aee9c1d5bbc61395a078238366070 (patch)
treef37c544aaca6bebd1cc146d1eb002483c7cfd474 /lib
parent3109effe7297232e17c1792e63c3a9c7d129a4eb (diff)
downloadkmi-27ffa747f36aee9c1d5bbc61395a078238366070.tar.gz
kmi-27ffa747f36aee9c1d5bbc61395a078238366070.zip
arbitrary load address and RAM base detection
+ Both kind of go hand in hand, made sense to do both at the same time. Some parts feel slightly hacky, the loader works by placing everything on the stack and avoiding global values. Still, seems to work?
Diffstat (limited to 'lib')
-rw-r--r--lib/dbg_fdt.c (renamed from lib/fdt_dbg.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fdt_dbg.c b/lib/dbg_fdt.c
index d2d4e7b..6d02442 100644
--- a/lib/fdt_dbg.c
+++ b/lib/dbg_fdt.c
@@ -2,7 +2,7 @@
/* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */
/**
- * @file fdt_dbg.c
+ * @file dbg_fdt.c
* Dump fdt info to serial.
*/