summaryrefslogtreecommitdiff
path: root/Userland/Utilities/fdtdump.cpp
AgeCommit message (Expand)Author
2023-02-19LibDeviceTree: Add a slow, allocation-free property fetch APIAndrew Kaster
2023-02-19LibDeviceTree: Refactor dump() to return ErrorOr, and use ReadonlyBytesAndrew Kaster
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2021-12-16fdtdump: Port to LibMainKenneth Myhra
2021-11-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling
2021-11-08AK: Use ErrorOr<T> for MappedFile factoriesAndreas Kling
2021-10-21Utilities: Add fdtdump for dumping OpenFirmware Device TreesAndrew Kaster