Build a simple DTB parser that will parse only the minimum informations needed to identify the platform and have access to basic devices properties. - [ ] Add the Platform function. - [ ] Implement a BinaryReader that can work with different endianness. - [ ] Add the platform info in the kernel header displayed when booting. - [ ] Add basic queries. - [ ] Add tests.
Build a simple DTB parser that will parse only the minimum informations needed to identify the platform and have access to basic devices properties.