HelenOS
HelenOS-doc
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS
(root)
/
/
branches
/
snapshot
/
boot
/
generic/
– Rev 4605
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
4605
5602 d 19 h
decky
/branches/snapshot/
add task snapshoting branch
4034
5721 d 10 h
svoboda
/trunk/boot/generic/
Remove over-indentation.
3921
5737 d 10 h
decky
/trunk/boot/generic/
add min and max macros
3883
5742 d 13 h
decky
/trunk/boot/
simplify configuration
3405
5893 d 22 h
jermar
/trunk/boot/generic/
Implement memmove() for the use in the boot component.
2467
6352 d 15 h
jermar
/trunk/
Improve comments for arch-specific implementations of hierarchical
4-level page tables. Improve formatting.
2465
6357 d 18 h
jermar
/trunk/
Merge arm32 into trunk.
2071
6499 d 12 h
jermar
/trunk/
(c) versus (C)
1896
6616 d 11 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.
1881
6626 d 20 h
jermar
/trunk/
sparc64 work:
- find a CPU node and read its clock_frequency attribute
- implement asm_delay_loop()
- set TICK_COMPARE register according to processor frequency
- small improvements at random places
OpenFirmware work:
- two new functions for walking the device tree
Generic boot loader work:
- added basic string functions
Usual pile of indentation and formatting fixes.
1789
6687 d 18 h
jermar
/trunk/
Fix ofw_memmap() in boot infrastructure.
The cell size is 32-bit and not equal sizeof(ofw_arg_t).
Define architecture dependant #address-cells and #size-cells for cases
the respective properties are missing in the OpenFirmware device tree.
The algorithm now works both for ppc32 and sparc64.
Add memmap_t, screen_t and keyboard_t to sparc64 bootinfo structure.
Be more verbose during sparc64 boot.
Move ALIGN_UP to generic part of boot/.
Change header guards in several places so that they don't contain double underscore.
1787
6689 d 14 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1779
6696 d 16 h
jermar
/boot/trunk/
Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).
1764
6705 d 11 h
jermar
/boot/trunk/
Cleanup boot infrastructure: ppc32 (and elsewhere).
1763
6705 d 12 h
jermar
/boot/trunk/
Cleanup in the boot infrastructure.
This commit tries to separate generic stuff from mips32 specific stuff.
Other architectures will follow.