aboutsummaryrefslogtreecommitdiff
path: root/include/libfdt_env.h
AgeCommit message (Collapse)Author
2022-05-22add @file info to all filesKimplul
+ Next step, start documenting contents of each file.
2022-01-07Merged bits.h and bytes.hKimplul
2021-08-31Improved linkind process, added padding generatorKimplul
2021-08-25libfdt seems to workKimplul
At least as far as reading memory info, cool. One issue I have is that .(ro)data is apparently accessed by absolute addresses, so I need to know at which address the kernel is going to be loaded. I would prefer completely position independent code, but if that's not possible then eh.