4692 |
5663 d 17 h |
svoboda |
/branches/tracing/ |
Merge trunk changes up to r4686. |
|
4377 |
5763 d 17 h |
svoboda |
/branches/tracing/ |
Merge latest trunk changes to tracing. (i.e. revs 3684:4374, huge). This time hopefully the real thing. |
|
3675 |
5920 d 14 h |
svoboda |
/branches/tracing/ |
Merge latest trunk changes to tracing. |
|
2787 |
6173 d 20 h |
decky |
/branches/tracing/ |
add dynamic linking, debugging and tracing branch |
|
2745 |
6203 d 1 h |
decky |
/trunk/ |
code cleanup (mostly signed/unsigned)
allow extra compiler warnings |
|
2071 |
6608 d 16 h |
jermar |
/trunk/ |
(c) versus (C) |
|
1974 |
6679 d 18 h |
jermar |
/trunk/kernel/genarch/src/ofw/ |
Rewrite OFW device tree traversal algorithms to iterate over the list of peers rather than recurse on each
peer node. This saves us from big troubles with stack overflows. |
|
1972 |
6681 d 23 h |
jermar |
/trunk/ |
Modify selected function to consume less stack space.
Avoid flushw instruction in the sparc64 loader. |
|
1908 |
6718 d 2 h |
jermar |
/trunk/kernel/genarch/ |
Add function to find OFW tree node by handle. |
|
1899 |
6722 d 0 h |
jermar |
/trunk/ |
sparc64 work:
- Loader now starts all processors.
- Kernel halts all but the bootstrup processor for now.
- Read clock-frequency from the respective processor node in the device tree |
|
1896 |
6725 d 15 h |
jermar |
/trunk/ |
Convert sparc64 to detect keyboard and determine
its physical address by walking the memory representation
of the OpenFirmware device tree.
Add bus-specific functions that know how to apply the
"ranges" property to one component of the "reg" property.
Buses supported so far include FHC, EBUS and PCI. |
|
1895 |
6727 d 16 h |
jermar |
/trunk/ |
More ofw_tree work and fixes.
Add ofw_tree_lookup().
Every ofw_tree_node now also contains a disambigued name which is essential for tree lookups. |
|
1894 |
6728 d 14 h |
jermar |
/trunk/ |
Add balloc() (a.k.a boot allocator):
- balloc() only needs to know how to allocate memory.
- Memory allocated via balloc() is supposed to be passed to kernel and never freed by boot itself.
- make kernel aware of boot allocations
More work on OFW device tree:
- use balloc() to efficiently and safely allocate memory for the canonical copy of the device tree
sparc64 boot:
- pass OFW device tree root node pointer to kernel |
|