summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2026-06-19create dtb allocatorNathan Lee
the parent commit (b106df2447d23d6b3fcffa7cc87edde218d054f3) discussed the possibility of creating dtb device discovery. for that, we have replaced wdt device discovery with dtb device discovery. in the future, we will use the pci kernel module to use device discovery via a PCI controller
2026-06-17create wdt device discoveryNathan Lee
discuss: per wrv32em status, consider moving custom wdt format to dtb or pci device discovery (potentially both: we have the framework for pci.ko extension after using dtb to discover memory and pci devices)