# # ChangeLog for boot/genarch/ofw_tree.h in mainline # # Generated by Trac 1.6 # 2025-02-04T22:00:26Z Sat, 30 Sep 2006 10:28:50 GMT Jakub Jermar [34bd143] * boot/genarch/ofw_tree.c (modified) * boot/genarch/ofw_tree.h (modified) * kernel/genarch/include/ofw/ofw_tree.h (modified) Add node handle to in-memory ofw tree node. This is essential for ... Wed, 20 Sep 2006 20:31:44 GMT Jakub Jermar [16529d5] * boot/genarch/ofw.c (modified) * boot/genarch/ofw.h (modified) * boot/genarch/ofw_tree.c (modified) * boot/genarch/ofw_tree.h (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/src/sparc64.c (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/ofw/ofw_tree.h (modified) * kernel/genarch/src/ofw/ofw_tree.c (modified) More ofw_tree work and fixes. Add ofw_tree_lookup(). Every ... Tue, 19 Sep 2006 22:42:57 GMT Jakub Jermar [61e90dd] * boot/arch/sparc64/loader/Makefile (modified) * boot/arch/sparc64/loader/main.c (modified) * boot/arch/sparc64/loader/main.h (modified) * boot/genarch/balloc.c (added) * boot/genarch/balloc.h (added) * boot/genarch/ofw_tree.c (modified) * boot/genarch/ofw_tree.h (modified) * kernel/arch/sparc64/include/boot/boot.h (modified) * kernel/arch/sparc64/src/sparc64.c (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/ofw/ofw_tree.h (added) * kernel/genarch/src/ofw/ofw_tree.c (added) * kernel/generic/include/config.h (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/frame.c (modified) Add balloc() (a.k.a boot allocator): - balloc() only needs to know ... Tue, 19 Sep 2006 19:03:55 GMT Jakub Jermar [3abe07f5] * boot/arch/sparc64/loader/Makefile (modified) * boot/genarch/ofw.c (modified) * boot/genarch/ofw.h (modified) * boot/genarch/ofw_tree.c (added) * boot/genarch/ofw_tree.h (added) Add prototype implementation for creating canonical copy of ...