4
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 26, 2024 — Oct 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ybin succeeds but returns error code More... over 16 years ago
Move ipv4 arguments handling to a separate function. No fucntional change. More... almost 17 years ago
Fix netboot fucntionality to use the parameters specified. More... almost 17 years ago
Prepare for netboot fix(following patch). No Functional change. More... almost 17 years ago
Allow yaboot to load relocatable kernel More... almost 17 years ago
ybin --bootonce doesn't work More... almost 17 years ago
long append="..." causes yaboot to reject entire yaboot.conf (MAX_TOKEN too small) More... almost 17 years ago
Pegasos and partition numbering More... over 17 years ago
use public interface to detect CAS reboots (take 2) More... almost 18 years ago
The CAS (Client-Architecture Support) call tells firmware what capabilities the OS has. These capabilities result in different modes which the device-tree is configured in, as well as what processor capabilities are presented. So, if the capabilities are different from what was previously booted, firmware has to reboot to reconfigure the device-tree. The second boot will have the updated device-tree and we can boot as normal. More... almost 18 years ago
Revert "The attached patch adds support for writing the nvram using the nvram" More... almost 18 years ago
Revert "Fix shell syntax" More... almost 18 years ago
Fix shell syntax More... almost 18 years ago
The attached patch adds support for writing the nvram using the nvram utility from the new powerpc-utils pkg from IBM; it also simplify a bit the code. More... almost 18 years ago
Force build to be ppc32 More... almost 18 years ago
Fix typo More... almost 18 years ago
Fix typo in patch porting More... almost 18 years ago
Fix partition numbering handling with bplan firmware Patch based on Fedora patch by [email protected] More... almost 18 years ago
Try harder to allocate malloc region Patch from [email protected] More... almost 18 years ago
Print version-release of yaboot Patch from [email protected] More... almost 18 years ago
Let prom_claim_chunk do the work for tftp images to support larger images. More... almost 18 years ago
These patch provides the function of load a alternative initrd file specified by the user via Yaboot prompt. To load the new file, just use the "initrd=<name_of_file>" command. The <name_of_file> could include all the directory path to the file. More... almost 18 years ago
move the tftp load space and use prom_claim_chunk to claim the memory. Growing kernels mean that the 6MB that was allotted is not enough. More... almost 18 years ago
The patch from Scott Moser moves the "search-for-prom_claim'able" routine that was present in load_elf64 and load_elf32 to a function named prom_claim_chunk. This reduces the code-snippit duplication and makes the function available for of_net_open. More... almost 18 years ago
Release 1.3.14 More... about 18 years ago
On some of the larger kernels we are starting to see a space squeeze. The kernel is currently being put at 20MBs and on some of the newer pSeries systems we are getting real-bases at 32MBs (plus AIX 5.3 has real-base at 32MB, so if AIX is ever booted, everything gets shifted). More... about 18 years ago
Fix typo courtesy of Kenichi Nagai More... over 18 years ago
Prepare 1.3.14 More... over 18 years ago
Netboot fixes: - the ARRAY_SIZE macro is no more needed here, - use of cfgpath to have the actual config path to apply for mac *and* ip lookup, - no need to free a buffer big enough, and besides malloc(9) was not enough ("/etc/" missed), - use of intermediate length variables to avoid unneeded calls to strlen() and strrchr(). benoit.guillon <[email protected]> More... over 18 years ago
Correct return type Leonardo Rangel <[email protected]> More... over 18 years ago